Skip to content

Releases: datastax/zdm-proxy

ZDM Proxy v2.1.0

13 Jan 15:37
f893984
Compare
Choose a tag to compare

Release Notes

General release notes for the ZDM Proxy.

Build artifacts are available at Docker Hub.

For additional details on the changes included in a specific release, see the associated CHANGELOG-x.x.md file.

v2.1.0 - 2023-11-13

Enables read only workloads to work correctly with ZDM-Proxy and Datastax Astra.

Astra terminates idle connections after a period of inactivity and Datastax Drivers send periodic heartbeats by default if the user does not send any request in a time interval so this is not an issue in a normal deployment.

With ZDM-Proxy in the mix, there won't be an issue if the workload has both reads and writes because if a heartbeat is sent by the client application then the proxy will forward it to both Origin and Target. However, if the client application can have time periods where only read requests are sent then the client application will not send a heartbeat (because requests are being sent through the connection) but the SECONDARY cluster will not receive any requests during that time period (reads are sent to PRIMARY only) which can cause a disconnect due to an idle connection.

This release enables the ZDM-Proxy to independently send heartbeats on the SECONDARY cluster connection if that connection has not seen any activity over a certain period of time which should fix the issue of disconnects happening when a client application was only sending read requests to the proxy.

Changelog

ZDM Proxy v2.1.0-rc1

16 Dec 22:51
Compare
Choose a tag to compare
ZDM Proxy v2.1.0-rc1 Pre-release
Pre-release
update version number

ZDM Proxy v2.0.0

18 Oct 04:22
7ef18a6
Compare
Choose a tag to compare

Release Notes

General release notes for the ZDM Proxy.

Build artifacts are available at Docker Hub.

For additional details on the changes included in a specific release, see the associated CHANGELOG-x.x.md file.

v2.0.0 - 2022-10-17

Open-source release that also includes renaming of the product, public documentation launch and a revamp of configuration and metrics.

Changelog