Tags: ashima07/cloudinary_java
Tags
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
New functionality ----------------- * Add support for `format` in Responsive breakpoints transformation. (cloudinary#78) * Add `url_suffix` support for private images. (cloudinary#76) * Add `type` parameter to `Api.publishResource()` (cloudinary#73) * Add support for fetch overlay/underlay (cloudinary#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.
PreviousNext