Skip to main content

5.12 Release Notes

5.12.2 Patch Notes

Release date

Cinchy version 5.12.2 was released on October 9, 2024.

  • The retention period for messages on user-defined Kafka topics was set to 24 hours in order to match system-defined topics. This helps mitigate data duplication in cases where offsets were deleted before the messages in the topic.
  • Improved the performance of permissions checks for the Connections experience.
    • The above change also fixes a bug that could prevent certain users from downloading the data sync error logs.

5.12.1 Release Notes

Release date

Cinchy version 5.12.1 was released on September 19, 2024.


Kafka Topic Isolation

Introducing Kafka Topic Isolation, a feature designed to optimize the performance of designated real-time syncs. Users can assign custom topics to any listener config, essentially creating dedicated queues to 'fast track' the processing of associated data. When configured appropriately, high priority listener configs will benefit from dedicated resources, while lower priority listener configs will continue to share resources. This provides a mechanism to improve the throughput of critical or high volume workloads, while preserving the default behaviour for most workloads.

For more detail on Kafka Topic Isolation, please review the documentation here.

note

Note: This feature does not support SQL Service Broker

Bug Fixes

  • Fixed an authentication error caused by using Basic Auth with the SOAP 1.2 source connector.

The following bug fixes apply to Forms:

  • The column filter in the [Cinchy].[Form Fields] table will now filter correctly when creating a new record.
  • Selecting a record in the "Search Records" dropdown will update the page and URL to the newly selected record.
  • Fixed a bug that was causing a record lookup error due to an "invalid trim".