Skip to content

Commit 18533d4

Browse files
Mention #13541 #13542 #13549 13551 in release notes
References #13537.
1 parent 302fb38 commit 18533d4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

release-notes/4.1.0.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,20 @@ for the complete list of related changes.
2525

2626
## Breaking Changes and Compatibility Notes
2727

28+
### Initial AMQP 0-9-1 Maximum Frame Size
29+
30+
Before a client connection can negotiate a maximum frame size (`frame_max`), it must authenticate
31+
successfully. Before the authenticated phase, a special lower `frame_max` value
32+
is used.
33+
34+
With this release, the value was increased from the original 4096 bytes to 8192
35+
to accommodate larger [JWT tokens](https://www.rabbitmq.com/docs/oauth2).
36+
37+
Clients that do override `frame_max` now must use values of 8192 bytes or greater.
38+
We recommend using the default server value of `131072`: do not override the `frame_max`
39+
key in `rabbitmq.conf` and do not set it in the application code.
40+
41+
2842
### MQTT
2943

3044
* The default MQTT [Maximum Packet Size](https://docs.oasis-open.org/mqtt/mqtt/v5.0/os/mqtt-v5.0-os.html#_Toc3901086) changed from 256 MiB to 16 MiB.

0 commit comments

Comments
 (0)