Skip to content

Commit

Permalink
Update change log for 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Dec 23, 2024
1 parent 863de41 commit 4c3f52f
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,26 @@
# rabbitmqadmin-ng Change Log

## v0.14.0 (Dec 22, 2024)

### Breaking Changes

* Multi-word command line flags now use the more common `--snake-case[=]{value}` format
instead of `rabbitmqadmin` v1's `lower_case={value}`.

### Enhancements

* New command category: `health_check` which provides access to the [health check endpoints](https://www.rabbitmq.com/docs/monitoring#health-checks).

Currently, only the three (arguably) most important health checks are implemented: `local_alarms`, `cluster_wide_alarms`, and `node_is_quorum_critical`.

GitHub issues: [#33](https://github.com/rabbitmq/rabbitmqadmin-ng/issues/33), [#34](https://github.com/rabbitmq/rabbitmqadmin-ng/issues/34).

* `health_check help` now includes a link to the respective RabbitMQ documentation guide.


## v0.13.0 (Dec 21, 2024)

## Enhancements
### Enhancements

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

0 comments on commit 4c3f52f

Please # to comment.