- The Management API is now supported, along with DeveloperKey auth.
- Kloudless Bearer token auth is now supported.
- Resolving encoding issues with downloaded content. (#10)
- The upload endpoint now uses the v1 format and accepts
ReadStream
objects as well asBuffer
objects.
- The response object is now returned in the callback.
- The multipart upload endpoints now correctly use
v1
instead ofv0
.
- The API version has been updated to
v1
. This introduces backwards incompatible changes. Please review the migration guide for more information on migrating fromv0
tov1
.