UNPKG

3.26 kBMarkdownView Raw
1## v0.9.6
2* Fixed a long-standing bug in openstack.compute.getFlavor #292
3
4## v0.9.5
5* Openstack Network service.
6* Added support for HP Cloud provider.
7* Added support for Rackspace Storage Temporary URLs
8
9## v0.9.4
10* Added support for os-security-groups compute extension
11
12## v0.9.2
13* fixed a bug where CDN containers were broken with Rackspace CloudFiles #257
14
15## v0.9.1
16* Removing an unnecessary continuity check in openstack identity client
17* Switching Debug events to trace events
18* Be more explicit with content types for openstack authentication
19* Allow passing tenant to the context authenticator
20* Fixing the networks property to be on server options for openstack compute
21
22## v0.9.0
23* OpenStack Documentation
24* Openstack Storage Provider
25* fixed a bug with piping downloads from storage services #195
26* internal refactor for leaky abstractions
27* OpenStack identity client as a proper client
28
29## v0.8.17
30* Make default for destroyServer (DigitalOcean) to scrub data #215
31
32## v0.8.16
33* Add *beta* support for Rackspace Cloud Load Balancers
34
35## v0.8.15
36* Various fixes in openstack/rackspace compute provider
37* Added doc updates for rackspace storage provider
38* fixed a bug in rackspace dns provider
39
40## v0.8.14
41* Added support to specify network in openstack.createServer
42* More robust error handling for API inconsistencies in Rackspace/Openstack
43
44## v0.8.13
45* Added support for Rackspace Cloud BlockStorage
46
47## v0.8.12
48* Changed the callback signature for openstack.identity.getTenantInfo to include body
49
50## v0.8.11
51* Added more robust error handling for openstack.identity admin methods
52
53## v0.8.10
54* Fixing a bug in rackspace.dns where status call can be an empty response
55
56## v0.8.9
57* Fixing a bug when rackspace.dns.createRecord returns an array
58
59## v0.8.8
60* Adding support for uploading a tar.gz to Cloud files and extract on upload
61* Minor tenant changes for openstack identity providers
62
63## v0.8.7
64* Adding Rackspace CloudDNS as a DNS service
65
66## v0.8.5
67* Fixing a bug introduced by pre-release services listed in the Openstack Service Catalog
68
69## v0.8.4
70* Rackspace provider can now validate token with admin account
71* Using through in lieu of pause-stream
72
73## v0.8.3
74* Dependency bump for request (2.22.0)
75* Support internal Openstack service URLs
76
77## v0.8.2
78* Added support for File/Container metadata for Rackspace Storage
79* Adding support for Rackspace CDN enabled Containers
80
81## v0.8.1
82* Added support for limit/marker options for Rackspace getContainers, getFiles
83* removed unused Rackspace.File.rm/ls/cp methods
84* Fixed a bug in File.fullPath
85* Fixed a bug in Azure header signing
86
87## v0.8.0
88* Rewrote Rackspace Client to derive from Openstack Client
89* Updated Rackspace & Openstack createClient calls to take a proper URI for authUrl
90* Added support to specify region in Rackspace & Openstack createClient options
91* Added the ability to automatically re-authenticate on token expiry
92
93## v0.7.3
94* Fixed inline authentication for streaming to rackspace/openstack storage #109
95* Fixed S3 multi-part upload signing #137
96* Optimized S3 upload #124
97* Fixed Rackspace authentication to return error on unauthorized #140
98
99## v0.7.2
100* Added a pkgcloud User-Agent for outbound HTTP requests #134
101* Added tests for core compute method signatures