|
| 1 | +## RabbitMQ 4.1.7 |
| 2 | + |
| 3 | +RabbitMQ `4.1.7` is a maintenance release in the `4.1.x` [release series](https://www.rabbitmq.com/release-information). |
| 4 | + |
| 5 | +It is **strongly recommended** that you read [4.1.0 release notes](https://github.com/rabbitmq/rabbitmq-server/releases/tag/v4.1.0) |
| 6 | +in detail if upgrading from a version prior to `4.1.0`. |
| 7 | + |
| 8 | + |
| 9 | +### Minimum Supported Erlang Version |
| 10 | + |
| 11 | +[RabbitMQ and Erlang/OTP Compatibility Matrix](https://www.rabbitmq.com/docs/which-erlang) has more details on Erlang version requirements for RabbitMQ. |
| 12 | + |
| 13 | +Nodes **will fail to start** on older Erlang releases. |
| 14 | + |
| 15 | + |
| 16 | +## Changes Worth Mentioning |
| 17 | + |
| 18 | +Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://github.com/rabbitmq/rabbitmq-server/tree/v4.1.x/release-notes). |
| 19 | + |
| 20 | + |
| 21 | +### Core Server |
| 22 | + |
| 23 | +#### Enhancements |
| 24 | + |
| 25 | + * Stream replication: IP address family (IPv4 or IPv6) can now be configured via `rabbitmq.conf`. |
| 26 | + |
| 27 | + GitHub issue: [#15013](https://github.com/rabbitmq/rabbitmq-server/pull/15013) |
| 28 | + |
| 29 | + |
| 30 | +### Management Plugin |
| 31 | + |
| 32 | +#### Bug Fixes |
| 33 | + |
| 34 | + * `GET /api/deprecated-features/used` no longer returns an empty `state` field. |
| 35 | + |
| 36 | + GitHub issue: [#15059](https://github.com/rabbitmq/rabbitmq-server/pull/15059) |
| 37 | + |
| 38 | + * Feature flag icons now contrast well when the dark mode is used in the UI. |
| 39 | + |
| 40 | + GitHub issue: [#15070](https://github.com/rabbitmq/rabbitmq-server/pull/15070) |
| 41 | + |
| 42 | + |
| 43 | +### Web MQTT Plugin |
| 44 | + |
| 45 | +#### Bug Fixes |
| 46 | + |
| 47 | + * The plugin now supports the `mqttv3.1` WebSocket subprotocol in addition to `mqtt`, |
| 48 | + improving compatibility with older MQTT clients. |
| 49 | + |
| 50 | + GitHub issue: [#15010](https://github.com/rabbitmq/rabbitmq-server/pull/15010) |
| 51 | + |
| 52 | + |
| 53 | +### AWS Peer Discovery Plugin |
| 54 | + |
| 55 | +#### Bug Fixes |
| 56 | + |
| 57 | + * The plugin now uses IPv6 discovery endpoints in IPv6-only environments. |
| 58 | + |
| 59 | + GitHub issue: [#14987](https://github.com/rabbitmq/rabbitmq-server/pull/14987) |
| 60 | + |
| 61 | + |
| 62 | +### Tracing Plugin |
| 63 | + |
| 64 | +#### Bug Fixes |
| 65 | + |
| 66 | + * Trace files served via the management UI now include proper UTF-8 charset specification. |
| 67 | + |
| 68 | + GitHub issue: [#14972](https://github.com/rabbitmq/rabbitmq-server/pull/14972) |
0 commit comments