📘Release History
V1.33
Created: 2025-02-12
Added the ability to filter the list of inbound data extension streams server side, to accomodate environments with a very large number of data extensions.
V1.32
Created: 2025-02-07
Restricted data extension column fetching to batches of 1000, to avoid the API error "String or binary would be truncated"
V1.31
Created: 2025-02-01
Rebuilt using the latest plugin devkit, which includes support for UDTF-based stream listing. This fixes the issue where a large number of data extensions would exceed the 16MB limit for stored procedures
V1.30
Created: 2025-01-22
Fixed an issue where data extensions did not appear in the list of streams
Fixed an issue where timestamps inbound data extension records may be incorrectly interpreted in American date format due to the CSV formatting
V1.29
Created: 2025-01-20
Extended retries to include general kinds of failures, beyond HTTP
V1.28
Created: 2024-12-17
Fixed an issue where not all data extensions were visible when configuring an outbound sync
Added a new consumer UDTF named FETCH_DATA_EXTENSIONS
V1.27
Created: 2024-12-16
Added tracing
Included retries on all API calls
V1.26
Created: 2024-12-11
Fixed an issue where outbound partial load failures would result in an error
V1.25
Created: 2024-12-09
Fixed an issue where an error may be raised during outbound syncs
V1.24
Created: 2024-11-28
Fixed an issue where outbound results containing null values caused sync errors
V1.23
Created: 2024-09-28
Fixed an issue where data extension fields failed validation following Pydantic upgrade
V1.22
Created: 2024-09-12
Migrated consumer UDF to new convention in preparation for UI changes
V1.21
Created: 2024-07-15
Fixed an issue where inbound normalized views did not parse timestamps correctly
V1.20
Created: 2024-07-11
For inbound syncs on Data Extensions with no primary key defined, source defined primary key is now undefined instead of an empty list
For already-configured syncs, upgraded to a newer plugin runtime version which now ignores source defined primary keys that are empty lists
V1.19
Created: 2024-07-10
Pinned some dependencies to ensure Anaconda packages could be used
V1.18
Created: 2024-07-10
Fixed an issue where SFTP was not always offered as an option for inbound syncs, even when the connection method supported it
Updated to a newer plugin runtime version which improves progress updates for inbound syncs
V1.17
Created: 2024-05-25
Inbound Data Extension syncs now use SFTP if configured, as an alternative to the REST API
Provided a new consumer UDTF named FETCH_DATA_EXTENSION_RECORDS which fetches data extension records directly via SFTP
V1.16
Created: 2024-05-17
Fixed an issue where some SOAP API errors were not correctly passed through to the run results
Fixed an issue where Data Extension properties were being updated unnecessarily
V1.15
Created: 2024-05-02
Reference Data Extensions by name
Improved data type support in normalized views
V1.14
Created: 2024-04-30
Added logic to ignore Data Extensions which don't have a CategoryID
V1.13
Created: 2024-04-02
Built with omnata-plugin-devkit==0.3.17 which includes pinned stored proc dependencies
V1.12
Created: 2024-03-27
Added another connection method without any SFTP configuration, for situations where only inbound syncs will be used
V1.0
Created: 2024-03-05
This is the first package version containing release notes.
Switch to new billing system
Force some remaining dependencies to Anaconda to reduce application size
Last updated