Skip to content

Releases: cloudamqp/amqproxy

v0.8.4: 0.8.4

01 Mar 20:41
bf7dc66
Compare
Choose a tag to compare

v0.8.2: 0.8.2

26 Nov 19:18
Compare
Choose a tag to compare
  • Locks around socket writes
  • Set a connection name on upstream connections
  • Default systemd service file uses /etc/amqproxy.ini
  • Build RPM packages for Fedora 37
  • Build DEB packages for Ubuntu 22.04

Changes: v0.8.1...v0.8.2

v0.8.1

16 Nov 12:29
Compare
Choose a tag to compare

v0.8.0

15 Nov 22:35
Compare
Choose a tag to compare
  • Prevent race conditions by using more locks
  • Don't disable nagles algorithm (TCP no delay), connections are faster with the algorithm enabled
  • idle_connection_timeout can be specificed as an environment variable
  • Container image uses libssl1.1 (from libssl3 which isn't fully supported)

Changes: v0.7.0...v0.8.0

v0.7.0

02 Aug 18:45
Compare
Choose a tag to compare
  • Inform clients of product and version via Start frame
  • Check upstream connection before lending it out
  • Graceful shutdown, waiting for connections to close
  • Don't try to reuse channels closed by server for new connections
  • Notify upstream that consumer cancellation is supported
  • Reuse a single TLS context for all upstream TLS connections, saves memory
  • Fixed broken OpenSSL in the Docker image

Changes: v0.6.1...v0.7.0

v0.6.1

14 Jul 09:04
v0.6.1
Compare
Choose a tag to compare
  • Build package for Debian 11 (bullseye) (#73)
  • Bump dependencies
  • Fix bug with connection pool shrinking (#70)
  • Support for config files (#64)

Changes: v0.6.0...v0.6.1

v0.5.11

06 Mar 20:10
Compare
Choose a tag to compare
  • Same as 0.5.10, only to test release automation

Release notes for 0.5.10:

  • Include error cause in upstream error log (#67)

Changes: v0.5.10...v0.5.11

v0.5.10

06 Mar 18:34
Compare
Choose a tag to compare

v0.5.9

06 Mar 17:48
Compare
Choose a tag to compare

From 2022-02-14

Fixed

  • TLS cert verification works for container images again

Full Changelog: v0.5.8...v0.5.9

v0.5.8

06 Mar 17:47
Compare
Choose a tag to compare

From 2022-02-01

Fixed

  • Don't parse timestamp value, it can be anything

Full Changelog: v0.5.7...v0.5.8