Releases: transloadit/java-sdk
Releases · transloadit/java-sdk
v0.4.4
- The Socket-IO plugin has been updated to version 4, which is also used by the API.
v0.4.3
- Includes a vulnerability patch in the used socket-io implementation
v0.4.2
v0.4.1
- Added debugging features regarding HTTP requests, which should not be used in production without contacting Transloadit support.
v0.4.0
- Added support for client-side Assembly IDs. You can obtain the ID of an Assembly now before even uploading/saving it. You can achieve this with the brand-new Assembly#getAssemblyID() method.
- Added debugging features regarding AssemblyIDs, which should not be used in production without contacting Transloadit support.
- Also updated the AssemblyListener interface to provide HashMaps instead of JSONObjects.
v0.3.0
- Updated all dependencies to their most recent, compatible version
=> minimal requirements for the SDK are now Android 5+ and Java 8+. - Add (form) fields to an Assembly or Template with the addField()- and addFields() - methods
- Extended support for Assembly Progress Updates via the Websocket.
=> AssemblyListener Interface provides more callback functions now. This should be considered before the update. - Codebase received a review and an updated JavaDoc.
- New Example added that uses Kotlin.
v0.2.0
v0.1.6
- Fix bug that doesn't allow usage of templates that have disabled allow steps override.
- Added some new examples
v0.1.5
- Make tus uploads to assembly's tus url
- Make assembly wait till completion
v0.1.4
- Use a fallback version