Skip to content

Releases: cloudinary/cloudinary_java

Version 1.14.0

26 Sep 09:45
Compare
Choose a tag to compare

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

13 Jun 11:07
Compare
Choose a tag to compare

New functionality

  • Add support for format in Responsive breakpoints transformation. (#78)
  • Add url_suffix support for private images. (#76)
  • Add type parameter to Api.publishResource() (#73)
  • Add support for fetch overlay/underlay (#69)
  • Add deleteByToken to Uploader.
  • Rename deleteDerivedResourcesByTransformations to deleteDerivedByTransformation
  • 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

01 May 10:56
Compare
Choose a tag to compare

New functionality

  • Add Search API

Version 1.11.0

26 Apr 11:54
Compare
Choose a tag to compare

New functionality

  • Add fps transformation parameter.

Version 1.9.1

17 Mar 11:50
Compare
Choose a tag to compare

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

08 Mar 18:23
Compare
Choose a tag to compare

New functionality

  • Support User defined variables and expressions.
  • Add async parameter to upload params(#63)
  • Add expired_at parameter to private download. (#60)
  • Add moderation parameter in explicit call (#59)

Other changes

  • Fix double encoding for commas and slashes in text layers (#66)
  • Add artistic filter test (#65)
  • Add gravity-auto test (#64)
  • Fix OutOfMemoryError when uploading large files in android. Fixes #55 (#57)
  • Fix encoding error in api update resource (#61)

Version 1.8.1

23 Feb 00:57
Compare
Choose a tag to compare
  • 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

08 Feb 12:25
Compare
Choose a tag to compare

New functionality

  • Access mode API

Other changes

  • Fix listing direction test.
  • Refactor multi test

Version 1.7.0

30 Jan 15:50
Compare
Choose a tag to compare

New functionality

  • Add Akamai token generator

Other changes

  • Fix "multi" test

Version 1.6.0

12 Jan 09:46
Compare
Choose a tag to compare

New functionality

  • Add Search by context API