On this page
Version 1.0.4 Bug Fixes Fixes issue where local timezone offset is only calculated at startupUpdate Extension library to v1.16.2 Version 1.0.3 Features Added optional session configuration fields to allow for more control over the session settings
for the API connection to Canary. Bug Fixes Fixed incorrect default value in example configuration for QueueDataPollSizeMins
field (was 5,
should be 1). Other Cleaned up code comments and variable naming in the CanaryConnectorConfig
class to improve
readability and maintainability. Version 1.0.2 Features Added delay to allow sessions to expire after detecting data duplication on Canary Improved error logging for API responses to reduce log spam by counting identical error messages
and logging them only once (with the count) Bug Fixes Resolved bug causing incorrect response statuses to be reported when multiple requests were made
simultaneously Other Added issue templates for GitHub Issues creation Removed raw output logging of response bodies to eliminate duplicate messaging and redundant
logging Removed a hardcoded API retry step which was redundant to the automatic retry mechanism and
commonly resulted in the same error as the original request. Version 1.0.1 Features Bug Fixes Other Migrated temporary abstract package to SC extensions library. There are no functional changes to
the connector. Version 1.0.0 Features Bug Fixes Other