Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f8e0c32

Browse filesBrowse files
committed
Version 1.34.0
1 parent c62bba7 commit f8e0c32
Copy full SHA for f8e0c32

File tree

4 files changed

+15
-4
lines changed
Filter options

4 files changed

+15
-4
lines changed

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
2+
1.34.0 / 2023-08-08
3+
===================
4+
5+
* Add visual search support
6+
* Add `toUrl() to Search API
7+
* Add Search folders functionality
8+
* Update Hyper SQL version
9+
* Add support for `media_metadata` parameter
10+
* Add support for `clear_invalid` parameter
11+
112
1.33.0 / 2022-09-12
213
==================
314

‎README.md

Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ For the complete documentation, see the [Java SDK Guide](https://cloudinary.com/
2727
## Version Support
2828
| SDK Version | Java 6+ |
2929
|----------------|---------|
30-
| 1.1.0 - 1.33.0 | V |
30+
| 1.1.0 - 1.34.0 | V |
3131

3232
## Installation
3333
The cloudinary_java library is available in [Maven Central](https://mvnrepository.com/artifact/com.cloudinary/cloudinary-core). To use it, add the following dependency to your pom.xml :
@@ -36,7 +36,7 @@ The cloudinary_java library is available in [Maven Central](https://mvnrepositor
3636
<dependency>
3737
<groupId>com.cloudinary</groupId>
3838
<artifactId>cloudinary-http44</artifactId>
39-
<version>1.33.0</version>
39+
<version>1.34.0</version>
4040
</dependency>
4141
```
4242

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

Copy file name to clipboardExpand all lines: cloudinary-core/src/main/java/com/cloudinary/Cloudinary.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public class Cloudinary {
3838
public final static String AKAMAI_SHARED_CDN = "res.cloudinary.com";
3939
public final static String SHARED_CDN = AKAMAI_SHARED_CDN;
4040

41-
public final static String VERSION = "1.33.0";
41+
public final static String VERSION = "1.34.0";
4242
static String USER_AGENT_PREFIX = "CloudinaryJava";
4343
public final static String USER_AGENT_JAVA_VERSION = "(Java " + System.getProperty("java.version") + ")";
4444

‎gradle.properties

Copy file name to clipboardExpand all lines: gradle.properties
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ developerEmail=info@cloudinary.com
1313

1414
# These two properties must use these exact names to be compatible with 'gradle install' plugin.
1515
group=com.cloudinary
16-
version=1.33.0
16+
version=1.34.0
1717

1818
gnsp.disableApplyOnlyOnRootProjectEnforcement=true
1919

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.