Skip to content

Releases: cloudinary/cloudinary_java

Version 1.22.1

13 Feb 15:15
Compare
Choose a tag to compare
  • Fix Java 1.6 support (#161)
  • Fix eager transformation chaining. (#159)

Version 1.22.0

24 Jan 08:44
Compare
Choose a tag to compare
  • Add JVM version to user agent (#157)
  • Add support for range value in Transformation.fps() (#155)
  • Add support for google-storage URLs (gs://) in uploads (#154)
  • Add quality_analysis param in upload, explicit and api.resource calls
  • Add named parameter to list-transformations api.

Version 1.21.0

05 Nov 16:16
Compare
Choose a tag to compare

New functionality

  • Add support for font antialiasing and font hinting for text overlays

Other changes

  • Clone configuration in Url.clone()

Version 1.20.0

10 Oct 11:50
Compare
Choose a tag to compare

New functionality

  • Add support for web assembly and lambda functions in transformations

Other changes

  • Improve performance of url.generate() method
  • Fix url encoding for AuthToken generation

Version 1.19.0

22 Jul 11:07
Compare
Choose a tag to compare

New functionality

  • Add support of auto value for start_offset transformation parameter
  • Feature/keyframe interval support

Other changes

  • Fix content range header in chunked upload (force US locale)
  • Keep original filename in uploadLarge before sending the InputStream
  • Update gradle for java 7 TLS fix (gradle/gradle#5740)
  • Fix Api list tags test - verify the list instead of specific tags
  • Cleanup upload preset from testGetUploadPreset (#129)
  • Add int overload to TextLayer.letterSpacing()
  • Fix responsive breakpoint format field implementation
  • Separate modules to run on different travis jobs.
  • Remove test02Resources test (broken and unnecessary).
  • Fix raw convert error message test

Version 1.16.0

26 Sep 16:46
Compare
Choose a tag to compare
  • Change url suffix and root path limitations
  • Add update_version.sh
  • Update Readme to point to HTTPS URLs of cloudinary.com
  • Fix android repository link

Version 1.15.0

26 Sep 09:46
Compare
Choose a tag to compare

1.15.0 / 2017-09-05

New functionality

Other changes

  • Add badges to README
  • Create LICENSE
  • Centralize response handling and respect returnError param.
  • Fix boolean config values in tag generation
  • Fix project for java8, update cloudinary dependencies.

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