File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments