Releases: pycontribs/pyrax
Version 1.10.0
Version 1.9.8
This release includes various bug fixes and enhancements. See the RELEASENOTES.md file for a complete list.
Version 1.9.7
There are no changes in this version from v1.9.6. The version was bumped to handle a packaging issue. See the RELEASENOTES.md file for a complete list of changes.
Version 1.9.6
This release includes various bug fixes and enhancements. See the RELEASENOTES.md file for a complete list.
Version 1.9.5
This release includes various bug fixes and enhancements. See the RELEASENOTES.md file for a complete list.
Version 1.9.4
This release includes various bug fixes and enhancements. See the RELEASENOTES.md file for a complete list.
Version 1.9.3
This release includes various bug fixes and enhancements. See the RELEASENOTES.md file for a complete list.
Version 1.9.2
Fix for data corruption in Cloud Files when fetching in chunks.
Version 1.9.1
This release includes various bug fixes and enhancements. See the RELEASENOTES.md file for a complete list.
Version 1.9.0
2014.07.14 - Version 1.9.0
- Cloud Files / Swift
- Removed dependency on python-swiftclient
- Ensured that URIs are properly encoded and quoted.
- Improved verbose output for sync_folder_to_container().
- CDN-related attributes were sometimes not initialized correctly. GitHub #399 and #423
- Fixed case where passing async=True to bulk_delete() was ignored. GitHub #398
- General
- Fixed case where envronment variables are improperly ignored.
- Fixed missing 'connect' param in identity authenticate().
- Added support for different auth_endpoint values when using Rackspace authentication.
- Cloud Servers / Nova
- Load extenstions already installed in the local novaclient. GitHub #425
- Made sure that 'personality' files are properly base-64 encoded.
- Cloud Images / Glance
- Added the find_images_by_name() method to list images by case-insensitive partial name matches.
- Autoscale
- Updated update_launch_config(). The 'flavorRef' variable was being incorrectly set to None.
- Fixed 400 error when not including a personality file value.
- Cloud Networks
- The networks client was not being returned in cases where novaclient had already been created, due to incorrect caching of clients. GitHub #406
- Cloud Load Balancers
- Made get_stats() call available from the LB. GitHub #394