Skip to content

Version 1.6.3

Compare
Choose a tag to compare
@EdLeafe EdLeafe released this 03 Feb 18:13
· 1002 commits to master since this release

2014.02.03 - Version 1.6.3

  • Cloud Monitoring:
    • Added back missing error info. GitHub #285
    • Added support for Overviews and Changelogs from Cloud Monitoring. GitHub #267
  • Autoscale:
    • Corrected how networks are created when none are specified. GitHub #262
    • Added load balancers to sample code for creating a scaling group.
    • Fixed bug in autoscale group creation. GitHub #249 and #203
  • Queues:
    • Removed default TTL when posting messages to a queue. GitHub #265
  • Cloud Files:
    • Add use_servicenet setting for Cloud Files. GitHub #273
    • Fixed bug in passing TTL to delete_in_seconds(). GitHub #281
    • Added a fix for GETting 0-byte content with Dynamic Large Objects (multipart files). GitHub #258
    • Include container name in X-Object-Manifest header when creating DLO. GitHub #261
    • Use X-Object-Manifest instead of X-Object-Meta-Manifest when creating DLO. GitHub #260
  • Cloud Load Balancers:
    • Added httpsRedirect param for Cloud Load Balancers. GitHub #277
    • Adding an entry for the id attribute to the Node's to_dict() method. GitHub #276
  • Cloud DNS:
    • Handle empty bodies in GET responses from the Cloud DNS API. GitHub #280
  • Cloud Servers:
    • Updated docs and samples to eliminate old flavor references.
  • General:
    • Add requests as installation requirement. GitHub #269