Release Notes
On this page you can find what's new in Zoho CRM Connector.
Date | Description |
---|---|
2024-06-02 | New - Allow to choose API version |
2024-06-02 | New - Allow select API version using connection level Option (Service URL must be changed to match API Version Parameter). Default Version is V2 and its almost 2 times faster than higher API version (e.g. V3+) but V2 may return less number of columns compared to new API versions (e.g. v3...v7+). API V2 makes less number of requests and returns more records per call (200 rows), on the other side V3+ has limits of max 50 fields in each Get Records API calls. To avoid this limitation in V3+ API we used /{module}?ids={150 ids} workaround but this is still slower compred to older API (v2) approach. Choose new API if you have a valid reason (e.g. you need additional new columns exposed in v3+) else stick with older version V2 (its default setting). |
2024-06-02 | New - Updated sort order for select and lookup endpoints now they should match with field orders returned from get_module_fields |
2024-06-02 | New - Updated cache mode for get_module_fields to UseRawCache |
2024-06-02 | New - Updated datacenter list (Added CA, SA, JP and more) |
2024-06-02 | Fix - Lookup fields are NULL and Lookup_Field_Id is not in the output (e.g. select Account_Name from Deals) |
2024-06-02 | New - Document Lookup write examples (Insert, Update) |
2023-04-25 | New - Show non-approved records too when you query by id (e.g. SELECT * FROM Leads WHERE Id=1234) |
2023-04-25 | New - Added Id column support for DELETE (e.g. DELETE FROM Account Where Id=123) |
2023-04-25 | New - Added api_name column in the output for UPSERT so when error occurs you know which field causing it |
2022-04-27 | New - Added retry logic for limit reached error (status code 429) |
2022-01-31 | New - Added new endpoints for Tags read/write (get_tags, get_tag_record_count, post_tags) |
2022-01-31 | New - Added support for Lookup operation in SELECT, and WHERE clause for DELETE and UPDATE |
2021-11-02 | New - Fixed bulk delete operation issue |
2021-03-15 | New - Renamed If-Modified-Since option to ModifiedSince |
2021-01-15 | Fix - If-Modified-Since option is not working - Read data modified after some datetime |
2020-12-01 | New - Initial version |