Skip to content

Commit 1cd65b7

Browse files
committed
Update changelog
1 parent db2d874 commit 1cd65b7

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@ 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+
## [3.1.0] - 2023-08-23
9+
10+
## Added
11+
12+
- Support for clients to negotiate channel-max ([#86](https://github.com/cloudamqp/amqp-client.js/pull/86))
13+
- Raise when WebSocket is not cleanly closed ([#80](https://github.com/cloudamqp/amqp-client.js/pull/80))
14+
- Make logging configurable ([#79](https://github.com/cloudamqp/amqp-client.js/pull/79))
15+
- Support for connection.update-secret ([#77](https://github.com/cloudamqp/amqp-client.js/pull/77))
16+
17+
## Fixed
18+
19+
- Channel max 0 should be treated as "unlimited" not 0 ([#86](https://github.com/cloudamqp/amqp-client.js/pull/86))
20+
- Close sockets not supporting amqp protocol ([#78](https://github.com/cloudamqp/amqp-client.js/pull/78))
21+
22+
## Changed
23+
24+
- Throws and rejects with `Error` as per best practice ([#81](https://github.com/cloudamqp/amqp-client.js/pull/81))
25+
- Clean ups ([#88](https://github.com/cloudamqp/amqp-client.js/pull/88), [#85](https://github.com/cloudamqp/amqp-client.js/pull/85))
26+
- Package improvements for bundling and tree-shaking ([#75](https://github.com/cloudamqp/amqp-client.js/pull/75))
27+
828
## [3.0.0] - 2023-07-24
929

1030
### Added

0 commit comments

Comments
 (0)