Skip to content

Commit 41ba707

Browse files
michaelklishinmergify[bot]
authored andcommitted
Update 3.10.20 release notes
(cherry picked from commit e860be1) (cherry picked from commit e2abaf3) (cherry picked from commit d9ffac7)
1 parent 1365a8a commit 41ba707

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

release-notes/3.10.20.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,18 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
3030

3131
### Bug Fixes
3232

33+
* Boot time import of definitions from a `conf.d`-style directory failed unless
34+
`definitions.skip_if_unchanged` was set to `true`, for example, like in this
35+
`rabbitmq.conf`:
36+
37+
``` ini
38+
definitions.skip_if_unchanged = false
39+
definitions.import_backend = local_filesystem
40+
definitions.local.path = /path/to/RabbitMQ/definitions/conf.d/
41+
```
42+
43+
GitHub issue: [#7705](https://github.com/rabbitmq/rabbitmq-server/pull/7705)
44+
3345
* Improved resiliency of dead-lettering.
3446

3547
GitHib issue: [#7677](https://github.com/rabbitmq/rabbitmq-server/pull/7677)
@@ -46,6 +58,18 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
4658
GitHub issue: [#7657](https://github.com/rabbitmq/rabbitmq-server/pull/7657)
4759

4860

61+
## Management Plugin
62+
63+
### Bug Fixes
64+
65+
* HTTP API will now respond with a `405 Method Not Allowed` instead of a 500 when
66+
an unsupported method is used by the client.
67+
68+
Contributed by @gomoripeti (CloudAMQP).
69+
70+
GitHub issue: [#7675](https://github.com/rabbitmq/rabbitmq-server/pull/7675)
71+
72+
4973
### etcd Peer Discovery Plugin
5074

5175
#### Bug Fixes

0 commit comments

Comments
 (0)