From d761868d4ddbb3716440dd961556627d12b5a544 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl=20H=C3=B6rberg?= Date: Thu, 11 Jul 2024 10:17:56 +0200 Subject: [PATCH] version bump --- CHANGELOG.md | 5 +++++ shard.yml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03867b9..ca235e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [v2.0.1] - 2024-07-11 + +- Return unused memory faster to the OS using GC_UNMAP_THRESHOLD=1 in Dockerfile and systemd service file +- Compile with Crystal 1.13.0, fixes a potential memory leak in Log + ## [v2.0.0] - 2024-06-17 - 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 diff --git a/shard.yml b/shard.yml index b5bae56..40450dd 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: amqproxy -version: 2.0.0 +version: 2.0.1 authors: - CloudAMQP