Release Notes Archive
This archive includes all release notes from the past three months.
Version 3.24.1
February 18, 2026
Bugs
Fix Incorrect URLs in Security Discovery API
Fixed an issue where the security discovery API returned an incorrect URL. This resulted in libraries being unable to discover the correct URLs for authentication.
Version 3.24.0
February 18, 2026
Features
SyncHive Apps: Register and Access Data from Your Own Applications
In v3.24.0, we’re introducing support for SyncHive Apps, empowering teams to register external applications directly with SyncHive and use them to read and write data via our APIs. This update simplifies how users build apps that interact with SyncHive’s Unified Data Store (UDS).
What’s included:
- App Registration: Users can now register any external application inside SyncHive by providing basic app details (name, shapes it connects to, allowed app URLs, and status). Once registered, SyncHive issues a publishable key your app will use to initialize the SyncHive JavaScript SDK.
- Manage Apps Easily: Registered apps are listed in the SyncHive Apps UI where you can view connection details, update registration info, toggle status, or delete the app.
- Requesting Data: After signing in from your app, developers can use helper methods like
list(),get(),create(), andupdate()to interact with shape data stored in SyncHive. Filtering and paging options are also supported in API calls for efficient data retrieval. All data requests are handled through the SyncHive JavaScript SDK, which manages secure user authentication, session handling, and ensures API calls follow SyncHive’s security rules. Access is always tied to authenticated users and approved app settings, providing controlled and auditable data access.
Version 3.23.0
February 4, 2026
Features
Faster Dashboard Load Times During High Message Volumes
We’ve improved dashboard performance during busy periods with high message volumes. Your stats now load faster, and you’ll avoid endless loaders or errors, even when syncing activity spikes.
Default Operator Now Set in Hive Explorer Filters
We've improved the Hive Explorer filter experience by automatically setting a default operator when you select a property. This means fewer clicks and faster filtering.
Resizable Sidebar in Hive Explorer
You can now drag the Hive Explorer sidebar to your preferred width. This setting is remembered in your browser, so it stays consistent on the same device and browser.
Excel Export Now Supports Large Datasets
You can now export much larger Excel files from Hive Explorer, up to 1,000,000 rows. Previously, exports were limited to files under 10MB. If your export exceeds 1,000,000 rows, you’ll see a warning and can choose to proceed with a truncated export (first 1,000,000 rows only).
We’ve also added a new Downloads page. All Excel exports will now appear there, so you can easily track and download them anytime.
View Retrying and Scheduled-to-Retry Messages in the App
You can now see which messages are currently retrying or scheduled to retry, giving you better visibility into SyncHive’s message processing. This view is read-only for now - retrying message management will be added in a future release.
Access it via Operate → Resync → Retries in the UI.
Note: Stuck and retrying messages are now grouped under the Resync page. The updated URL for stuck messages is: /resync?tab=stuck.
Clearer and More Helpful Error Messages Across SyncHive
We’ve improved how SyncHive reports errors and warnings to make it easier to understand what went wrong and how to fix it. These updates replace vague or misleading messages with clearer explanations, specific error codes where relevant, and direct links to our documentation.
What’s improved:
- Clearer error messages when a Connector sends a message in the wrong format
- More specific error logging for invalid Hive IDs
- Improved logging for correlation ID and external ID related errors and warnings
- Updated event wording when a Connector or external system is unavailable, changing from “Platform unavailable” to “Connector unavailable” to better reflect the source of the issue
Bugs
Fix Completed Outbound Messages Staying as Processing on the Dashboard
We had an issue in the way we were updating our dashboard stats, resulting in a race condition that caused completed messages to go back to in process. This meant the dashboard incorrectly showed messages as in process when they were already complete.
Version 3.22.3
December 15, 2025
Bug Fix
Outbound Message Generation
We’ve fixed an issue where under high load, the process that assess what outbound messages should be created failed and stopped retrying. We’ve adjusted this process to minimize the chance of this happening.
Version 3.22.2
December 3, 2025
Bug Fix
ID Resolution - Not Resolving Extension Property Alternate IDs
We’ve resolved a defect where ID resolution using extension property alternate IDs was broken in this last release. This resulted in a record with a hive ID like 111111111111 being created.
Version 3.22.1
November 26, 2025
Bug Fixes
Arrays in Shapes not Saved in UDS
We’ve fixed an issue when saving of arrays (order lines in SalesOrder shape) within a shape was not working.
Outbound Document not Using Latest Version of Shape
We’ve also fixed a timing issue where we weren’t correctly using the right version of a shape when publishing data outbound. This was most prominent when the same shape record was updated rapidly by another shape.
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.