Skip to content

Releases: pycontribs/pyrax

Version 1.10.0

07 Apr 21:10
a0c0229
Compare
Choose a tag to compare

Long time since the last release. This is to just start the ball rolling
again.

  • initial Python 3 support
  • fix some doc issues
  • switch to GitHub flow for contributions
  • switch from Travis CI to GitHub Actions

Version 1.9.8

22 Aug 19:19
Compare
Choose a tag to compare

This release includes various bug fixes and enhancements. See the RELEASENOTES.md file for a complete list.

Version 1.9.7

02 Mar 16:55
Compare
Choose a tag to compare

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

19 Jan 18:59
Compare
Choose a tag to compare

This release includes various bug fixes and enhancements. See the RELEASENOTES.md file for a complete list.

Version 1.9.5

19 Jan 18:57
Compare
Choose a tag to compare

This release includes various bug fixes and enhancements. See the RELEASENOTES.md file for a complete list.

Version 1.9.4

16 Apr 19:00
Compare
Choose a tag to compare

This release includes various bug fixes and enhancements. See the RELEASENOTES.md file for a complete list.

Version 1.9.3

21 Nov 20:39
Compare
Choose a tag to compare

This release includes various bug fixes and enhancements. See the RELEASENOTES.md file for a complete list.

Version 1.9.2

20 Aug 22:04
Compare
Choose a tag to compare

Fix for data corruption in Cloud Files when fetching in chunks.

Version 1.9.1

18 Aug 16:22
Compare
Choose a tag to compare

This release includes various bug fixes and enhancements. See the RELEASENOTES.md file for a complete list.

Version 1.9.0

15 Jul 14:46
Compare
Choose a tag to compare

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