You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release introduces the DNS service, which is a top level service for managing DNS zones and records.
Support for using the newly added AWS instance type offerings API. This removes the dependency on a static machine type list, and returns up-to-date information on instance type availability.
The default package no longer bundles Azure, as the Azure python libraries are very large and affects docker container size when using cloudbridge. To install with Azure, use pip install cloudbridge[full] or pip install cloudbridge[azure].
A convenience method for cloning providers in different zones has been added, which helps with multi-zone operations.
Support for specifying s3 signature version for the AWS provider.
Miscellaneous bug fixes and error handling improvements.
Support for python<3 dropped.
No major backward incompatible changes (apart from Azure not being bundled by default)