Releases: nats-io/natscli
Releases · nats-io/natscli
Release 0.0.22
Enhancements
- Support JetStream Clusters
- Support publishing multiple messages with templated Headers and Bodies
- Support limiting results by server Tag in
nats server request
- Add a JetStream report
- Add Stream and Consumer reports with
nats stream report
andnats consumer report
- Extend
nats account info
with additional details about the connection - Support creating NATS Server passwords using
nats server password
- Add a
nats cheat
command that shows a cheat sheet of common commands - Better utilize screen size when asking for a selection
- Numerous UX improvements
- Support custom API and Event prefixes to access JetStream across accounts
- Add a Nagios compatible health check in
nats server check
- Support Push Consumer idle heartbeats
- Support Push Consumer flow control
- Keep shell environment when invoking commands from
nats reply
- Support restoring to different streams and with different configuration
- Multiple improvements to output from
nats server report
Release 0.0.21
Enhancements
- Relocate
natscontext
to thejsm.go
package for ease of reuse - Add FreeBSD support to releases
- Various UX fixes
- Allow AckWait to be set in consumers
- Relocate source code into
nats
subdirectory for more consistent builds when using Go tooling likego get
- Allow stream max message size to be set as
1GB
etc - Contexts can be validated using the
nats context validate
command, connection attempts can be done using each configuration using--connect
invalidate
andshow
- Additional text templating to bodies and headers for
pub
andreply
commands. Also adds{{.ID}}
to generate unique strings - Ensure stream backup and restore is tested by CI
Release 0.0.20
This is the first release as part of the natscli
project after moving the source code from the jetstream
repository.
Enhancements
- Allow the server list to be sorted
- Additional schemas for account connection advisories
- Use old style requests only when needed
- Support resolving
nsc
account credentials in contexts using URLs likensc://<operator>/<account>/<username>
- Support new Consumer features in
nats consumer info
- Support new message pending metadata
- Various UX improvements
- Hide passwords in the
context
commands - Expand information shown in the
nats account info
command - Support
MaxAckPending
feature of consumers - Support filtering streams returned by the
stream list
command using the listening subject - Support publishing multiple messages, with template variable expansion, in the
nats pub
command - Allow
NATS_CONTEXT
environment variable to select a context - Publish to rpm, deb and homebrew