Skip to content

Commit beb7e83

Browse files
4.1.0 release notes: update a compatible amqplib release link
(cherry picked from commit a68af5a98883aac352ff1e7e079889dcb23a713f)
1 parent 52fcd15 commit beb7e83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release-notes/4.1.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ We recommend using the default server value of `131072`: do not override the `fr
4949
key in `rabbitmq.conf` and do not set it in the application code.
5050

5151
[`amqplib`](https://github.com/amqp-node/amqplib/) is a popular client library that has been using
52-
a low `frame_max` default of `4096`. Its users must [upgrade to a compatible version](https://github.com/amqp-node/amqplib/pull/787)
52+
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)
5353
(starting with `0.10.7`) or explicitly use a higher `frame_max`.
5454

5555

@@ -165,7 +165,7 @@ This section can be incomplete and will be expanded as 4.1 approaches its releas
165165
key in `rabbitmq.conf` and do not set it in the application code.
166166

167167
[`amqplib`](https://github.com/amqp-node/amqplib/) is a popular client library that has been using
168-
a low `frame_max` default of `4096`. Its users must [upgrade to a compatible version](https://github.com/amqp-node/amqplib/pull/787)
168+
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)
169169
(starting with `0.10.7`) or explicitly use a higher `frame_max`.
170170

171171
GitHub issue: [#13541](https://github.com/rabbitmq/rabbitmq-server/issues/13541)

0 commit comments

Comments
 (0)