Releases: cloudinary/cloudinary_java
Releases · cloudinary/cloudinary_java
Version 1.4.6
- Add streaming profiles API
Version 1.4.5
- Better handling of missing/unreadable local files
Version 1.4.4
- Fix issue when uploading URL with \n
Version 1.4.3
New functionality
- New Admin API
Publish
. - Support
to_type
inrename
. - Add
skip_transformation_name
andexpires_at
to archive parameters. - Support Client Hints.
Other changes
- Add deprecation message to
Layer
classes. - Define
MockableTest
- Add static import of
asMap
andemptyMap
. 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
andconnection_request_timeout
to HTTP43 and HTTP44 Api.
Version 1.4.2
- Sent params as entities for PUT, POST
- Use "_method" with "delete" instead of HttpDelete.
- Add
next_cursor
toApi#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
- Rename conditional parameters
faces
andpages
tofaceCount
andpageCount
Version 1.4.0
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
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