Tags: michalkcloudinay/cloudinary_java
Tags
* Fix Java 1.6 support (cloudinary#161) * Fix eager transformation chaining. (cloudinary#159)
* Add JVM version to user agent (cloudinary#157) * Add support for range value in `Transformation.fps()` (cloudinary#155) * Add support for google-storage URLs (`gs://`) in uploads (cloudinary#154) * Add `quality_analysis` param in upload, explicit and api.resource calls * Add `named` parameter to list-transformations api.
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` (cloudinary#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
New functionality ----------------- * Add access control parameter to upload and update calls Other changes ------------- * Fix authToken generation when using acl * Fix `testOcrUpdate()` test case (cloudinary#119) * Configure .travis.yml to show more test information. * Verify `testDeleteByToken` takes all original config into account (cloudinary#116) * Replace `pom.xml` link with `build.gradle` in README.md
1.15.0 / 2017-09-05 =================== New functionality ----------------- * Add format field to `ResponsiveBreakpoint`. * The Android SDK has been moved to https://github.com/cloudinary/cloudinary_android 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.
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 cloudinary#84 from elevenfive/master * Close responsestream * Merge pull request cloudinary#83 from theel0ja/patch-1 * Improved formatting of markdown
PreviousNext