We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd3d0a7 commit 8af4d3eCopy full SHA for 8af4d3e
CHANGELOG.md
@@ -1,10 +1,27 @@
1
# rabbitmqadmin-ng Change Log
2
3
-## v0.17.0 (in development)
+## v0.18.0 (in development)
4
5
No (documented) changes yet.
6
7
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
20
+ # To see help: 'rabbitmqadmin health_check help protocol_listener'
21
+ rabbitmqadmin health_check protoocl_listener --protocol [protocol]
22
23
24
25
## v0.16.0 (Dec 29, 2024)
26
27
### Enhancements
0 commit comments