Skip to content

Commit 9b9f3fb

Browse files
committed
Prepare 0.3.0 release.
1 parent 11c046d commit 9b9f3fb

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

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+
823
## [0.2.0] 2025-03-23
924

1025
### Changed

0 commit comments

Comments
 (0)