4.1.0 release notes: update a compatible amqplib release link

(cherry picked from commit a68af5a98883aac352ff1e7e079889dcb23a713f)
This commit is contained in:
Michael Klishin 2025-04-15 15:14:05 -04:00
parent 52fcd15bef
commit beb7e83aa7
No known key found for this signature in database
GPG Key ID: FF4F6501646A9C9A
1 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ We recommend using the default server value of `131072`: do not override the `fr
key in `rabbitmq.conf` and do not set it in the application code.
[`amqplib`](https://github.com/amqp-node/amqplib/) is a popular client library that has been using
a low `frame_max` default of `4096`. Its users must [upgrade to a compatible version](https://github.com/amqp-node/amqplib/pull/787)
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)
(starting with `0.10.7`) or explicitly use a higher `frame_max`.
@ -165,7 +165,7 @@ This section can be incomplete and will be expanded as 4.1 approaches its releas
key in `rabbitmq.conf` and do not set it in the application code.
[`amqplib`](https://github.com/amqp-node/amqplib/) is a popular client library that has been using
a low `frame_max` default of `4096`. Its users must [upgrade to a compatible version](https://github.com/amqp-node/amqplib/pull/787)
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)
(starting with `0.10.7`) or explicitly use a higher `frame_max`.
GitHub issue: [#13541](https://github.com/rabbitmq/rabbitmq-server/issues/13541)