Skip to content

v2.5.0

Compare
Choose a tag to compare
@ajmyyra ajmyyra released this 14 Aug 13:18
· 17 commits to main since this release
abef904

Some new supported resources and labels support to them and some others. Also fixes to many listed issues.

Added

  • Support for server groups with server affinity controls
  • Support for managed load balancers, with partial manager support (returned objects are dictionaries). New objects to configure your loadbalancers are LoadBalancer, LoadBalancerNetwork, LoadBalancerBackend, LoadBalancerBackendMember, LoadBalancerFrontend and LoadBalancerFrontEndRule.
  • Labels support for servers, server groups, storages and load balancers
  • Manager supports listing server plans via get_server_plans

Changed

  • Server objects support simple backup configurations as simple_backup. See possible configurations from server creation attributes.
  • Server objects support new SDN networking configurations available under networks. New ServerNetworkInterface objects can be used to represent these.

Removed

  • Python 3.6 is no longer supported in this version, 3.7 will be deprecated next as it's now in EOL state.