|
1 | 1 | # rabbitmqadmin-ng Change Log |
2 | 2 |
|
3 | | -## v2.15.0 (in development) |
| 3 | +## v2.16.0 (in development) |
| 4 | + |
| 5 | +No changes yet. |
| 6 | + |
| 7 | + |
| 8 | +## v2.15.0 (Sep 30, 2025) |
4 | 9 |
|
5 | 10 | ### Enhancements |
6 | 11 |
|
|
185 | 190 | ### Enhancements |
186 | 191 |
|
187 | 192 | * `federation disable_tls_peer_verification_for_all_upstreams` is a new command that disables TLS peer verification |
188 | | - for all federation upstreams. |
| 193 | + for all federation upstreams. |
189 | 194 |
|
190 | 195 | **Important**: this command should **only** be used to correct federation upstream URI after a bad deployment, for example, |
191 | 196 | if [peer verification](https://www.rabbitmq.com/docs/ssl#peer-verification) was enabled before certificates and keys were |
|
236 | 241 |
|
237 | 242 | ### Enhancements |
238 | 243 |
|
239 | | - * `definitions export` is now compatible with RabbitMQ 3.10.0, a series that has |
| 244 | + * `definitions export` is now compatible with RabbitMQ 3.10.0, a series that has |
240 | 245 | reached end of life (EOL) in late 2023 |
241 | 246 |
|
242 | 247 | ### Upgrades |
|
302 | 307 |
|
303 | 308 | ### Enhancements |
304 | 309 |
|
305 | | - * `rabbitmqadmin.conf` now supports more TLS-related settings: `ca_certificate_bundle_path` (corresponds to `--tls-ca-cert-file` on the command line), |
306 | | - `client_certificate_file_path` (corresponds to `--tls-cert-file`), and `client_private_key_file_path` (corresponds to `--tls-key-file`). |
| 310 | + * `rabbitmqadmin.conf` now supports more TLS-related settings: `ca_certificate_bundle_path` (corresponds to `--tls-ca-cert-file` on the command line), |
| 311 | + `client_certificate_file_path` (corresponds to `--tls-cert-file`), and `client_private_key_file_path` (corresponds to `--tls-key-file`). |
307 | 312 |
|
308 | 313 | As the names suggest, they are used to configure the CA certificate bundle file path, the client certificate file path, |
309 | 314 | and the client private key file path, respectively: |
310 | | - |
| 315 | + |
311 | 316 | ```toml |
312 | 317 | [production] |
313 | 318 | hostname = "(redacted)" |
|
324 | 329 |
|
325 | 330 | ### Bug Fixes |
326 | 331 |
|
327 | | - * Tool version was unintentionally missing from `-h` output (but present in its long counterpart, `--help`) |
328 | | - * The `tls` setting in `rabbitmqadmin.conf`, a `--use-tls` equivalent, was not respected when connecting to a node |
| 332 | + * Tool version was unintentionally missing from `-h` output (but present in its long counterpart, `--help`) |
| 333 | + * The `tls` setting in `rabbitmqadmin.conf`, a `--use-tls` equivalent, was not respected when connecting to a node |
329 | 334 | in certain cases |
330 | 335 |
|
331 | 336 | ## v2.6.0 (Jul 12, 2025) |
|
0 commit comments