Commit Graph

65 Commits

Author SHA1 Message Date
Michael Klishin 7787fe2780
Revert "Update Bazel rules repository name"
This reverts commit 371b44dcf2.
2022-01-05 19:06:37 +03:00
Michael Klishin 371b44dcf2
Update Bazel rules repository name 2022-01-05 18:58:02 +03:00
Michael Klishin 2900765e32
3.8.27 release notes 2022-01-04 19:11:22 +04:00
Michael Klishin 53a8732caf
Update 3.9.12.md 2022-01-04 18:08:45 +03:00
Michael Klishin 6c29e2a36c
3.9.12 release notes 2022-01-04 18:16:26 +04:00
Michael Klishin e1cd4673cc
Update 3.9.11 release notes 2021-12-02 18:20:32 +03:00
Michael Klishin c741e73496
Update 3.9.11 release notes 2021-12-02 09:30:36 +03:00
Michael Klishin ce995c76d9
Initial 3.9.11 release notes 2021-12-01 19:52:05 +03:00
Michael Klishin bc3cc6a881
3.9.10 release notes wording 2021-11-19 17:34:40 +03:00
Michael Klishin 262063edc7
Update 3.9.10 release notes 2021-11-19 01:31:29 +03:00
Michael Klishin b9c7aa8709
Resolve 3.8 release note conflicts 2021-11-18 15:34:20 +03:00
Michael Klishin 7d497d5bb4
3.8.26 release notes
(cherry picked from commit 77d8b6a9e8)
2021-11-18 15:32:50 +03:00
Michael Klishin 5d91e958c2
Initial 3.8.25 release notes 2021-11-18 15:29:49 +03:00
Michael Klishin 6111029ceb
Initial 3.9.10 release notes 2021-11-17 12:06:33 +03:00
Michael Klishin 4bd6abb79f
Update 3.9.4.md 2021-11-11 16:16:06 +03:00
Michael Klishin 6182505828
Update 3.9.9 release notes 2021-11-11 13:25:45 +03:00
Michael Klishin 0ff0f53f4c
Update 3.8.24 release notes 2021-11-11 01:12:33 +03:00
Michael Klishin ebfa084b50
Update 3.9.9 release notes 2021-11-11 01:12:33 +03:00
Michael Klishin 15c0b09554
Another 3.8.24 release notes update
(cherry picked from commit d34c4a913c)
2021-11-10 17:28:07 +03:00
Michael Klishin bf7d2c54a4
Update 3.8.24 release notes
(cherry picked from commit 4766442a54)
2021-11-10 13:54:28 +03:00
Michael Klishin e9b474bf2c
3.9.9 release notes 2021-11-09 19:10:00 +03:00
Loïc Hoguin b8e6acc89a
Finalize 3.9.8 release notes 2021-10-19 12:45:31 +03:00
Michael Klishin a0d0fbf904
Update 3.9.8 release notes 2021-10-18 14:37:07 +03:00
Michal Kuratczyk 115a868d55 More accurate wording in the release notes 2021-10-18 13:18:30 +02:00
Michal Kuratczyk 347b1857a4 Mention osiris hostname fix in the release notes 2021-10-18 12:36:21 +02:00
Loïc Hoguin 0ee8a0612e
Fix memory_breakdown for connection procs
Instead of trying to read the ranch_server ETS table directly,
use an internal Ranch function that does the same. While neither
are documented, the latter is less likely to change.
2021-10-13 15:20:01 +02:00
Loïc Hoguin 7ffb154787
Fix memory leak when using mandatory flag in CQs
MsgNo is defined for both mandatory flags and confirms,
but only confirms need to be kept track of in this module.
2021-10-13 14:13:56 +02:00
Michael Klishin 8a096d3533
Update 3.9.7 release notes 2021-09-27 21:14:59 +03:00
Michael Klishin 35a1a364bd
Wording 2021-09-24 12:46:04 +03:00
Karl Nilsson 227d319636 Update 3.8.23 release notes with quorum queue memory fix. 2021-09-24 10:42:31 +01:00
Michael Klishin e622c701fb
Update 3.9.7 release notes 2021-09-23 23:33:19 +03:00
Michael Klishin ae4d84f403
(cherry picked from commit 7ce2a0dac8)
Conflicts:
	release-notes/3.9.6.md
2021-09-21 17:07:17 +03:00
Michael Klishin 5fb118e8ef
Merge pull request #3409 from rabbitmq/lh-increase-queue-shutdown-timeout
Increase classic queue shutdown timeout
2021-09-21 16:46:21 +03:00
Loïc Hoguin 43d40231b9
Upgrade to Observer CLI 1.7.1
Previous version was not working on Windows due to a crash.
2021-09-21 13:49:58 +02:00
Philip Kuryloski 41088a4f5d Update release notes 2021-09-17 10:13:07 +02:00
Philip Kuryloski 3c3450b49d Update release notes for #3422
https://github.com/rabbitmq/rabbitmq-server/pull/3422
2021-09-16 16:15:11 +02:00
Michael Klishin fee7bb1287
Update 3.9.6 release notes
(cherry picked from commit d3bae3dc49)
2021-09-16 14:29:59 +03:00
Loïc Hoguin 180ce5623a
Mention CQ shutdown increase in 3.8.23/3.9.6 notes 2021-09-13 11:32:37 +02:00
Michal Kuratczyk ed43633fa2
3.8.15 release notes correction
`consumer_timeout` affects classic queues as well
2021-09-07 17:08:13 +02:00
Michael Klishin 5f779f4adf
Update 3.9.6 release notes 2021-09-07 15:00:51 +03:00
Gerhard Lazu f6c8356d2a
Add 3.9.6 release notes
I've missed adding notes to the release part of
https://github.com/rabbitmq/rabbitmq-server/pull/3340

I am going to add a new item to the PULL_REQUEST_TEMPLATE.md checklist
so that we get reminded about it next time.

Signed-off-by: Gerhard Lazu <gerhard@lazu.co.uk>
2021-09-01 12:40:50 +01:00
Michael Klishin 8c06dac37f
3.8.22 release notes 2021-08-28 14:29:55 +03:00
Michael Klishin d26a8deef1
Update 3.9.5 release notes 2021-08-28 14:29:55 +03:00
Michael Klishin 0d632be85b
3.9.5 release notes 2021-08-27 15:27:57 +03:00
Michael Klishin 44ba27f121
Update 3.9.4.md 2021-08-18 13:40:08 +03:00
Michael Klishin ea75297bf8
Merge pull request #3312 from rabbitmq/alarms-metric1
Expose alarms as Prometheus metrics
2021-08-17 22:16:30 +03:00
Iliia Khaprov 1ea83beadd
Change metric names in release notes too 2021-08-17 20:12:15 +02:00
Michael Klishin 5a580c9f4d
3.9.4 release notes wording 2021-08-17 20:47:20 +03:00
Michael Klishin 6a0058fe7c
Introduce TLS-related rabbitmq.conf settings for definition import
currently only used by the HTTPS mechanism but can be used by
any other.
2021-08-17 20:42:53 +03:00
Ilya Khaprov 9fed915192
Add alarms prometheus collector.
close #2653
2021-08-16 20:32:29 +02:00