Releases: cloudinary/cloudinary_java
Releases · cloudinary/cloudinary_java
Version 1.14.0
New functionality
- Add support for uploading remote urls through
Uploader.uploadLarge()
- Support resuming
uploadLarge
- Streaming profile support.
- Update TravisCI to explicitly set distribution
- Allow deleteByToken to pass through when there's no api secret in config.
Other changes
- Add test for listing transformations with cursor.
- Merge branch 'master' into patch-1
- Make restore test run in parallel
- Set javadoc encoding to UTF-8.
- Update gradle to 4.0.1.
- Fix test to run in parallel.
- Remove use of
DatatypeConverter
which is not supported in Android - Update Cloudinary dependencies version for java sample project.
- Merge pull request #84 from elevenfive/master
- Close responsestream
- Merge pull request #83 from theel0ja/patch-1
- Improved formatting of markdown
Version 1.13.0
New functionality
- Add support for
format
in Responsive breakpoints transformation. (#78) - Add
url_suffix
support for private images. (#76) - Add
type
parameter toApi.publishResource()
(#73) - Add support for fetch overlay/underlay (#69)
- Add
deleteByToken
toUploader
. - Rename
deleteDerivedResourcesByTransformations
todeleteDerivedByTransformation
- Fix
deleteStreamProfile
no-options overload. - Add support for TravisCI tests
- Replace Maven with Gradle as build tool
Other changes
- Parallelize tests.
Version 1.12.0
New functionality
- Add Search API
Version 1.11.0
New functionality
- Add
fps
transformation parameter.
Version 1.9.1
1.9.1 / 2017-03-14
- Add expires at to generate archive (#68)
- Add
skip_transformation_name
parameter to generate archive. (#67) - Fix variables.
- Fix variable regex.
- Make Expression.serialize return normalized expression
- Fix variable sorting.
- Add tests for variable order.
- Avoid normalizing negative numbers.
- Normalize effect parameter
- Remove duplicate quality parameter line.
Version 1.9.0
Version 1.8.1
- Add support for URL authorization token.
- Refactor AuthToken.
- Refactor tests for stability
- Support nested objects in CLOUDINARY_URL. e.g. foo[bar]=100.
- Add maven items to
.gitignore
.
Version 1.8.0
New functionality
- Access mode API
Other changes
- Fix listing direction test.
- Refactor
multi
test
Version 1.7.0
New functionality
- Add Akamai token generator
Other changes
- Fix "multi" test
Version 1.6.0
New functionality
- Add Search by context API