Skip to content

Releases: pycontribs/pyrax

Version 1.6.1

03 Feb 18:16
Compare
Choose a tag to compare

2013.10.31 - Version 1.6.1

  • Cloud Databases:
    • Added support for Backups. GitHub #216
    • Added ability to specify 'host' parameter for users. GitHub #229
    • Added ability to update users.
  • Queues:
    • Removed default TTL for messages. GitHub #234
  • Cloud Files:
    • Fixed large file upload bug. GitHub #231
    • Fixed file naming bug. GitHub #232

Version 1.6.0

03 Feb 18:16
Compare
Choose a tag to compare

2013.10.24 - Version 1.6.0

  • New:
    • Added support for Cloud Queues (Marconi).
  • Cloud Files:
    • Fixed an issue where the last_modified datetime values for Cloud Files
      storage_objects were returned inconsistently.
    • Added ability to cache temp_url_key. GitHub #221
    • Added ability to do partial downloads. GitHub #150
    • Fixed an issue where calling delete_object_in_seconds() deleted existing
      metadata. GitHub #135
  • Cloud Databases:
    • Added missing pagination parameters to several methods. GitHub #226
  • Cloud DNS:
    • Changed the findall() method to be case-insensitive.
    • Fixed some error-handling issues. GitHub #219
  • Auto Scale:
    • Added code to force 'flavor' arguments to str type.
    • Fixed creation/retrieval of webhooks with policy ID.
    • Added several replacement methods for configurations.
  • Load Balancers:
    • Removed requirement that nodes be passed when creating a load balancer.
      GitHub #222
  • Testing:
    • Improved the smoketest.py integrated test script by adding more services.
    • Fixed the smoketest to work when running in multiple regions that don't
      all offer the same services.
  • General:
    • Refactored the _create_body() method from the BaseClient class to the
      BaseManager class.