Skip to content

Commit c458cba

Browse files
4.1.0 release notes edits
1 parent 6bda6a6 commit c458cba

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

release-notes/4.1.0.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,16 @@ Clients that do override `frame_max` now must use values of 8192 bytes or greate
5959
We recommend using the default server value of `131072`: do not override the `frame_max`
6060
key in `rabbitmq.conf` and do not set it in the application code.
6161

62+
### Node.js `amqplib` Must Be Upgraded
63+
6264
[`amqplib`](https://github.com/amqp-node/amqplib/) is a popular client library that has been using
6365
a low `frame_max` default of `4096`. Its users must [upgrade to a compatible version](https://github.com/amqp-node/amqplib/blob/main/CHANGELOG.md#v0107)
6466
(starting with `0.10.7`) or explicitly use a higher `frame_max`.
6567

68+
`amqplib` versions older than `0.10.7` will not be able to connect to
69+
RabbitMQ 4.1.0 and later versions due to the initial AMQP 0-9-1 maximum frame size
70+
increase covered above.
71+
6672

6773
### MQTT
6874

0 commit comments

Comments
 (0)