Skip to content

Releases: amalc/rubyzoho

Search Records Format

04 Mar 15:19
Compare
Choose a tag to compare

Replaces getSearchRecords with searchRecords in the Zoho API. The direct impact of this is increasing the number of API calls you can make. However, this search method appears to be asynchronous, so if you update a record and then immediately look for it, it will not updated or in the event of a create, will return a nil. This applies to deletes as well. So a deleted record will show up in a search which immediately follows. Empirical evidence shows about 30 - 45 seconds before search is updated. Be warned! Thanks to @summera PR#33.

Field mapping to support special characters

04 Mar 15:17
Compare
Choose a tag to compare

Supports mapping of fields with special characters in Zoho to the API and back. #30.

v0.2.0

30 Jan 02:31
Compare
Choose a tag to compare

Adds related records feature. Thanks to @richkettle and @swathik.

0.1.11

16 Dec 23:26
Compare
Choose a tag to compare

Fixes namespace clash with Devise. User replaced with CRMUser. Major restructuring of code base to improve maintenance. Gem is released as 0.1.11.