Version 1.6.3
2014.02.03 - Version 1.6.3
- Cloud Monitoring:
- Autoscale:
- 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 ofX-Object-Meta-Manifest
when creating DLO. GitHub #260
- Add
- Cloud Load Balancers:
- 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