Release Notes - Python SDK

Release Notes - Python SDK

ZCRMSDK -VERSION 1.0.8

Install command
  1. pip install zcrmsdk==1.0.8
Notes
  1. Enhancement: Duplicate check fields can be ignored if not necessary in upsert record method .

ZCRMSDK -VERSION 1.0.7

Install command
  1. pip install zcrmsdk==1.0.7
Notes
  1. Enhancement: Duplicate check fields can be added in upsert record method.

ZCRMSDK -VERSION 1.0.6

Install command
  1. pip install zcrmsdk==1.0.6
Notes
  1. Enhancement: Search records API is now supported based on phone, email, word and criteria .

ZCRMSDK -VERSION 1.0.5

Install command
  1. pip install zcrmsdk==1.0.5
Notes
  1. Issue fix: In get_user function. Isonline keyError fixed.

ZCRMSDK -VERSION 1.0.4

Install command
  1. pip install zcrmsdk==1.0.4
Notes
  1. Enhancement: Support given to take SDK configuration details as dictionary.

ZCRMSDK -VERSION 1.0.3

Install command
  1. pip install zcrmsdk==1.0.3
Notes
  1. Issue fix: In use of file for storing tokens

ZCRMSDK -VERSION 1.0.2

Install command
  1. pip install zcrmsdk==1.0.2
Notes
  1. Issue Fixes:
    1. Module Import issue fix in Python3.x
    2. Conversion of Record IDs (from string to long) is removed. Now IDs would be coming in string only.

ZCRMSDK -VERSION 1.0.0

Install command
  1. pip install zcrmsdk==1.0.0
Notes
  1. Issue Fix
    1. Multi DC Support.
  2. Enhancement
    1. Zoho CRM Sandbox API support provided.
    2. Bulk Update Records API support provided.

ZCRMSDK -VERSION 0.0.1

Install command
  1. pip install zcrmsdk==0.0.1
Notes
  1. Initial release.





    • Related Articles

    • Installation - Python SDK

      The SDK can be installed for your client application through Pip. Pip is a tool for dependency management in Python. Installing Pip Please refer the document below to install pip https://pip.pypa.io/en/stable/installing/ Installing the SDK Run the ...
    • 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 ...
    • Python SDK - An Overview

      Python SDK offers a way to create client python 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 ...
    • 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. ...
    • Responses & Exceptions - Python 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 ...