|
| 1 | +## RabbitMQ 4.3.0 |
| 2 | + |
| 3 | + |
| 4 | +## Breaking Changes and Compatibility Notes |
| 5 | + |
| 6 | +TBD |
| 7 | + |
| 8 | + |
| 9 | +## Release Highlights |
| 10 | + |
| 11 | +TBD |
| 12 | + |
| 13 | + |
| 14 | +## Upgrading to 4.3.0 |
| 15 | + |
| 16 | +### Documentation guides on upgrades |
| 17 | + |
| 18 | +See the [Upgrading guide](https://www.rabbitmq.com/docs/upgrade) for documentation on upgrades and [GitHub releases](https://github.com/rabbitmq/rabbitmq-server/releases) |
| 19 | +for release notes of individual releases. |
| 20 | + |
| 21 | +This release series supports upgrades from `4.2.x`. |
| 22 | + |
| 23 | + |
| 24 | +### New Required Feature Flags |
| 25 | + |
| 26 | +All feature flags introduced in `4.2.0` and earlier are required, including the following: |
| 27 | +* `rabbitmq_4.2.0` |
| 28 | +* `rabbitmq_4.1.0` |
| 29 | +* `rabbitmq_4.0.0` |
| 30 | +* `khepri_db` |
| 31 | +* `quorum_queue_non_voters` |
| 32 | +* `message_containers_deaths_v2` |
| 33 | + |
| 34 | +Enable all required feature flags before upgrading to `4.3.0`. |
| 35 | + |
| 36 | +If your RabbitMQ cluster had plugin `rabbitmq_amqp1_0` enabled in RabbitMQ `3.13.x` (and your cluster still serves AMQP 1.0 client connections in `4.x`), your cluster should do at least one rolling update **after** enabling feature flag `rabbitmq_4.0.0` but **before** upgrading to `4.3.0`. |
| 37 | + |
| 38 | +### Deprecated Features |
| 39 | + |
| 40 | +In `4.3.0` the deprecation phase of the following features advanced from `permitted_by_default` to `denied_by_default`: |
| 41 | +* `amqp_filter_set_bug` |
| 42 | + |
| 43 | +### Mixed version cluster compatibility |
| 44 | + |
| 45 | +RabbitMQ 4.3.0 nodes can run alongside `4.2.x`. |
| 46 | + |
| 47 | +Mixed version clusters are a mechanism that allows rolling upgrade and are not meant to be run for extended |
| 48 | +periods of time (no more than a few hours). |
| 49 | + |
| 50 | +### Recommended Post-upgrade Procedures |
| 51 | + |
| 52 | +This version does not require any additional post-upgrade procedures |
| 53 | +compared to other versions. |
| 54 | + |
| 55 | + |
| 56 | +## Changes Worth Mentioning |
| 57 | + |
| 58 | +### Core Server |
| 59 | + |
| 60 | +#### Enhancements |
| 61 | + |
| 62 | +TBD |
| 63 | + |
| 64 | +### HTTP Auth Backend |
| 65 | + |
| 66 | +#### Enhancements |
| 67 | + |
| 68 | +The HTTP Auth Backend can now optionally provide a custom authorization denial reason to AMQP clients. |
| 69 | +To opt in, return `deny <Reason>` (instead of only `deny`) in the HTTP response body of your HTTP auth backend and set the following in your `rabbitmq.conf` file: |
| 70 | +```ini |
| 71 | +auth_http.authorization_failure_disclosure = true |
| 72 | +``` |
| 73 | + |
| 74 | +See the [README](https://github.com/rabbitmq/rabbitmq-server/blob/main/deps/rabbitmq_auth_backend_http/README.md) for more information. |
| 75 | + |
| 76 | +Pull Request: [#14641](https://github.com/rabbitmq/rabbitmq-server/pull/14641) |
| 77 | + |
| 78 | +### Dependency Changes |
| 79 | + |
| 80 | +TBD |
| 81 | + |
| 82 | +## Source Code Archives |
| 83 | + |
| 84 | +To obtain source code of the entire distribution, please download the archive named `rabbitmq-server-4.3.0.tar.xz` |
| 85 | +instead of the source tarball produced by GitHub. |
0 commit comments