Release Notes Archive
The Release Note Archive displays all release notes from the past three months.
Version 3.22.0
November 21, 2025
Features
Beta Release of the New Shape Builder Experience
The new Shape Builder experience is now available in Beta. Account Administrators can create, copy, edit, delete, and rename shapes directly in the app, including managing properties and fragments. Any changes made in the Shape Builder will be included when exporting your schema.
Extension Schema Format Update
The extension schema format has been updated. Please re-export your schema to save a copy in the new format. This ensures the correct version is used when deploying to other environments.
Bug Fixes
Fix for Unreadable Search Highlights in JSON Viewer
We’ve fixed a bug in the JSON viewer where search results were shown with purple text on a purple background, making them impossible to read.
Fix for External ID Search with Special Filters
We’ve resolved an issue in Hive Explorer where searches using “is empty” or “is not empty” filters on External ID caused errors. These filters now work as expected.
Fix for Locate Messages By HiveId
We’ve resolved an issue in Hive Explorer where locating outbound messages by their HIVE IDs was not working.
Fix for Error on Add Extension Property
We’ve resolved an issue in Hive Explorer where adding an extension property to an entity caused a server error.
Version 3.21.2
October 29, 2025
Bug Fix
Fix for not Generating Stuck Outbound Messages
We've fixed the issue with not generating outbound stuck messages when messages fail.
Version 3.21.1
October 21, 2025
Bug Fixes
Retrieving Incorrect Parent External ID Value
Fixed a defect where a shape was obtaining an incorrect external ID value for a parent object. E.g. on the ProductionOrderTransaction shape, the value of the parent’s external ID was incorrect.
Incorrect Property Name for Nested External IDs
Fixed a defect where the property name for a nested object was incorrect. E.g. on the SalesOrder shape, the property name for external ID on the lines was salesOrderItem_externalId instead of just externalId.
Version 3.21.0
October 20, 2025
Features
Faster Loading Results in Hive Explorer
Hive Explorer now loads only the essential shape data needed for the results you see. We've streamlined the response by removing unused data, which means faster load times and a smoother experience—especially when working with larger documents.
Configure Event Subscriptions in the Connect App
You can now set up event subscriptions directly in the Connect App. This feature lets you create multiple SyncHive Event consumers to receive notifications about specific data exchange events.
You can choose which events to subscribe to, set your endpoint URL and method, and include an API key if needed. You can also choose to receive related log and data messages with the event.
To configure subscriptions, go to "Integrate" > "Subscriptions" in the Connect App.
Version 3.20.5
October 12, 2025
Bug Fix
Update Dashboard Stats API Timing Out
This release fixes an issue with the dashboard stats API timing out after a certain amount of time. The root cause of this was that there was a memory leak in the API, that caused the request to time out once the leak had built up enough.
Version 3.20.4
October 12, 2025
Bug Fix
Hotfix for improving message journey processing in async mode.
This issue did not affect the Azure connector’s shape-saving functionality; only message journeys were impacted, as they were not updating correctly.
The platform has been updated to version 3.20.4, and the Azure connector to version 1.1.3.
Version 3.20.3
October 3, 2025
Bug Fix
Fix Schema Export not Exporting Extension Flags
Fixes an issue where exporting would not export the extension flags. Resulting in removing the ext_ prefixes when re-importing.
Version 3.20.2
October 2, 2025
Bug Fix
Fix Schema Export not Exporting Descriptions and Examples
Fixes an issue where exporting would not export the descriptions and examples. Resulting in removing all descriptions and examples when re-importing.
Version 3.20.1
October 2, 2025
Bug Fix
Fix CDC Publishing Messages for Unchanged Shapes
Fixes a regression with our CDC process, that was incorrectly publishing messages for unchanged shapes.
Version 3.20.0
October 1, 2025
Features
Export and Import Schema Extensions
We've added the ability to export your current environment's schema extensions to a file. This can be used alongside the import schema extensions feature to easily manage schema across multiple environments. To use this feature, go to Settings and then Manage Schema.
Support for Managing Entity Properties in Hive Explorer
Hive Explorer now supports managing entity properties using the latest SyncHive schema. This update lets you directly view and update your own schema extension properties, without needing SyncHive support.
Please note that this does not include managing Shape Properties in Hive Explorer. This feature will come in a later release.
Locate a Message Now Supports Journey ID Search
You can now search for message journeys using a Journey ID (also known as Correlation ID) when using the “Identifier” field on the Locate a Message page. This adds to the existing options—External ID and Hive ID—making it easier to find the message journey you need.
Configure ID Resolution Rules for Integrations in the Connect App
ID Resolution Rules control how SyncHive handles references to data that may not yet exist in the system. When incoming data includes an ID that SyncHive doesn’t recognize, these rules determine whether the message should fail immediately, be retried later, or auto-create a record for the missing reference.
We've updated the Connect App so you can now set these rules directly within each integration, choosing from three options: "Create", "Fail", or "Retry". "Create" is the default behaviour, meaning SyncHive will attempt to automatically create the missing record unless configured otherwise.
You can find this feature under the "ID Resolution Rules" tab within each integration. Just go to "Integrate", then "Integrations", and select the relevant integration to configure your rules.
Configure Events in the Connect App
You can now configure events directly within the Connect App. This gives you the ability to receive notifications for specific data exchange events within SyncHive.
Events can be set to trigger as an Error, Warning, Error or Warning, or be filtered By Event Code—letting you specify exactly which event codes you want to monitor. You can also narrow event settings by selecting specific Integrations and Shapes, or leave them unset to apply rules more broadly.
To start configuring events, go to "Integrate", then "Events" in the Connect App.
Please note that the ability to configure where the events are sent will be in an upcoming release. For now, this must be manually configured by the SyncHive team.
Ability to Delete Multiple Stuck Messages in Production Environments
Your account admins can now delete stuck messages in production environments in bulk.
Version 3.19.0
August 25, 2025
Features
Control Message Concurrency to Integrations
You can now control how many messages SyncHive sends to an integration at the same time. Set a value between 1 and 400 to limit concurrency. Lower values may help avoid overloading slower systems. Leave the field blank to use SyncHive’s full throughput (default).
To configure this, go to Integrate → select an integration → Edit → update Max Concurrent Outbound Messages.
Ability to Retry Multiple Stuck Messages
You can now retry multiple stuck messages at once. Choose specific messages, all messages on the page, or all stuck messages that match your filters. This makes it quicker to resolve issues in bulk. The option to retry a single message is still available.
Ability to Delete Multiple Stuck Messages in Non-Production Environments
You can now delete stuck messages in non-production environments in bulk. Select specific messages, all on the current page, or all that match your filters. This helps keep your test environments clean and manageable.
Bug Fixes
Intermittently Failing to Produce Outbound Messages
We had a defect where, after successfully saving the results of a message, SyncHive was intermittently unable to process changes from CDC. This resulted in not assessing which shapes needed outbound messages.
Unified Data Store Service not Validating Roles
We’ve fixed a defect where the role checking on the Unified Data Store Service was disabled. This meant that provided a user was authenticated, any Unified Data Store Service API was able to be called.