Skip to content

Commit 9ba0b45

Browse files
committed
version bump v3.0.1
1 parent c979e4c commit 9ba0b45

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [v3.0.1] - 2025-04-04
11+
12+
- Improve packaging workflow: Native deb builds, faster multi-arch binaries via depot.dev, and Build deb/rpm/tar packages on PR.
13+
- Use `Time::Span` for sleep durations.
14+
1015
## [v3.0.0] - 2025-04-03
1116

1217
- Improved configuration handling: ENV varibales takes priority over config file variables. [#202](https://github.com/cloudamqp/amqproxy/pull/202)
13-
1418
- ​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)
1519

1620
## [v2.0.4] - 2024-11-25

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

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

0 commit comments

Comments
 (0)