Skip to content

Commit d444c28

Browse files
version bump
1 parent 1d23535 commit d444c28

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [v2.0.3] - 2024-10-23
11+
1012
- 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.
13+
- Added a HTTP health check on http://listen_address:http_port/healthz
14+
- Added metrics on http://listen_address:http_port/metrics
15+
- Don't log when a client just opens and closes a TCP connection
16+
- Compile static binary
17+
1118

1219
## [v2.0.2] - 2024-08-25
1320

shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: amqproxy
2-
version: 2.0.2
2+
version: 2.0.3
33

44
authors:
55
- CloudAMQP <contact@cloudamqp.com>

0 commit comments

Comments
 (0)