- Support for non-expiring scope
- Cancellation of uploads
- Added Request#withFile(String, byte[]), Request#withFile(String, ByteBuffer)
- Added Request#withEntity(HttpEntity) and Request#withContent(String, String)
- Added PutResource example
- Added setting to change the default content type for requests (CloudAPI#setDefaultContentType(String))
- Initial release