Skip to content

v1.1.3.0

Compare
Choose a tag to compare
@alanquillin alanquillin released this 05 Aug 16:03
· 1249 commits to master since this release

Minor Milestone Release (some breaking changes)

You can see full API documentation is published here. You can view all commits for this release here.

Updates

  • Added better handling of error messages and bubbling up the error text from the service
  • Updated/Expanded documentation
  • Uploaded a symbols package to SymbolSource.org
  • Updated to SimpleRESTServices v1.1.1.0
  • Fixed bug on retrying trying to add the X-Auth-Token header when it already exists
  • Rackspace provider changes:
    • Cloud Files
      • Added support for bulk delete of objects (Issue #89)
      • Added support for updating and deleting container metadata
      • Added support for filtering by prefix
    • Cloud Server
      • Implemented List, Create and Delete of Virtual Interfaces
      • Implemented list server pagination filters
    • Cloud Identity
      • Added implementation for the list roles pagination filters

Breaking Changes

  • Added the deleteObjects parameter to IObjectStorageProvider.DeleteContainer (2a5ed10).
  • Added the prefix parameter to IObjectStorageProvider.ListObjects (ce2945a).
  • Changed some int parameters representing time spans to TimeSpan or TimeSpan? (1f6fb00 and 0520001).
  • Changed int representation of HTTP status codes to use the HttpStatusCode enumeration (1f6fb00).
  • Rename UserAgentGenerator.Generate() to UserAgentGenerator.UserAgent (85f2cdd).