Skip to content

Commit a8c2b42

Browse files
Change log updates
1 parent 14efedd commit a8c2b42

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

CHANGELOG.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@
22

33
## v0.28.0 (in development)
44

5-
No changes yet.
5+
### Enhancements
66

7+
* New definitions export `--transformations` value, `exclude_users`, removes users from the result
8+
* New definitions export `--transformations` value, `exclude_permissions`, removes all permissions
9+
* New definitions export `--transformations` value, `exclude_runtime_parameters`, removes all runtime parameters
10+
* New definitions export `--transformations` value, `exclude_policies`, removes all policies
711

812
## v0.27.0 (Mar 10, 2025)
913

@@ -58,7 +62,7 @@ No changes yet.
5862
rabbitmqadmin --vhost "streams.vhost" policies list_in --apply-to "streams"
5963
```
6064

61-
* `policies list_matching_object` is a new command that lists all policies that
65+
* `policies list_matching_object` is a new command that lists all policies that
6266
would match an object (a queue, a stream, an exchange)
6367
with a given name:
6468

@@ -68,7 +72,7 @@ No changes yet.
6872

6973
### Bug Fixes
7074

71-
* `declare policy`'s `--apply-to` argument value was ignored
75+
* `declare policy`'s `--apply-to` argument value was ignored
7276

7377

7478

@@ -203,7 +207,7 @@ No changes yet.
203207
### Bug Fixes
204208

205209
* `list connections` now correctly handles RabbitMQ Stream Protocol
206-
connections that do not have the `channel_max` metric set
210+
connections that do not have the `channel_max` metric set
207211

208212
### Enhancements
209213

@@ -323,7 +327,7 @@ No changes yet.
323327

324328
Note that there are [two different supported strategies](https://www.rabbitmq.com/docs/memory-use#strategies) for computing memory footprint of a node. RabbitMQ uses both and takes the greater value for 100% when computing the relative
325329
share in percent for each category. Other factors that can affect the precision of percentage values reported are [runtime allocator](https://www.rabbitmq.com/docs/memory-use#preallocated-memory) behavior nuances and the [kernel page cache](https://www.rabbitmq.com/docs/memory-use#page-cache).
326-
330+
327331

328332

329333
## v0.18.0 (Jan 1, 2025)
@@ -379,7 +383,7 @@ No changes yet.
379383

380384
* `rabbitmqadmin feature_flags list` (also available as `rabbitmqadmin list feature_flags`) is a new command
381385
that lists [feature flags](https://www.rabbitmq.com/docs/feature-flags) and their cluster state.
382-
386+
383387
GitHub issue: [#38](https://github.com/rabbitmq/rabbitmqadmin-ng/issues/38)
384388

385389
* `rabbitmqadmin feature_flags enable --name {feature flag}` and `rabbitmqadmin feature_flags enable_all` are new commands
@@ -411,8 +415,8 @@ No changes yet.
411415
A failed HTTP API request now prints the request URL (this does NOT include the credentials),
412416
and the response body, making it easier to identify the problem without consulting [RabbitMQ node logs](https://www.rabbitmq.com/docs/management#http-logging).
413417

414-
* CLI interface `help` message polishing.
415-
418+
* CLI interface `help` message polishing.
419+
416420
More commands now provide links to the relevant documentation guides,
417421
use (a reasonable amount of) coloring and recommend against features such as that are
418422
[polling message consumption]((https://www.rabbitmq.com/docs/consumers#polling)) that were never designed or intended to be used in production
@@ -436,7 +440,7 @@ No changes yet.
436440

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

439-
* `health_check help` now includes a link to the respective RabbitMQ documentation guide.
443+
* `health_check help` now includes a link to the respective RabbitMQ documentation guide.
440444

441445
### Bug Fixes
442446

@@ -470,7 +474,7 @@ No changes yet.
470474

471475
* Implement support for configuration files. Instead of `.ini` files used by
472476
`rabbitmqadmin` v1, this version uses [TOML](https://toml.io/en/).
473-
477+
474478
GitHub issue: [#28](https://github.com/rabbitmq/rabbitmqadmin-ng/issues/28)
475479

476480
* Implement `show overview`
@@ -489,4 +493,4 @@ Release artifacts are no longer distributed as single file archives. Instead,
489493
the release now includes "naked" binaries that can be downloaded and executed
490494
without un-archiving.
491495

492-
GitHub issue: [#31](https://github.com/rabbitmq/rabbitmqadmin-ng/issues/31)
496+
GitHub issue: [#31](https://github.com/rabbitmq/rabbitmqadmin-ng/issues/31)

0 commit comments

Comments
 (0)