Skip to content

Commit a261755

Browse files
Change log updates
1 parent ba4c78a commit a261755

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@
1414
rabbitmqadmin plugins list_on_node --node rabbit@hostname
1515
```
1616

17+
* `--timeout` is a new global option limits HTTP API request execution timeout. The value is in seconds and defaults
18+
to 60s:
19+
20+
```shell
21+
rabbitmqadmin --timeout 15 queues list
22+
```
23+
1724
### Upgrades
1825

1926
* RabbitMQ HTTP API client was upgraded to [`0.62.0`](https://github.com/michaelklishin/rabbitmq-http-api-rs/releases/tag/v0.62.0)

0 commit comments

Comments
 (0)