Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorerlingsson committed Oct 23, 2024
1 parent 1d23535 commit d444c28
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [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


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

Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: amqproxy
version: 2.0.2
version: 2.0.3

authors:
- CloudAMQP <[email protected]>
Expand Down

0 comments on commit d444c28

Please sign in to comment.