Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.26 KB

File metadata and controls

35 lines (20 loc) · 1.26 KB

Changelog

Changelog for the ZDM Proxy, new PRs should update the unreleased section.

When cutting a new release, update the unreleased heading to the tag being generated and date, like ## vX.Y.Z - YYYY-MM-DD and create a new placeholder section for unreleased entries.


v2.4.2 - 2026-04-27

Improvements

  • #161: Update Go to 1.26.2 to fix a number of CVEs related to TLS and X509
  • #162: Update logrus to 1.9.4 to fix CVE-2025-65637

v2.4.1 - 2026-02-09

Bug Fixes

  • #154: Fix too small buffer for LZ4 decompression

v2.4.0 - 2026-01-16

New Features

  • #150: CQL request tracing
  • #154: Support CQL request compression
  • #157: Support protocol v5
  • #157: New Configuration setting to block specific protocol versions

Improvements

  • #157: Improvements to CI so we can find regressions with multiple C* versions before merging a PR