Commit Graph

289 Commits

Author SHA1 Message Date
Michael Klishin 62f6e4f4c2 Update 3.12.0 release notes 2023-05-12 02:25:45 +04:00
Michael Klishin 08c49edbd4
Merge pull request #8068 from rabbitmq/mk-3.10.22-release-notes
3.10.22 release notes
2023-04-29 12:11:19 +04:00
Michael Klishin 4cbdda8c2c 3.10.22 release notes 2023-04-29 12:10:54 +04:00
Michael Klishin 8488d72654 3.11.15 release notes 2023-04-29 12:07:25 +04:00
Michael Klishin 8c205d31d9 3.10.21 release notes 2023-04-28 01:36:55 +04:00
Michael Klishin 3fe82edcae Next 3.12.0 release will be rc.2 2023-04-28 01:01:48 +04:00
Michael Klishin 78516f124e 3.12.0 release notes updates 2023-04-28 00:59:52 +04:00
Michael Klishin 9679d74413 3.11.14 release notes 2023-04-28 00:27:23 +04:00
Michael Klishin 145bf50d54 Update 3.12.0 release notes 2023-04-26 20:44:55 +04:00
Michael Klishin 45c9f126b4 3.12.0 release notes 2023-04-19 22:05:51 +04:00
Michael Klishin 32a7d6a8ae
3.12.0 release notes: mention incomplete Erlang 26 compatibility 2023-04-17 11:28:12 +04:00
Michael Klishin 9603811589 3.12.0 release notes: beta.7 is out 2023-04-17 09:45:45 +04:00
Michael Klishin 36d4e860dd 3.12.0 changelog updates 2023-04-17 09:45:03 +04:00
Michael Klishin 3c19348c58 Next 3.12.0 beta release will be beta.6 2023-04-06 01:37:42 +04:00
Michael Klishin 144e458f90 Update 3.12.0 release notes 2023-04-06 01:36:35 +04:00
Michael Klishin 4075ee1447 Next 3.12.0 release will be beta.5 2023-04-02 02:40:14 +04:00
Michael Klishin 409c77f6bf Initial 3.11.14 release notes 2023-04-02 02:39:25 +04:00
Michael Klishin d9db7a0935 List #7777 in 3.12.0 release notes 2023-04-02 02:38:16 +04:00
Michael Klishin b27d44d69d 3.11.13 release notes 2023-04-01 02:18:33 +04:00
Michael Klishin 213309c733 Update 3.11.12 release notes 2023-03-31 02:00:28 +04:00
Michael Klishin c88ec8a86c 3.12.0 release notes: add a missing link 2023-03-25 15:59:05 +04:00
Michael Klishin 23ded92aa6 3.12.0 release notes updates 2023-03-25 15:58:24 +04:00
Michael Klishin 6b6ee33d5d 3.12.0 release notes updates 2023-03-25 15:53:31 +04:00
Karl Nilsson f1db4a7c25 Add release not comment about removal of x-mqtt-dup 2023-03-24 14:13:01 +00:00
Karl Nilsson cb9ad307ad Add release note 2023-03-24 14:08:58 +00:00
Michael Klishin 66c5dfbf3f Release notes: recommend Erlang 25.3 2023-03-22 22:55:47 +04:00
Michael Klishin ef305a2b5a Release notes: grammar 2023-03-22 22:51:32 +04:00
Michael Klishin 077f3442a4 Split 3.11.12 and 3.11.11 release notes, lumped together by mistake 2023-03-22 01:47:52 +04:00
Michael Klishin bf8b10bac7 Update 3.11.11 release notes 2023-03-22 01:30:40 +04:00
Michael Klishin e860be1ded Update 3.10.20 release notes 2023-03-22 01:12:03 +04:00
Michael Klishin 1ba8fe2c4a 3.10.20 release notes 2023-03-22 00:27:17 +04:00
Rin Kuryloski f2dfd6c89f Revert "Merge pull request #7672 from rabbitmq/mk-switch-cq-version-to-2-by-default"
This reverts commit f6e1a6e74b, reversing
changes made to c4d6503cad.
2023-03-21 09:55:52 +01:00
Michael Klishin 865d533863 3.12.0 release notes: don't claim that CQv2 is the default version 2023-03-20 11:12:36 +04:00
Michael Klishin 98d13b7f84 3.12.0 release notes: mention #6440 2023-03-20 10:40:12 +04:00
Michael Klishin f6e1a6e74b
Merge pull request #7672 from rabbitmq/mk-switch-cq-version-to-2-by-default
Classic queues: make CQv2 the new default
2023-03-20 10:11:14 +04:00
Michael Klishin c4d6503cad 3.11.11 release notes 2023-03-20 10:09:40 +04:00
Michael Klishin 03bfe0a446 Make CQv2 the new default
CQv2 is significantly more efficient (x2-4 on some workloads),
has lower and more predictable memory footprint, and eliminates
the need to make classic queues lazy to achieve that predictability.

Per several discussions with the team.
2023-03-20 08:37:26 +04:00
Michael Klishin b036de2617 More 3.12.0 release notes updates 2023-03-18 12:11:02 +04:00
Michael Klishin 6ca4cb33cc 3.12.0 release notes corrections 2023-03-18 02:28:03 +04:00
Michael Klishin 8593d1d1d6 3.12.0 release notes edits 2023-03-17 12:03:42 +04:00
Michael Klishin 9f6ea7bf1e
Merge pull request #7601 from rabbitmq/policy-by-queue-type
Allow applying policies to specific queue types
2023-03-14 12:51:59 +04:00
Michal Kuratczyk 0a3136a916
Allow applying policies to specific queue types
Rather than relying on queue name conventions, allow applying policies
based on the queue type. For example, this allows multiple policies that
apply to all queue names (".*") that specify different parameters for
different queue types.
2023-03-13 12:36:48 +01:00
Michael Klishin bf41c78ce8 Update 3.12.0 release notes 2023-03-11 01:45:58 +04:00
Michael Klishin 9d23fa52a5 3.9.29 release notes 2023-03-09 19:32:42 +04:00
Michael Klishin 869333c218
Update 3.12.0.md 2023-03-06 22:10:22 +04:00
Michael Klishin df72506b46 Update 3.12.0 release notes 2023-03-06 17:44:48 +04:00
Michael Klishin d3805ea3b1 Initial 3.12 release notes 2023-03-06 10:56:38 +04:00
Michael Klishin c094ff0036 Same for 3.10.19 2023-03-02 01:11:05 +04:00
Michael Klishin 5338a686dc Use a shorter issue number here 2023-03-02 01:10:50 +04:00
Michael Klishin 5efcf70d57 Update 3.11.10 release notes 2023-03-02 00:54:38 +04:00