11RELEASE NOTES
22-------------
33
4+ ### Current working branch:
5+
6+ ### 2013-08-01 Version 1.5.10
7+
8+ * patch to support the diskConfig (Auto, Manual) or other attributes on
9+ Server::Create()
10+ * created CONTRIBUTING.md file to support Github feature
11+
412### 1.5.9
13+
514* fixed release notes
615* save file to stream
716* minor fixes
817
918## 06/27/2013 Version 1.5.8
19+
1020* #106 - problem with urlencoded paths for TEMP_URL feature
1121* #111 - slowness in listing swift containers
1222* OMG ADDED HEAT (Orchestration) SUPPORT! (Thanks, Stephen!)
1323* OMG ADDED Cloud Monitoring support! (Thanks, Jamie!)
1424* numerous other bug fixes, updated docs
1525
1626### 05/23/2013 Version 1.5.7
27+
1728* #102 - Etag support on create
1829* #104 - function signature mismatch
1930* #105 - CDN object not associated with container
2031
2132### 05/10/2013 Version 1.5.6
33+
2234* Support for DNS\Domain::CloneDomain() feature
2335
2436### 05/07/2013 Version 1.5.5
37+
2538* PSR-2 implementation (code formatting)
2639* issue #95 - attempt to fix default timezone to satisfy folks
2740
2841### 04/30/2013 Version 1.5.4
42+
2943* Issue #38 - added support for Cloud Files TEMP_URL feature
3044* Revised structure around namespaces
3145* new entrypoint: php-opencloud.php (rackspace.php and openstack.php are still
@@ -34,12 +48,14 @@ RELEASE NOTES
3448* Added scripts/ver++.sh to increment version patch number
3549
3650### 02/21/2013 Version 1.4
51+
3752* Added __ DIR__ to all internal ` require() ` calls. [ Issue #40 ]
3853* Added support for Rackspace Cloud DNS (see the quick reference in docs/
3954 for the details)
4055* Other bug fixes that I can't remember, but which are really good. Really.
4156
4257### 02/10/2013 Version 1.3
58+
4359* ** IMPORTANT** : The file extension for include files is not ` .php ` (instead of
4460 ` .inc ` ). This came at the request of numerous individuals. However, it means
4561 that all of your scripts that use ** php-opencloud** must be edited.
@@ -60,29 +76,33 @@ RELEASE NOTES
6076 ` OpenStack ` class to permit caching of tokens.
6177
6278### 11/06/2012 Version 1.2
79+
6380* Adds full support for OpenStack Cinder/Rackspace Cloud Block Storage
6481* Bug fixes
6582* Refactoring to reduce code size
6683
6784### 10/25/2012 Version 1.1
85+
6886* Fix for security issue #6
6987* Includes Quick Reference material on Cinder/Cloud Block Storage, but
7088 no additional docs yet (they're in progress)
7189
7290### 10/12/2012 Version 1.0 final
91+
7392* More refactoring to reduce the amount of duplicated code
7493* Fix for issue #3
7594* Added support for Cloud Block Storage (Nova Volumes) and
7695 Cloud Load Balancers, but this is only prelinary and has
7796 no docs yet.
7897
7998### 10/05/2012 Version 1.0 RC3
99+
80100* Some refactoring in classes that extend NovaInstance
81101* Fixed bug where servers without networks did not receive default networks
82102 https://github.com/rackspace/php-opencloud/issues/2
83103
84104### 09/28/2012 Version 1.0 (Build 39)
85- Supported products:
105+
86106* OpenStack Swift (Rackspace Cloud Files)
87107* OpenStack Nova (Rackspace Next Gen Cloud Servers)
88108* Rackspace Cloud Networks
0 commit comments