Skip to content

Commit 8af4d3e

Browse files
Change log updates
1 parent bd3d0a7 commit 8af4d3e

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,27 @@
11
# rabbitmqadmin-ng Change Log
22

3-
## v0.17.0 (in development)
3+
## v0.18.0 (in development)
44

55
No (documented) changes yet.
66

77

8+
## v0.17.0 (Dec 31, 2024)
9+
10+
### Enhancements
11+
12+
* New [health checks](https://www.rabbitmq.com/docs/monitoring#health-checks):
13+
14+
```shell
15+
# To see help: 'rabbitmqadmin health_check help port_listener'
16+
rabbitmqadmin health_check port_listener --port [port]
17+
```
18+
19+
```shell
20+
# To see help: 'rabbitmqadmin health_check help protocol_listener'
21+
rabbitmqadmin health_check protoocl_listener --protocol [protocol]
22+
```
23+
24+
825
## v0.16.0 (Dec 29, 2024)
926

1027
### Enhancements

0 commit comments

Comments
 (0)