4.1.0 release notes: update a compatible amqplib release link
(cherry picked from commit a68af5a98883aac352ff1e7e079889dcb23a713f)
This commit is contained in:
parent
52fcd15bef
commit
beb7e83aa7
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue