This repository has been archived by the owner on Jul 28, 2021. It is now read-only.
Enhancements
- Show RTT in
nats req
output - Support reverse sorting server reports
- Remove the unused chunk size options in snapshots
- Add filters to
nats server request
commands to request data from subsets of servers like all those in a specific cluster - New
nats server info
command - Add
nats schema
command to search and show schemas as well as validate JSON files using the schemas - Support waiting for ack in benchmarks - enabling benchmarking of JetStream performance
- Support saving configurations made using
nats stream add
and others to file rather than creating the resources - Support new JSM connection management
- Add new
nats server req accounts
command - Support paging stream contents using
nats stream view
Bug Fixes
- Avoid showing duplicate connections in server reports
- UX improvements when showing times
- Always acknowledge received messages when requested to do so in
nats sub