Skip to content

Commit d761868

Browse files
committed
version bump
1 parent 24f21f4 commit d761868

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [v2.0.1] - 2024-07-11
11+
12+
- Return unused memory faster to the OS using GC_UNMAP_THRESHOLD=1 in Dockerfile and systemd service file
13+
- Compile with Crystal 1.13.0, fixes a potential memory leak in Log
14+
1015
## [v2.0.0] - 2024-06-17
1116

1217
- 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

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.0
2+
version: 2.0.1
33

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

0 commit comments

Comments
 (0)