v1.2.0.0
Minor Milestone Release
Version 1.2.0.0 offers a substantial improvement in documentation, along with minor updates and numerous bug fixes throughout the SDK.
Changes
You can view all commits for this release here.
You can view all issues closed for this release here.
- "Major" improvements
- Thorough updates to the API reference documentation, which is attached to this release or can be browsed online at http://openstacknetsdk.org/docs/
- Rewritten integration test suite that can be run with user (non-admin) credentials
- Add support for .NET 3.5 (#171)
- Support running the SDK in medium trust environments (#120)
- Support specifying content types when uploading files to an Object Storage service; preserve content types during copy, move, and update metadata operations
- "Other" improvements
- Add the
ConnectionLimitproperty, allowing users to set the number of concurrent connections a provider likeCloudFilesProvidercan open to a single service endpoint. - Improved service catalog lookups in preparation for supporting non-Rackspace OpenStack implementations
- Fix volume types support (#139)
- The
deleteObjectsparameter ofDeleteContainernow has the default valuefalse
- Add the
- Breaking changes (incomplete list)
- The
headersparameter was added toCreateContainer(#199) - The
contentTypeparameter was added toCreateObjectandCreateObjectFromFile, and thedestinationContentTypeparameter was added toCopyObjectandMoveObject - TODO
- The