Skip to content

Releases: cloudinary/cloudinary_java

Version 1.4.6

01 Jan 09:34
Compare
Choose a tag to compare
  • Add streaming profiles API

Version 1.4.5

01 Jan 09:33
Compare
Choose a tag to compare
  • Better handling of missing/unreadable local files

Version 1.4.4

01 Jan 09:33
Compare
Choose a tag to compare
  • Fix issue when uploading URL with \n

Version 1.4.3

01 Jan 09:33
Compare
Choose a tag to compare

New functionality

  • New Admin API Publish.
  • Support to_type in rename.
  • Add skip_transformation_name and expires_at to archive parameters.
  • Support Client Hints.

Other changes

  • Add deprecation message to Layer classes.
  • Define MockableTest
  • Add static import of asMap and emptyMap. Suppress deprecation warnings for backward compatibility tests.
  • Refactor Quality and Width tests.
  • Update Junit version and add JUnitParams.
  • Add Hamcrest tests.
  • Add tests for auto width and original width and height ( ow, oh) values
  • Add timeout, connect_timeout and connection_request_timeout to HTTP43 and HTTP44 Api.

Version 1.4.2

24 May 11:05
Compare
Choose a tag to compare
  • Sent params as entities for PUT, POST
  • Use "_method" with "delete" instead of HttpDelete.
  • Add next_cursor to Api#transformation()
  • Update Google App Engine demo
  • Add script to create unsigned upload preset for the Android test
  • Use dynamic tag in sprites test
  • Add SDK_TEST_TAG to all resources being created.
  • Remove API limits test

Version 1.4.1

23 Mar 15:30
Compare
Choose a tag to compare
  • Rename conditional parameters faces and pages to faceCount and pageCount

Version 1.4.0

23 Mar 15:29
Compare
Choose a tag to compare

New functionality and features

  • Add Conditional Transformations

Other changes

  • Add Condition builder for faces
  • Modify explicit test - don't use twitter
  • Modify categorization test result value
  • Cleanup Whitespace
  • Use variables for public_id's in rename tests
  • Fix uploadLarge to use X-Unique-Upload-Id instead of updating params. Solves #18
  • Fix support for non-ascii chars in upload URL

Version 1.3.0

28 Jan 14:00
Compare
Choose a tag to compare

New functionality

  • New Archive API - support createArchive
  • Add responsive_breakpoints parameter
  • line spacing support in text overlay

Other Changes

  • Rename Layer classes. Rename self() to getThis() to match the pattern.
  • Use constant and meaningful name for upload preset. Rearrange imports.
  • Update SDK versions in Android projects.
  • Support cloudinary credentials URL that has an API_KEY but no API_SECRET
  • Remove redundant deleteConflictingFiles.
  • Create separate test class for Layer
  • change user agent - remove spaces. stricter layer parameter check. fix underlay method signature
  • Fix Android complex filename test