Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1 KB

CHANGELOG-2.1.md

File metadata and controls

24 lines (14 loc) · 1 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.

Unreleased

v2.1.0 - 2023-11-13

New Features

  • #97 Send heartbeats (OPTIONS messages) in cluster connections

Improvements

  • #86 Pin go version to 1.19

Bug Fixes

  • #48 Fix scheduler shutdown race condition
  • #69 Client connection can be closed before proxy returns protocol error
  • #76 Log error when closing connection
  • #74 Handshakes with auth enabled can deadlock if multiple handshakes are happening concurrently