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

    • 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 ...
    • Persistence - Java SDK

      Persistent classes in an application implement the entities of the business problem. In Java SDK, two default persistence classes with their implementations are provided. On the other hand, if a developer wants his specific implementation, he can ...
    • Configuration - Java SDK

      Setting up the configuration is a system engineering process, for establishing and maintaining the consistency of the application's performance, functional and physical attributes with its requirements, design and operational information throughout ...
    • Initialization - Java SDK

      Now the app is ready to be initialized after defining OAuth configuration file and OAuth persistence handler class for your app. Generating grant tokens For a Single User The developer console has an option to generate grant token for a user ...