Skip to content

Commit 4c3f52f

Browse files
Update change log for 0.14.0
1 parent 863de41 commit 4c3f52f

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,26 @@
11
# rabbitmqadmin-ng Change Log
22

3+
## v0.14.0 (Dec 22, 2024)
4+
5+
### Breaking Changes
6+
7+
* Multi-word command line flags now use the more common `--snake-case[=]{value}` format
8+
instead of `rabbitmqadmin` v1's `lower_case={value}`.
9+
10+
### Enhancements
11+
12+
* New command category: `health_check` which provides access to the [health check endpoints](https://www.rabbitmq.com/docs/monitoring#health-checks).
13+
14+
Currently, only the three (arguably) most important health checks are implemented: `local_alarms`, `cluster_wide_alarms`, and `node_is_quorum_critical`.
15+
16+
GitHub issues: [#33](https://github.com/rabbitmq/rabbitmqadmin-ng/issues/33), [#34](https://github.com/rabbitmq/rabbitmqadmin-ng/issues/34).
17+
18+
* `health_check help` now includes a link to the respective RabbitMQ documentation guide.
19+
20+
321
## v0.13.0 (Dec 21, 2024)
422

5-
## Enhancements
23+
### Enhancements
624

725
* Several key `delete` commands, namely `delete vhost`, `delete user`, `delete queue` and `delete exchange` now support a new flag, `--idempotently`.
826
When this flag is used, 404 Not Found responses from the HTTP

0 commit comments

Comments
 (0)