Release Notes - Java SDK

Release Notes - Java SDK

ZCRMSDK -VERSION 1.0.6 

Downloadable JAR file 

You can download the jar file for the version1.0.6 of Java SDKs at the end of this page. 

Install command - Maven:(in pom.xml) 

  1. <repositories> 
  2.       <repository> 
  3.             <url> https://maven.zohodl.com </url> 
  4.       </repository> 
  5. </repositories> 

  6. <dependencies> 
  7.       <dependency> 
  8.             <groupId>com.zoho.crm</groupId> 
  9.             <artifactId>java-sdk</artifactId> 
  10.             <version>1.0.6</version> 
  11.       </dependency> 
  12. </dependencies> 

Install command - Gradle 

  1. repositories { 
  2.       maven { url " https://maven.zohodl.com " } 
  3. } 
  4. dependencies { 
  5.       implementation 'com.zoho.crm:java-sdk:1.0.6' 
  6. } 

Notes 
    1. Enhancements
      1. Tag APIs are supported in this version.
    2. Issue Fix
      1. JSONException (related to subforms) is fixed in the getRecord function.

ZCRMSDK -VERSION 1.0.5

Downloadable JAR file

You can download the jar file for the version1.0.5 of Java SDKs at the end of this page.

Install command - Maven:(in pom.xml)

  1. <repositories>
  2.       <repository>
  3.             <url> https://maven.zohodl.com </url>
  4.       </repository>
  5. </repositories>

  6. <dependencies>
  7.       <dependency>
  8.             <groupId>com.zoho.crm</groupId>
  9.             <artifactId>java-sdk</artifactId>
  10.             <version>1.0.5</version>
  11.       </dependency>
  12. </dependencies>

Install command - Gradle

  1. repositories {
  2.       maven { url " https://maven.zohodl.com " }
  3. }
  4. dependencies {
  5.       implementation 'com.zoho.crm:java-sdk:1.0.5'
  6. }

Notes
  1. Enhancements
    1. Logs can be written in the file by specifying the full path name in configuration.properties file (logFilePath=path/to/file.log).

ZCRMSDK -VERSION 1.0.4

Downloadable JAR file

You can download the jar file for the version1.0.4 of Java SDKs at the end of this page.

Install command - Maven:(in pom.xml)

  1. <repositories>
  2.       <repository>
  3.             <url> https://maven.zohodl.com </url>
  4.       </repository>
  5. </repositories>

  6. <dependencies>
  7.       <dependency>
  8.             <groupId>com.zoho.crm</groupId>
  9.             <artifactId>java-sdk</artifactId>
  10.             <version>1.0.4</version>
  11.       </dependency>
  12. </dependencies>

Install command - Gradle

  1. repositories {
  2.       maven { url " https://maven.zohodl.com " }
  3. }
  4. dependencies {
  5.       implementation 'com.zoho.crm:java-sdk:1.0.4'
  6. }

Notes
  1. Enhancements
    1. Added lead assignment rule support.
    2. Duplicate check fields support while upserting the record.

ZCRMSDK -VERSION 1.0.3

Downloadable JAR file

You can download the jar file for the version1.0.3 of Java SDKs at the end of this page.

Install command - Maven:(in pom.xml)

  1. <repositories>
  2.       <repository>
  3.             <url> https://maven.zohodl.com </url>
  4.       </repository>
  5. </repositories>

  6. <dependencies>
  7.       <dependency>
  8.             <groupId>com.zoho.crm</groupId>
  9.             <artifactId>java-sdk</artifactId>
  10.             <version>1.0.3</version>
  11.       </dependency>
  12. </dependencies>

Install command - Gradle

  1. repositories {
  2.       maven { url " https://maven.zohodl.com " }
  3. }
  4. dependencies {
  5.       implementation 'com.zoho.crm:java-sdk:1.0.3'
  6. }

Notes
  1. Issue fix

ZCRMSDK -VERSION 1.0.2

Downloadable JAR file

You can download the jar file for the version1.0.2 of Java SDKs at the end of this page.

Install command - Maven:(in pom.xml)

  1. <repositories>
  2.       <repository>
  3.             <url> https://maven.zohodl.com </url>
  4.       </repository>
  5. </repositories>

  6. <dependencies>
  7.       <dependency>
  8.             <groupId>com.zoho.crm</groupId>
  9.             <artifactId>java-sdk</artifactId>
  10.             <version>1.0.2</version>
  11.       </dependency>
  12. </dependencies>

Install command - Gradle

  1. repositories {
  2.       maven { url " https://maven.zohodl.com " }
  3. }
  4. dependencies {
  5.       implementation 'com.zoho.crm:java-sdk:1.0.2'
  6. }

Notes
  1. Issue fix

ZCRMSDK -VERSION 1.0.1

Downloadable JAR file

You can download the jar file for the version1.0.1 of Java SDKs at the end of this page.

Install command - Maven:(in pom.xml)

  1. <repositories>
  2.       <repository>
  3.             <url> https://maven.zohodl.com </url>
  4.       </repository>
  5. </repositories>

  6. <dependencies>
  7.       <dependency>
  8.             <groupId>com.zoho.crm</groupId>
  9.             <artifactId>java-sdk</artifactId>
  10.             <version>1.0.1</version>
  11.       </dependency>
  12. </dependencies>

Install command - Gradle

  1. repositories {
  2.       maven { url " https://maven.zohodl.com " }
  3. }
  4. dependencies {
  5.       implementation 'com.zoho.crm:java-sdk:1.0.1'
  6. }

Notes
  1. Issue fix

ZCRMSDK -VERSION 1.0.0

Downloadable JAR file

You can download the jar file for the version1.0.0 of Java SDKs at the end of this page.

Install command - Maven:(in pom.xml)

  1. <repositories>
  2.       <repository>
  3.             <url> https://maven.zohodl.com </url>
  4.       </repository>
  5. </repositories>

  6. <dependencies> 
  7.       <dependency>
  8.             <groupId>com.zoho.crm</groupId>
  9.             <artifactId>java-sdk</artifactId>
  10.             <version>1.0.0</version>
  11.       </dependency>
  12. </dependencies>
     
Install command - Gradle

  1. repositories { 
  2.       maven { url " https://maven.zohodl.com " }
  3. }
  4. dependencies { 
  5.       implementation 'com.zoho.crm:java-sdk:1.0.0'
  6. }

Notes
  1. Supported Subform APIs.
  2. Updated JSON jar.
  3. Supported page and perPage options for Get Users.
  4. Supported User CRUD APIs