Correct a few 4.0.5 release notes typos

This commit is contained in:
Michael Klishin 2024-12-18 16:09:56 -05:00
parent 4e6ab725df
commit 55459bcd0e
No known key found for this signature in database
GPG Key ID: 44BF2725475205B2
1 changed files with 5 additions and 6 deletions

View File

@ -41,10 +41,9 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
GitHub issue: [#12802](https://github.com/rabbitmq/rabbitmq-server/issues/12802) GitHub issue: [#12802](https://github.com/rabbitmq/rabbitmq-server/issues/12802)
* AMQP 1.0 clients with close to peak consumption rates with a high `max_link_creadit` setting could run into an exception * AMQP 1.0 clients with close to peak consumption rates with a high `max_link_creadit` setting could run into an exception because RabbitMQ could set the incoming window size to a negative value.
because RabbitMQ could set the incoming window size to a negative value.
GitHub issue: [#12816](https://github.com/rabbitmq/rabbitmq-server/issues/12816), [#12904](https://github.com/rabbitmq/rabbitmq-server/pull/12904) GitHub issues: [#12816](https://github.com/rabbitmq/rabbitmq-server/issues/12816), [#12904](https://github.com/rabbitmq/rabbitmq-server/pull/12904)
* AMQP 0-9-1 channel exception generator could not handle entity names (say, queue or stream names) * AMQP 0-9-1 channel exception generator could not handle entity names (say, queue or stream names)
that contained non-ASCII characters. that contained non-ASCII characters.
@ -65,12 +64,12 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
#### Enhancements #### Enhancements
* For virtual hosts that have a [default queue type](https://www.rabbitmq.com/docs/vhosts#default-queue-type) configured, the DQT value is now injected into * For virtual hosts that have a [default queue type](https://www.rabbitmq.com/docs/vhosts#default-queue-type) configured,
queue definitions in exported definition documents. the DQT value is now injected into queue definitions in exported definition documents.
GitHub issue: [#12776](https://github.com/rabbitmq/rabbitmq-server/issues/12776) GitHub issue: [#12776](https://github.com/rabbitmq/rabbitmq-server/issues/12776)
* Definition export files now have additional "type" markers that help distinguish a cluster-wide definition file from * Definition export files now have an additional "type" markers that help distinguish a cluster-wide definition file from
that of a single virtual host. that of a single virtual host.
GitHub issue: [#12835](https://github.com/rabbitmq/rabbitmq-server/issues/12835) GitHub issue: [#12835](https://github.com/rabbitmq/rabbitmq-server/issues/12835)