📘Release History
V1.18
Created: 2024-10-21
Fixed an issue where some custom objects could not be sync'd inbound
V1.17
Created: 2024-10-10
Fixed an issue where outbound syncs with multiple other-object associations and no same-object associations would fail
V1.16
Created: 2024-09-24
Lowered some logging to the debug level
Added two consumer UDFs for searching objects
Fixed an issue where outbound syncs containing a single other-object association would incorrectly fail validation
V1.15
Created: 2024-08-28
Fixed an issue where errors occured when configuring outbound syncs to custom objects
V1.14
Created: 2024-08-28
Fixed an issue where an error is returned when fetching outbound configuration form values
V1.13
Created: 2024-08-27
Fixed an issue where outbound syncs did not always present a mandatory mapping for the selected ID field
V1.12
Created: 2024-08-05
Fixed an issue where some imports failed for outbound syncs created prior to the previous plugin verion
V1.11
Created: 2024-07-30
Fixed a regression where contacts were marked with the incorrect 'marketable' flag
V1.10
Created: 2024-07-28
Pinned some dependencies to reduce package size
V1.9
Created: 2024-07-28
Added support for creating and removing associations
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