Skip to content

Releases: cloudamqp/amqproxy

v2.0.4

25 Nov 14:09
2823a9e
Compare
Choose a tag to compare

Fixed

  • Bugfix: Treat all frames as heartbeats

Changes: v2.0.3...v2.0.4

v2.0.3

23 Oct 09:07
Compare
Choose a tag to compare

[v2.0.3] - 2024-10-23

  • Added config option term_client_close_timeout and cli option --term-client-close-timeout to set how long to wait for clients to close their connections before sending Close when amqproxy receives a TERM signal.
  • Added a HTTP health check on http://listen_address:http_port/healthz
  • Added metrics on http://listen_address:http_port/metrics
  • Don't log when a client just opens and closes a TCP connection
  • Compile static binary

Changes: v2.0.2...v2.0.3

v2.0.2

25 Aug 14:48
e9e0162
Compare
Choose a tag to compare

v2.0.1

11 Jul 08:20
Compare
Choose a tag to compare

v2.0.0

17 Jun 11:34
Compare
Choose a tag to compare
  • Main difference against v1.x is that channels are pooled, multiple client channels are shared on a single upstream connection, dramatically decreasing the number of upstream connections needed
  • IPv6 addresses in brackets supported in upstream URL (eg. amqp://[::1])
  • Otherwise unchanged from v2.0.0-rc.8

Changes: v2.0.0-rc.8...v2.0.0

v2.0.0-rc.8

12 May 12:34
Compare
Choose a tag to compare

v2.0.0-rc.7

12 May 07:28
Compare
Choose a tag to compare

v2.0.0-rc.6

11 May 21:36
Compare
Choose a tag to compare

v2.0.0-rc.5

11 May 08:59
Compare
Choose a tag to compare

v2.0.0-rc.4 - 2024-04-11

11 May 00:08
Compare
Choose a tag to compare