You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`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
62
66
would match an object (a queue, a stream, an exchange)
63
67
with a given name:
64
68
@@ -68,7 +72,7 @@ No changes yet.
68
72
69
73
### Bug Fixes
70
74
71
-
*`declare policy`'s `--apply-to` argument value was ignored
75
+
*`declare policy`'s `--apply-to` argument value was ignored
72
76
73
77
74
78
@@ -203,7 +207,7 @@ No changes yet.
203
207
### Bug Fixes
204
208
205
209
*`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
207
211
208
212
### Enhancements
209
213
@@ -323,7 +327,7 @@ No changes yet.
323
327
324
328
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
325
329
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
+
327
331
328
332
329
333
## v0.18.0 (Jan 1, 2025)
@@ -379,7 +383,7 @@ No changes yet.
379
383
380
384
*`rabbitmqadmin feature_flags list` (also available as `rabbitmqadmin list feature_flags`) is a new command
381
385
that lists [feature flags](https://www.rabbitmq.com/docs/feature-flags) and their cluster state.
*`rabbitmqadmin feature_flags enable --name {feature flag}` and `rabbitmqadmin feature_flags enable_all` are new commands
@@ -411,8 +415,8 @@ No changes yet.
411
415
A failed HTTP API request now prints the request URL (this does NOT include the credentials),
412
416
and the response body, making it easier to identify the problem without consulting [RabbitMQ node logs](https://www.rabbitmq.com/docs/management#http-logging).
413
417
414
-
* CLI interface `help` message polishing.
415
-
418
+
* CLI interface `help` message polishing.
419
+
416
420
More commands now provide links to the relevant documentation guides,
417
421
use (a reasonable amount of) coloring and recommend against features such as that are
418
422
[polling message consumption]((https://www.rabbitmq.com/docs/consumers#polling)) that were never designed or intended to be used in production
0 commit comments