Skip to content

Commit 6803023

Browse files
2.15.0
1 parent 25863b6 commit 6803023

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

CHANGELOG.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# rabbitmqadmin-ng Change Log
22

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)
49

510
### Enhancements
611

@@ -185,7 +190,7 @@
185190
### Enhancements
186191

187192
* `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.
189194

190195
**Important**: this command should **only** be used to correct federation upstream URI after a bad deployment, for example,
191196
if [peer verification](https://www.rabbitmq.com/docs/ssl#peer-verification) was enabled before certificates and keys were
@@ -236,7 +241,7 @@
236241

237242
### Enhancements
238243

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
240245
reached end of life (EOL) in late 2023
241246

242247
### Upgrades
@@ -302,12 +307,12 @@
302307

303308
### Enhancements
304309

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`).
307312

308313
As the names suggest, they are used to configure the CA certificate bundle file path, the client certificate file path,
309314
and the client private key file path, respectively:
310-
315+
311316
```toml
312317
[production]
313318
hostname = "(redacted)"
@@ -324,8 +329,8 @@
324329

325330
### Bug Fixes
326331

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
329334
in certain cases
330335

331336
## v2.6.0 (Jul 12, 2025)

0 commit comments

Comments
 (0)