v1.1.3.0
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
- Visual Studio can be configured to automatically download the PDB and source code for the package during a debugging session.
- 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
- Cloud Files
Breaking Changes
- Added the
deleteObjects
parameter toIObjectStorageProvider.DeleteContainer
(2a5ed10). - Added the
prefix
parameter toIObjectStorageProvider.ListObjects
(ce2945a). - Changed some
int
parameters representing time spans toTimeSpan
orTimeSpan?
(1f6fb00 and 0520001). - Changed
int
representation of HTTP status codes to use theHttpStatusCode
enumeration (1f6fb00). - Rename
UserAgentGenerator.Generate()
toUserAgentGenerator.UserAgent
(85f2cdd).