Skip to content

Commit 4abed4e

Browse files
authored
version bump (#206)
1 parent 4c9512d commit 4abed4e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [v3.0.0] - 2025-04-03
11+
12+
- Improved configuration handling: ENV varibales takes priority over config file variables. [#202](https://github.com/cloudamqp/amqproxy/pull/202)
13+
14+
- ​Resolved a deadlock occurring when running lavinmqperf throughput against LavinMQ via AMQProxy, caused by fibers holding locks while attempting to write to blocked socket. [#200](https://github.com/cloudamqp/amqproxy/pull/200)
15+
1016
## [v2.0.4] - 2024-11-25
1117

1218
- Bugfix: Treat all frames as heartbeats

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.4
2+
version: 3.0.0
33

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

0 commit comments

Comments
 (0)