Skip to content

Version 1.8.1

Compare
Choose a tag to compare
@EdLeafe EdLeafe released this 13 May 16:11
· 995 commits to master since this release

2014.05.13 - Version 1.8.1

  • General
    • Restored module-level regions and services attributes. GitHub #371
    • Improved error message when calling get_client when not authenticated.
      GitHub #369
  • Identity
    • Added the ability to request multiple clients. GitHub #370
    • Modified list_tenants() function to take an admin argument. GitHub #352
    • Fixed service catalog parsing. GitHub #361
  • Cloud Files
    • Added aliases to make Cloud Files method names more consistent. GitHub
      #373
    • Added missing limit/marker parameters. GitHub #349
    • Added code to check for CDN before making CDN calls.
    • Made the meta prefixes read-only. GitHub #365
    • Added 'prefix' parameter to get/set metadata commands. GitHub #367
    • Added chunking to put_object()
    • Fixed old cloudfiles reference. GitHub #362
    • Fixed unit tests for CDN changes.