We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11c046d commit 9b9f3fbCopy full SHA for 9b9f3fb
CHANGELOG.md
@@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [0.3.0] 2025-04-12
9
+
10
+### Added
11
12
+- Support cluster config.
13
+- Added batch api for publish.
14
15
+### Changed
16
17
+- Enable `tcp_nodelay` by default.
18
+- Add `Thesis\Amqp\Channel::isClosed()`.
19
+- Use PascalCase for `ChannelMode` cases.
20
+- Use `Thesis\Amqp\Message` in `Thesis\Amqp\Delivery`.
21
+- Rename `Thesis\Amqp\Confirmation` to `Thesis\Amqp\PublishConfirmation`.
22
23
## [0.2.0] 2025-03-23
24
25
### Changed
0 commit comments