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. dependencies { 
  4.       implementation 'com.zoho.crm:java-sdk:1.0.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



    • Related Articles

    • Release Notes - PHP SDK

      ZOHO CRM/PHP SDK 2.0.1 Install command composer require zohocrm/php-sdk:2.0.1 Notes Enhancement Tag names can contain spaces in between them, while associating with records. Tag names can be retrieved as "ZCRMTag" objects in records function. ZOHO ...
    • Release Notes - Python SDK

      ZCRMSDK -VERSION 1.0.8 Install command pip install zcrmsdk==1.0.8 Notes Enhancement: Duplicate check fields can be ignored if not necessary in upsert record method . ZCRMSDK -VERSION 1.0.7 Install command pip install zcrmsdk==1.0.7 Notes Enhancement: ...
    • Release Notes - C# SDK

      ZCRMSDK -VERSION 2.0.1 Install command Install-Package ZCRMSDK -Version 2.0.1 dotnet add package ZCRMSDK --version 2.0.1 Notes Enhancements: SDK is compatible with Visual Studio 2015. Configuration details have to be passed only as a dictionary. ...
    • Java SDK - Overview

      Java SDK offers a way to create client java applications that can be integrated with Zoho CRM. This SDK makes the access and use of necessary CRM APIs with ease. In other words, it serves as a wrapper for the REST APIs, making it easier to use the ...
    • Responses & Exceptions - Java SDK

      APIResponse, BulkAPIResponse and FileAPIResponse are the wrapper objects for Zoho CRM APIs’ responses. All API calling methods would return one of these three objects. A method-seeking entity would return APIResponse object, whereas a method-seeking ...