Bug Fixes
- Make
servera required argument in server graph - Fail when
nats subis called with subjects and durable is set - Fix reported stream name on
nats stream cp - Clarify max consumers tier limits in
nats account info - Fix queue groups for
nats subgraph and report subjects - Fix nil pointer panic in object edit
- Default to a hour timeout for
obj get - Handle missing selected context
- Improve aggregated stats printing in
nats bench - Avoid unneeded consumer info in
nats c next - Misuse of error var in account backup cmd dir scan
- Handle missing objects, keys and buckets better
- Clarify the purpose of stream purge in help
- Improve
nats server passwordUX - Improve connection logging
- Various bug fixes and UX improvements in
nats bench - Support mirrors in
nats kv edit - Update consumer command description from
Stream statetoConsumer state
Enhancements
- When creating streams create a basic mirror when --defaults are given
- Adds a basic counter access tool in
nats counter(Requires NATS Server 2.12) - Support metadata in KV buckets
- Add additional option to account connections report such as connection state filtering
- Add --atomic flag to pub command (Requires NATS Server 2.12)
- Add chunk-size option for object put
- List multiple RAFT meta groups in server report jetstream
- Add support for --jwt auth (bearer token)
- Support rendering cluster wide asset leaders by with
nats server report js -l - Support terminating at num pending 0 in
nats subusing--terminate-at-end - Show details about how many messages were removed in
nats s purge - Record cli version when audit gathering, report in output
- Adds a
--clusterfilter tonats audit gather - Implements latency tracking for individual operations in
nats bench - Add
--clusteroption tonats server cluster balanceand some safety warnings - Add
--seedflag tonats context - Add
--tls-cert-warnand--tls-cert-critflags toserver check server(Requires NATS Server 2.12.4) - Add
--multisubjectrandomizeflag tonats bench - Add
--randomizeflag tonats bench kv put
New Contributors
- @Hoiyeuhng made their first contribution in #1523
- @adelina-t made their first contribution in #1541
- @ktarplee made their first contribution in #1556
- @superlevure made their first contribution in #1578
- @hooksie1 made their first contribution in #1567
Full Changelog: v0.3.0...v0.3.1