📘Release History


V1.8

Created: 2024-07-10

  • Pinned some dependencies to the latest version on Anaconda, to reduce package size


V1.7

Created: 2024-07-09

  • Fixed an issue where the marketable contact import flag could be incorrectly set to True


V1.6

Created: 2024-07-01

  • For outbound syncs, provided a more descriptive error message in the event that the Sync Engine does not correctly provide all fields


V1.5

Created: 2024-06-27

  • Fixed an issue for outbound syncs where numeric fields without any decimal places were uploaded as floats with decimal places


V1.4

Created: 2024-06-23

  • Fixed an issue where outbound sync configuration did not require the user to map a column to the hubspot ID field

  • Changed the import requests for outbound syncs to set an importOperation value matching the Omnata sync strategy. This means if the Update strategy is used, records won't be created when they are not mapped correctly


V1.3

Created: 2024-06-11

  • Apply backoff when retrying on 429 responses

  • If a 404 error is thrown when fetching the latest version of a deleted record, the record is still marked as deleted


V1.2

Created: 2024-04-27

  • Upgraded to new plugin runtime version which contains a fix for criteria deletes


V1.1

Created: 2024-04-26

  • Fixed issue where fetching archived results could raise an error if the object had too many properties


V1.0

Created: 2024-04-23

  • Added support for detection of deletions, where possible (see docs)


PUBLIC_PREVIEW.23

Created: 2024-04-03

  • Bump plugin runtime version

  • Built with omnata-plugin-devkit==0.3.17 which includes pinned stored proc dependencies


PUBLIC_PREVIEW.22

Created: 2024-03-22

  • Build with latest plugin runtime version to resolve some issues


PUBLIC_PREVIEW.21

Created: 2024-03-21

  • Removed unnecessary 'results' and 'paging' properties for association types


PUBLIC_PREVIEW.20

Created: 2024-03-15

  • Added deal_pipelines and ticket_pipelines as inbound streams


PUBLIC_PREVIEW.19

Created: 2024-03-15

  • Added owners, users and teams as inbound streams


PUBLIC_PREVIEW.18

Created: 2024-03-08

Switched to new plugin-oriented billing mechanism


Last updated