Skip to content

Commit fab87a5

Browse files
committed
Update and rename CHANGES.txt to CHANGELOG.md. Update version.
1 parent 6301268 commit fab87a5

File tree

3 files changed

+314
-12
lines changed

3 files changed

+314
-12
lines changed

CHANGELOG.md

Lines changed: 313 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,313 @@
1+
2+
cloudinary-parent-1.3.0 / 2016-01-19
3+
====================================
4+
5+
* Add `responsive_breakpoints` paramater
6+
* Use `TextLayer` instead of `TextLayerBuilder`. Use `getThis()` instead of `self()`.
7+
* Use constant and meaningful name for upload preset. Rearrange imports.
8+
* Update SDK versions in Android projects.
9+
* Support cloudinary credentials URL that has an API_KEY but no API_SECRET
10+
* Remove redundant `deleteConflictingFiles`.
11+
* Merge branch 'master' of github.com:cloudinary/cloudinary_java
12+
* support createArchive
13+
* line spacng support in text overlay
14+
* Create separate test class for Layer
15+
* Rename Layer classes. Rename self() to getThis() to match the pattern.
16+
* Merge branch 'master' of github.com:cloudinary/cloudinary_java
17+
* change user agent - remove spaces. stricter layer parameter check. fix underlay method signature
18+
* Merge branch 'master' of github.com:cloudinary/cloudinary_java
19+
* Fix Android complex filename test
20+
21+
cloudinary-parent-1.2.2 / 2016-01-19
22+
====================================
23+
24+
* Fix Android tests
25+
* Enable apache http 4.3 strategy
26+
* Support easy overlay/underlay construction
27+
* Support upload mappings api. add missing restore test
28+
* Support the restore api
29+
* Normalize user agent
30+
* Add invalidate flag to rename and explicit
31+
* Support aspect ratio transformation param
32+
* Add filename and complex filename test
33+
* Fix encoding issues when JVM default encoding is not UTF-8
34+
* Revent timeout exception change
35+
* Support filename in upload options. close response objects in http44
36+
* Update README. Fixes #28
37+
* Merge pull request #26 from wagaun/master
38+
* Fixing typo on exception
39+
* Update README.md
40+
41+
cloudinary-parent-1.2.1 / 2015-06-18
42+
====================================
43+
44+
* Disable java8 doclint
45+
* Fix references to 1.1.4-SNAPSHOT. Fix wrong URLs in README.md
46+
* Fix documentation and imports
47+
* Modify exception message to say that Admin API is not supported.
48+
* Fix HTML escaping (fixes upload tags)
49+
* Allow android unsigned upload without api_key
50+
* Fix http44 response closing.
51+
52+
cloudinary-parent-1.2.2 / 2015-10-11
53+
====================================
54+
55+
* Support apache http 4.3 strategy
56+
* Support easy overlay/underlay construction
57+
* Support upload mappings api
58+
* Support the restore api
59+
* Normalize user agent
60+
* Add invalidate flag to rename and explicit
61+
* Support aspect ratio transformation param
62+
* Fix encoding issues when JVM default encoding is not UTF-8
63+
* Support filename in upload options
64+
* Close response objects in http44.
65+
66+
cloudinary-parent-1.2.0 / 2015-04-13
67+
====================================
68+
69+
* Support httpcomponents 4.4
70+
* Support for video tag and transformations
71+
* Add video transformation parameters and zoom transformation
72+
* Support ftp url upload
73+
* Support eager_async in explicit
74+
* Fix UTF-8 issues in API
75+
* Add support for video tag. refactor Url based tags
76+
* Scrub UrlBuilderStrategy
77+
* Enable crippled core mode without loading strategies
78+
* Move core test to core
79+
* Use URLEncoder instead of AbstractUrlBuilderStrategy.
80+
* Use upload_chuncked endpoint for upload large
81+
* Improved parameter support for upload_large.
82+
* support byte[] file input for upload
83+
84+
cloudinary-parent-1.1.3 / 2015-02-24
85+
====================================
86+
87+
* Fix test after file name change
88+
* Added timeout parameter to admin api and Fixed test and configuration issues
89+
90+
cloudinary-parent-1.1.2 / 2015-01-15
91+
====================================
92+
93+
* Fix support for string eager parameters e.g. for safe mobile flow
94+
* Merge pull request #17 from cloudinary/eager_upload_params
95+
* merged android signature fix
96+
* eager upload params can be both string or List<Transformation>
97+
98+
cloudinary-parent-1.1.1 / 2014-12-22
99+
====================================
100+
101+
* Support secure domain sharding
102+
* Don't sign version component
103+
* Support url suffix and use root path
104+
* renamed urlSuffix to suffix
105+
* Support tags in upload large.
106+
* Change log and version update
107+
* added new options to url tag
108+
* added invalidate to bulk deletes
109+
* Add missing tests in adnroid-test. fix signing tests in android-test. be more specific with exception class in http42 Cloudinary tests.
110+
* updated Url.generate method (b4 tests)
111+
* bug fixes
112+
113+
cloudinary-parent-1.1.0 / 2014-11-18
114+
====================================
115+
116+
* Merge branch 'globalize' of github.com:codeinvain/cloudinary_java
117+
* Remove redundant depndencies
118+
* - changed org.json to org.cloudinary.json due to Android optimization issues . - removed dependency on SimpleJSON from tablib
119+
* Update CHANGES.txt
120+
* Merge branch 'globalize'
121+
* Fix documentation. Fix dependencies
122+
* Fix modules artifactId
123+
* promoted minor version (1.0.x -> 1.1.x) & fixed documentation external links
124+
* added deprecated asMap method to Cloudinary (support old api)
125+
* updated documentation , fixed sample projects
126+
* promoted minor version (1.0.x -> 1.1.x) & fixed documentation external links
127+
* added deprecated asMap method to Cloudinary (support old api)
128+
* updated documentation , fixed sample projects
129+
* add support for signed urls in tag helpers (image and url)
130+
* Git ignore cloudinary-android-test/src/main/AndroidManifest.xml. Fix tag lib dependency
131+
* Remove httpclient dependencies from cloudinary-core. Use main version in both http42 and android versions. Remove getRawResponse from ApiResponse
132+
* Merge branch 'globalize' of github.com:codeinvain/cloudinary_java
133+
* merged config & builder
134+
* Update README.md
135+
* cloudinary credentials removed
136+
* http42 + android tests pass
137+
* changed architecture to core + strategies
138+
* removed shared classes
139+
* android jar
140+
* maven build , project dependency core -> http42 -> taglib
141+
* unified Java API and created basic implementation
142+
* custom StringUtils
143+
* support folder listing API
144+
145+
cloudinary-parent-1.0.14 / 2014-07-29
146+
=====================================
147+
148+
* Add background_removal
149+
* Support return_delete_token in upload/update params
150+
* Support responsive and hidpi
151+
* Support custom coordinates.
152+
153+
cloudinary-parent-1.0.13 / 2014-04-29
154+
=====================================
155+
156+
* Add support for opacity
157+
* Support upload_presets
158+
* Support unsigned uploads
159+
* Support start_at for resource listing
160+
* Support phash for upload and resource details
161+
* Support rate limit header in Api calls
162+
* Initial commit Google App engine sample
163+
* Merge remote master
164+
* Allow passing ClientConnectionManager
165+
166+
cloudinary-parent-1.0.12 / 2014-03-04
167+
=====================================
168+
169+
* Increment version to 1.0.12
170+
* Fix uploader API calls handling of non-string parameters e.g. Booleans
171+
172+
cloudinary-parent-1.0.11 / 2014-03-04
173+
=====================================
174+
175+
* Document releases in CHANGES.txt
176+
* Fix test - raw upload parts must be > 5m
177+
* better large raw upload support
178+
* Merge branch 'master' of https://github.com/cloudinary/cloudinary_java
179+
* new update method
180+
* Add listing by moderation kind and status
181+
* Add moderation status in listing
182+
* Add moderation flag in upload
183+
* Add moderation_status in update
184+
* Add ocr, raw_conversion, categorization, detection, similarity_search and auto_tagging parameters in update and upload
185+
* Add support for uploading large raw files
186+
187+
cloudinary-parent-1.0.10 / 2014-01-27
188+
=====================================
189+
190+
* add discard_original_filename upload flag. Formatting in tests
191+
* support setting context in explicit
192+
* Add direction support to resource listing.
193+
194+
cloudinary-parent-1.0.9 / 2014-01-10
195+
====================================
196+
197+
* remove delete_all from tests. fix face coordinates in explicit
198+
* Merge branch 'master' of https://github.com/cloudinary/cloudinary_java
199+
* add user agent. fix api test
200+
* refactor Map encoding for upload
201+
* Merge branch 'signedurl'
202+
* Update README.md
203+
* Merge branch 'master' of https://github.com/cloudinary/cloudinary_java
204+
* support multiple face coordinates in upload and explicit. optionaly use Coordinates as a wrapper of multiple rectangles
205+
* add support for overwrite in taglib
206+
* add support for overwrite boolean in upload
207+
* support signed urls
208+
* delete all + cursors, tag and context flags in lists, list by public ids, add support in upload for: face_coordinates, alowed_formats, context
209+
* change dependency to published 1.0.8 and change installation instructions accordingly
210+
211+
cloudinary-parent-1.0.8 / 2013-12-20
212+
====================================
213+
214+
* Fix implementation of SmartUrlEncoder in case of non-ascii characters
215+
* fix callback when servlet is not at root
216+
* better handling of raw files
217+
* add subsections in README. Add this to memeber assignments
218+
* move most of stored file logic to core. support stored file in url and url and image tags. add a readme to the sample project
219+
* add support for named transformations as tag attribute
220+
* add support for local secure (and implicit from request) and cdn_subdomain
221+
* cleanup and upload parameters completeness
222+
* change images to use inline transformations when possible. fix image link in list
223+
* fix inline transformation in image. add inline trnaformation in url
224+
* initial commit of photo album sample. added additional or modified existing tag helpers to taglib to enable more robust transformations and to allow cloufdinary URLs outside of images and to allow specifying images from facebook/twitter and support jQuery direct upload.
225+
226+
cloudinary-parent-1.0.7 / 2013-11-02
227+
====================================
228+
229+
* Support the color parameter
230+
* Merge branch 'master' of https://github.com/cloudinary/cloudinary_java
231+
* add support for unique_filename and added a test for use_filename
232+
* Merge pull request #9 from AssuredLabor/transformationAttr
233+
* add transformation attribute to cloudinary upload tag
234+
* Fix handling of boolean parameters on upload
235+
236+
cloudinary-parent-1.0.6 / 2013-08-07
237+
====================================
238+
239+
* Rename prepareUploadTagParams to uploadTagParams
240+
* Escape all public_ids including non-http ones.
241+
* Merge pull request #7 from AssuredLabor/extractUploadParams
242+
* Updated so we don't escapeHTML unless necessary for the server side. This allows the client-side to receive a JS hash / object directly. This is useful, depending on how the input is rendered.
243+
* Extracted upload tagParams and upload url functionality into their functions, this will facilitate frameworks like Angular fetching the server-side params
244+
245+
cloudinary-parent-1.0.5 / 2013-07-31
246+
====================================
247+
248+
* Support folder and proxy upload parameters
249+
* Fix string comparison of secureDistribution
250+
* Change secure urls to use *res.cloudinary.com
251+
* Support Admin API ping
252+
* Support generateSpriteCss
253+
254+
cloudinary-parent-1.0.4 / 2013-07-15
255+
====================================
256+
257+
* Issue #6 - add instructions on using as a maven dependency
258+
* Support raw data URI
259+
* Support zipDownload. Cleanup signing code
260+
* Support s3 and data:uri urls
261+
262+
cloudinary-parent-1.0.3 / 2013-06-04
263+
====================================
264+
265+
* Cleanup pom.xml, Fix imageUploadTag test, Fix imports
266+
* Introduced a new image tag for jsps, you can use it like this:
267+
* don't track eclipse resources
268+
* Add the callback and the signature to the image tag
269+
* In the tag lib, use the Uploader's tag generator * Allow null file parameters
270+
* enhancements to the HTML processing
271+
* cleaned up the tag rendering. There is some more flexibility that needs to be added to the tag, but it looks like the core of it is working ok.
272+
* correctly located the cloudinary tld and updated to use the new classname of the tag Added a singleton manager to ease spring support.
273+
* renamed tag to make more sense
274+
* First pass at an upload tag and support code
275+
* Refactored Cloudinary Java into multiple modules without breaking the module naming convention already established. * Created a -taglib module to support constructing file input tags on the server side, since it requires some server side API signing. * Separate modules allow users who are writing stand-alone applications (not depending on the Servlet API) not to have a dependency on it.
276+
* Fixing code sample, referencing Android
277+
278+
cloudinary-1.0.2 / 2013-04-08
279+
=============================
280+
281+
* Upgrade version to 1.0.2-SNAPSHOT
282+
* Don't fail api tests if api_secret is not given
283+
* Don't fail api tests if api_secret is not given
284+
* pom fixes
285+
* Preparation for Maven repository submission
286+
* Merge Maven preperation by shakiba
287+
* Missing file for rename test
288+
* Invalidate flags in upload and destroy
289+
* Private download link generator
290+
* Support for short urls for image/upload
291+
* Support for folders
292+
* Support rename
293+
* Support unsafe transformation update
294+
* Fix tags api support of multiple public ids
295+
* ready for maven central
296+
* Fixing URLs in readme
297+
* Support akamai
298+
* Support for sprite genreation, multi and explode. Support new async/notification flags
299+
* Merge git://github.com/andershedstrom/cloudinary_java
300+
* Support for usage API call
301+
* Support image_metadata flag in upload and API
302+
* Update README.md
303+
* fixed regexp bug, regexp didn't work
304+
* Updated pom.xml to handle custom src and test-src directories
305+
* Allow giving pages flag to resource details API
306+
* Fix check for limit. Fix htmlWidth visibility
307+
* Support for info flags in upload
308+
* Support for transformation flags
309+
* Support deleteResourcesByTag Support keep_original in resource deletion
310+
* Uploader.imageUploadTag - helper for create input tag for direct upload to Cloudinary via JS
311+
* Added README
312+
* Java naming conventions. Map utility methods
313+
* Initial commit

CHANGES.txt

Lines changed: 0 additions & 11 deletions
This file was deleted.

cloudinary-core/src/main/java/com/cloudinary/Cloudinary.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public class Cloudinary {
4040
public final static String AKAMAI_SHARED_CDN = "res.cloudinary.com";
4141
public final static String SHARED_CDN = AKAMAI_SHARED_CDN;
4242

43-
public final static String VERSION = "1.2.2";
43+
public final static String VERSION = "1.3.0";
4444
public final static String USER_AGENT = "CloudinaryJava/" + VERSION;
4545

4646
public final Configuration config;

0 commit comments

Comments
 (0)