Skip to content

v1.2.0.0

Choose a tag to compare

@sharwell sharwell released this 24 Sep 19:36
· 967 commits to master since this release

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 ConnectionLimit property, allowing users to set the number of concurrent connections a provider like CloudFilesProvider can open to a single service endpoint.
    • Improved service catalog lookups in preparation for supporting non-Rackspace OpenStack implementations
    • Fix volume types support (#139)
    • The deleteObjects parameter of DeleteContainer now has the default value false
  • Breaking changes (incomplete list)
    • The headers parameter was added to CreateContainer (#199)
    • The contentType parameter was added to CreateObject and CreateObjectFromFile, and the destinationContentType parameter was added to CopyObject and MoveObject
    • TODO