- Added support for Google Cloud Storage
- Added support for Rackspace Cloud Networks
- Adding support for Openstack Trove, and adding HP, rackspace providers
- Adding support for OpenStack Cinder
- Adding a rackspace orchestration provider
- Requires node 0.10, dropping support for node v0.8
- Fundamentally changed the streaming file api for upload. No longer takes a callback. See #332
- Significant cleanup across storage apis across providers
- Added
toJSON
on all models - Changed underlying Amazon provider to use aws-sdk
- Added Openstack Heat provider
- updated all package dependencies, including removing
utile
- static website support for Rackspace Cloud Files
- Added compute.keys support for HP Compute provider
- Fixed a long-standing bug in openstack.compute.getFlavor #292
- Openstack Network service.
- Added support for HP Cloud provider.
- Added support for Rackspace Storage Temporary URLs
- Added support for os-security-groups compute extension
- fixed a bug where CDN containers were broken with Rackspace CloudFiles #257
- Removing an unnecessary continuity check in openstack identity client
- Switching Debug events to trace events
- Be more explicit with content types for openstack authentication
- Allow passing tenant to the context authenticator
- Fixing the networks property to be on server options for openstack compute
- OpenStack Documentation
- Openstack Storage Provider
- fixed a bug with piping downloads from storage services #195
- internal refactor for leaky abstractions
- OpenStack identity client as a proper client
- Make default for destroyServer (DigitalOcean) to scrub data #215
- Add beta support for Rackspace Cloud Load Balancers
- Various fixes in openstack/rackspace compute provider
- Added doc updates for rackspace storage provider
- fixed a bug in rackspace dns provider
- Added support to specify network in openstack.createServer
- More robust error handling for API inconsistencies in Rackspace/Openstack
- Added support for Rackspace Cloud BlockStorage
- Changed the callback signature for openstack.identity.getTenantInfo to include body
- Added more robust error handling for openstack.identity admin methods
- Fixing a bug in rackspace.dns where status call can be an empty response
- Fixing a bug when rackspace.dns.createRecord returns an array
- Adding support for uploading a tar.gz to Cloud files and extract on upload
- Minor tenant changes for openstack identity providers
- Adding Rackspace CloudDNS as a DNS service
- Fixing a bug introduced by pre-release services listed in the Openstack Service Catalog
- Rackspace provider can now validate token with admin account
- Using through in lieu of pause-stream
- Dependency bump for request (2.22.0)
- Support internal Openstack service URLs
- Added support for File/Container metadata for Rackspace Storage
- Adding support for Rackspace CDN enabled Containers
- Added support for limit/marker options for Rackspace getContainers, getFiles
- removed unused Rackspace.File.rm/ls/cp methods
- Fixed a bug in File.fullPath
- Fixed a bug in Azure header signing
- Rewrote Rackspace Client to derive from Openstack Client
- Updated Rackspace & Openstack createClient calls to take a proper URI for authUrl
- Added support to specify region in Rackspace & Openstack createClient options
- Added the ability to automatically re-authenticate on token expiry
- Fixed inline authentication for streaming to rackspace/openstack storage #109
- Fixed S3 multi-part upload signing #137
- Optimized S3 upload #124
- Fixed Rackspace authentication to return error on unauthorized #140
- Added a pkgcloud User-Agent for outbound HTTP requests #134
- Added tests for core compute method signatures