File tree 1 file changed +20
-0
lines changed 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,26 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
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
+
8
28
## [ 3.0.0] - 2023-07-24
9
29
10
30
### Added
You can’t perform that action at this time.
0 commit comments