Releases: zoho/zohocrm-python-sdk-8.0
Releases · zoho/zohocrm-python-sdk-8.0
5.0.0
5.0.0
- Updated dependencies in
setup.pyandrequirements.txtfiles. - Handled SDK utils.
- Improved DB store query handling.
- Fixed an issue with the Blueprint update API response.
- Blueprint Field class
validationRulefield datatype changed (String to Object). - BulkWrite
BodyWrapperclassfileTypefield datatype changed (Choice to String). - BulkWrite
JobDetailclassfileTypefield datatype changed (Choice to String). - BulkRead
QueryclassfileTypefield datatype changed (Choice to String). - Modules
GetModulesParamclassSTATUSfield datatype changed (Choice to String). - Added new
triggerfield in NotesBodyWrapperclass. - Notifications class
deleteEventsfield datatype changed (Choice to String). - Modules
DeleteNotificationParamclassCHANNEL_IDSfield datatype changed (Long to String). - Profiles and
MinifiedProfileclassdeletefield datatype changed (Boolean toDeleteclass). - Added new
applyFeatureExecution,applyValidationRule,applyFunctionValidationRule, andskipFeatureExecutionfields in RecordBodyWrapperclass. - Tags class
colorCodefield datatype changed (Choice to String). - Users
CountWrapperclasscountfield datatype changed (Long to Integer). - Users
GetUsersParamclassTYPEfield datatype changed (Choice to String). - Webforms
Abtestingclassidfield datatype changed (Long to String). - Webforms
AcknowledgeVisitorclasstemplateIdfield datatype changed (Long to String). - Webforms
AssignmentRuleclassidfield datatype changed (Long to String). - Webforms
Layoutclassidfield datatype changed (Long to String). - Webforms
Moduleclassidfield datatype changed (Long to String). - Webforms
Ownerclassidfield datatype changed (Long to String). - Webforms
Tagsclassidfield datatype changed (Long to String). - Webforms
Usersclassidfield datatype changed (Long to String). - Webforms
UsersacknowledgeVisitorfield datatype changed (AcknowledgeVisitors to AcknowledgeVisitor). - Removed
updateWebFormsmethod from theWebformsOperationsclass.
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
- install urllib3
4.0.0
4.0.0
- Added
mysql-connector-pythonas an optional dependency viaextras_requireinsetup.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
- install urllib3
3.0.0
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
- install urllib3
2.0.0
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
- install urllib3
1.0.0
1.0.0
-
Python SDK upgraded to support v8 APIs.
-
Python SDK improved to support the following new APIs
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
- install urllib3