Skip to content

Releases: zoho/zohocrm-python-sdk-8.0

5.0.0

27 Dec 10:34
eef7ddb

Choose a tag to compare

5.0.0

  • Updated dependencies in setup.py and requirements.txt files.
  • Handled SDK utils.
  • Improved DB store query handling.
  • Fixed an issue with the Blueprint update API response.
  • Blueprint Field class validationRule field datatype changed (String to Object).
  • BulkWrite BodyWrapper class fileType field datatype changed (Choice to String).
  • BulkWrite JobDetail class fileType field datatype changed (Choice to String).
  • BulkRead Query class fileType field datatype changed (Choice to String).
  • Modules GetModulesParam class STATUS field datatype changed (Choice to String).
  • Added new trigger field in Notes BodyWrapper class.
  • Notifications class deleteEvents field datatype changed (Choice to String).
  • Modules DeleteNotificationParam class CHANNEL_IDS field datatype changed (Long to String).
  • Profiles and MinifiedProfile class delete field datatype changed (Boolean to Delete class).
  • Added new applyFeatureExecution, applyValidationRule, applyFunctionValidationRule, and skipFeatureExecution fields in Record BodyWrapper class.
  • Tags class colorCode field datatype changed (Choice to String).
  • Users CountWrapper class count field datatype changed (Long to Integer).
  • Users GetUsersParam class TYPE field datatype changed (Choice to String).
  • Webforms Abtesting class id field datatype changed (Long to String).
  • Webforms AcknowledgeVisitor class templateId field datatype changed (Long to String).
  • Webforms AssignmentRule class id field datatype changed (Long to String).
  • Webforms Layout class id field datatype changed (Long to String).
  • Webforms Module class id field datatype changed (Long to String).
  • Webforms Owner class id field datatype changed (Long to String).
  • Webforms Tags class id field datatype changed (Long to String).
  • Webforms Users class id field datatype changed (Long to String).
  • Webforms Users acknowledgeVisitor field datatype changed (AcknowledgeVisitors to AcknowledgeVisitor).
  • Removed updateWebForms method from the WebformsOperations class.

For more details, kindly refer to here.

  • Install Python SDK
    • Navigate to the workspace of your client app.
    • Run the command below:
          pip install zohocrmsdk8-0==5.0.0
      

Dependencies

  • Dependencies that should be included in your project
    • install urllib3
      pip install urllib3
    • install requests
      pip install requests
    • install python-dateutil
      pip install python-dateutil
    • install setuptools
      pip install setuptools
    • install mysql-connector-python
      pip install mysql-connector-python

4.0.0

27 Oct 09:15
96a101e

Choose a tag to compare

4.0.0

  • Added mysql-connector-python as an optional dependency via extras_require in setup.py.
  • Users who require MySQL support can now install it using pip install zohocrmsdk8-0[mysql]

For more details, kindly refer to here.

  • Install Python SDK
    • Navigate to the workspace of your client app.
    • Run the command below:
          pip install zohocrmsdk8-0==4.0.0
      

Dependencies

  • Dependencies that should be included in your project
    • install urllib3
      pip install urllib3
    • install requests
      pip install requests
    • install python-dateutil
      pip install python-dateutil
    • install setuptools
      pip install setuptools
    • install mysql-connector-python
      pip install mysql-connector-python

3.0.0

25 Jul 06:28
ce063d9

Choose a tag to compare

3.0.0

  • trigger field has been added to the Notes API.
  • Improved Multi-User Initialization Handling in Initializer Class.

For more details, kindly refer to here.

  • Install Python SDK
    • Navigate to the workspace of your client app.
    • Run the command below:
          pip install zohocrmsdk8-0==3.0.0
      

Dependencies

  • Dependencies that should be included in your project
    • install urllib3
      pip install urllib3
    • install requests
      pip install requests
    • install python-dateutil
      pip install python-dateutil
    • install setuptools
      pip install setuptools
    • install mysql-connector-python
      pip install mysql-connector-python

2.0.0

16 Apr 05:48
8f490b0

Choose a tag to compare

1.0.0

  • New fields have been added to the History Tracking Fields API.
  • Fixed the issue with the inventory mass conversion status API.

For more details, kindly refer to here.

  • Install Python SDK
    • Navigate to the workspace of your client app.
    • Run the command below:
          pip install zohocrmsdk8-0==2.0.0
      

Dependencies

  • Dependencies that should be included in your project
    • install urllib3
      pip install urllib3
    • install requests
      pip install requests
    • install python-dateutil
      pip install python-dateutil
    • install setuptools
      pip install setuptools
    • install mysql-connector-python
      pip install mysql-connector-python

1.0.0

16 Apr 05:47
8f490b0

Choose a tag to compare

1.0.0

For more details, kindly refer to here.

  • Install Python SDK
    • Navigate to the workspace of your client app.
    • Run the command below:
          pip install zohocrmsdk8-0==1.0.0
      

Dependencies

  • Dependencies that should be included in your project
    • install urllib3
      pip install urllib3
    • install requests
      pip install requests
    • install python-dateutil
      pip install python-dateutil
    • install setuptools
      pip install setuptools
    • install mysql-connector-python
      pip install mysql-connector-python