- Fix to server keypairs in how the JSON schema was generated for server creation (fixes #272)
- Removal of abstract method in
AbstractService
, since the method was already defined inServiceInterface
- this caused problems with versions of 5.3 - Bug fix with Data Objects, allowing 0 content size to be returned (fixes #273)
- Bug fix with Paginated Collections. Previously, the "should append" rule was incorrect - meaning that subsequent requests were not being executed (fixes #274)
- Bug fix with LoadBalancer access resources which prohibited them from being created
- More graceful error handling with Container deletion. If a 409 Conflict response is returned, a more meaningful error will be sent to the end-user (fixes #252)
- Adding
OpenCloud\Version
class for greater clarity - Updated Guzzle dependency version to v2.8
- Copyright notices updated to 2014
- New "Getting Started" guide for OpenStack
- Updated documentation for spawning Cloud Servers with keypair authentication
- Adding
--prefer-source
flag to Travis builds to get around Github API rate-limits