Skip to content

Version 1.8.0

Compare
Choose a tag to compare
@EdLeafe EdLeafe released this 06 May 17:06
· 996 commits to master since this release

2014.05.06 - Version 1.8.0

  • Identity
    • Added Context Objects as a way to encapsulate an authenticated
      session.
    • Context objects remove the limitation in pyrax of only working with a
      single authenticated session at a time.
    • Improves the ability to work with multiple providers at once, or across
      multiple regions for the same provider.
    • More information in the context_objects.md document in the docs/
      folder.
  • Cloud Files
    • Fixed missing URL quoting for bulk deletes. GitHub #350
    • Multiple improvements to sync_folder_to_container in GitHub #355:
      • Added the ability to specify a prefix to be added to the object name
        during checking and uploading during a sync
      • Sped up sync_folder_to_container by having it pull down a list of
        objects all at once to use to compare against instead of checking once
        for each file.
      • Added verbose logging to sync_folder_to_container (Originally requested
        in GitHub #250)
  • General
    • Fixed issue where one bad section in the configuration file caused threw
      an exception that terminated your app. GitHub #346
    • Removed the need to specify a tenant_id when authenticating with a token.
      GitHub #345
  • Block Storage
    • Added missing update methods to Cloud Block Storage.
  • Documentation
    • Updated the queues docs to include listing of queues. GitHub #353