Skip to content

Commit a69abb0

Browse files
committed
Update changelog
1 parent 388dcfc commit a69abb0

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ 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+
## [Unreleased]
9+
10+
### Fixed
11+
12+
- Improve connection loss handling for WebSocket connections ([#152](https://github.com/cloudamqp/amqp-client.js/pull/152))
13+
- Fix parallel queue binding issues ([#154](https://github.com/cloudamqp/amqp-client.js/pull/154))
14+
- Properly handle heartbeat timeouts ([#95](https://github.com/cloudamqp/amqp-client.js/pull/95))
15+
- Fix TypeScript callback types to support async callbacks ([#155](https://github.com/cloudamqp/amqp-client.js/pull/155))
16+
- Return publish frame buffer to pool after send ([#142](https://github.com/cloudamqp/amqp-client.js/pull/142))
17+
18+
### Changed
19+
20+
- Logger configuration improvements - console is no longer used as default logger, explicit logger parameter support added ([#149](https://github.com/cloudamqp/amqp-client.js/pull/149))
21+
- Internal code improvements and optimizations ([#140](https://github.com/cloudamqp/amqp-client.js/pull/140))
22+
- Add missing exports to WebSocket client ([#147](https://github.com/cloudamqp/amqp-client.js/pull/147))
23+
824
## [3.2.1] - 2025-04-06
925

1026
- Increase min `frameMax` to 8192 (8KB) for compatibility with RabbitMQ 4.1 and large JWT tokens ([#134](https://github.com/cloudamqp/amqp-client.js/pull/134))

0 commit comments

Comments
 (0)