Update dependency natscli to v0.1.6 #1019
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
latest
->0.1.6
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
nats-io/natscli (natscli)
v0.1.6
: Release 0.1.6CVEs
x/crypto
, although thenats
does not use the affected functionality and is therefore not vulnerableFull Changelog: nats-io/natscli@v0.1.5...v0.1.6
v0.1.5
: Release 0.1.5Bug Fixes
nats server req
commandskv
andobject
commandsnats stream
commandsEnhancements
nats server check consumer
command to verify consumer healthnats stream info
nats server report connections
v0.1.4
: Release 0.1.4Bug Fixes
nats stream edit
Full Changelog: nats-io/natscli@v0.1.3...v0.1.4
v0.1.3
: Release 0.1.3Enhancements
--limit-consumer-inactive
and--limit-consumer-max-pending
for Streamsnats server check credentials
that can monitor a NATS Credentials file--filter
option tonats server report connections
allowing filtering like this examplenats server report connz --filter 'lower(conns.name) matches "surveyor" || conns.ip == "46.101.44.80"'
this uses Expr language syntax to perform arbitrary filters--username
nats consumer add
--tlsfirst
, also supported by contextsMaintenance
Bug Fixes
nats server check
commands--names
flag when listing Object Bucket contentsFull Changelog: nats-io/natscli@v0.1.1...v0.1.3
v0.1.1
: Release 0.1.1Bug Fixes
This fixes the ability to install the command using go install only, otherwise it is identical to Release v0.1.0
v0.0.35
: Release 0.0.35Enhancements
nats server raft peer-remove
, also show server IDs in several reportshealthz
from servers usingnats server req healthz
nats server list
.Request
in templates used innats server reply
nats kv info
stream report
andstream ls
based on subject filtersnats account report statistics
command showing connection information at an account levelnats sub
can now take a filter subject even when a stream is selected using--stream
all
start policy when adding consumersnats server purge
nats stream state
command that shows only the state, also--state
flag tonats stream info
nats kv add --mirror
. The intended use case is to facilitate read replicas in a different domain such as when using a branch level Leaf Nodeprometheus
output format innats server check
the namespace for created metrics is now configurable using--namespace
nats bench
command can act against an existing bucket using the new--bucketname
flagRemovals
As announced in the previous release a few features are deprecated and removed
nats governor
commandnats backup|restore
, usenats stream backup|restore
ornats account backup|restore
Bug Fixes
nats traffic
commandnats account report connections
on an account with more than 1000 connectionsnats stream cluster down
command we waited 10 Milliseconds instead of 5 secondsNew Contributors
Full Changelog: nats-io/natscli@v0.0.34...v0.0.35
v0.0.34
: Release 0.0.34Enhancements
nats stream subjects
nats stream info
nats consumer sub
none
ack mode for pull consumers—force
nats kv add
nats kv ls BUCKET
—revision
flag onnats kv get
nats kv revert
command that can retrieve a past revision for a key and publish it as a new put—last-per-subject
in thenats sub
commandnats sub
to reference an existing Durable consumer using—durable
nats sub
using the new—ignore-subject
flagnats sub
using the new—match-replies
flagnats sub
using—stream
nats server mapping
1y1M1d1s
nats account info
nats server run
Bug Fixes
nats server run
nats bench
improvementsnats sub
when giving a count and—raw
nats account backup
Deprecations
nats backup|restore
, usenats stream backup|restore
ornats account backup|restore
nats governor
, to be removed in next releasenats stream template
, to be removed in next releaseNew Contributors
Full Changelog: nats-io/natscli@v0.0.33...v0.0.34
v0.0.33
: Release 0.0.33Enhancements
maxbytes
tonats bench
for NGS supportnats account restore
to restore a backup made usingnats account backup
domain
innats server list
-1
exit code indicates a difference was foundnats kv
andnats obj
commands will now offer a list of buckets when the bucket name is not givennats consumer edit
command can now load a new configuration from filenats server check
commands have a new output formattext
for human friendly output--connection-name
nats stream find
can now find streams by subject matches, the--subject
flag was removed fromnats stream list
as it was not functionalMaxRequestMaxBytes
consumer settingnats bench
can now publish to multiple subjectsBug fixes
nats stream ls --names
that would list all names twicertt
andlatency
commands that were printing unrealistically small numbersv0.0.32
: Release 0.0.32Enhancements
--tag
or--cluster
when restoring from backup1g
,1GB
,1GiB
etc in CLI flags and interactive prompts in more placesBug Fixes
v0.0.30
: Release 0.0.30Enhancements
nats sub
can now subscribe to JetStream Streams using ephemeral consumers enalbed using its new--start-sequence
,--all
,--new
,--last
and--since
flagsnats kv upgrade BUCKET
nats cheat stream
andnats cheat consumer
nats bench
can test using durable push consumers and now support benchmarking KV buckets--backoff none
which will supress the interactive promptBug Fixes
v0.0.29
: Release 0.0.29Removals
nats server check
as they were incorrect and data does not exist to make them correctEnhancements
nats server run
commandnats request
--count
tonats reply
to exit after an amount of replies--inbox-prefix
for custom inboxes, also supported in contexts--force-stdin
innats pub
to force reading STDIN when there is no TTYkv
commandsrm
anddel
into onenats stream find
command that supports querying and filtering streams by various dimensionsnats server check server
Bug Fixes
v0.0.28
: Release 0.0.28Enhancements
go install
Bug Fixes
kv add
honors--trace
v0.0.26
Compare Source
Enhancements
last_per_subject
deliver policy for Streamsbucket.key
behaviour for accessing keys in a bucket.
in keys for the Key-Value Store clientconnz
output from servers and limit results to the first 1000 in displaysnats stream get --last-for SUBJECT
nats account report connections
which against NATS Server 2.4.0 will show all connection made scoped to an accountnats server req connections
andnats server report connections
nats bench
to support benchmarking JetStream, includes breaking changes to CLI behaviorsnats consumer next
nats server check
can now output JSON format results to assist with integration into other monitoring systemsnats server check server
that can check properties like uptime, cpu, memory, total connections, total subscriptions etcnats consumer sub
nats --help
goes to STDOUT not STDERRv0.0.25
Compare Source
Enhancements
nats governor
command that can maintain network aware concurrency limitersnats kv
command that maintains and access JetStream based Key-Value storesBug Fixes
nats server list
commandv0.0.24
Compare Source
Enhancements
nats pub
to perform sleeps between subsequent publishes when passing--count
using--sleep
--max-waiting
nats server check jetstream
nats errors
nats server
commands when running against NATS 2.3.0 or newernats sub --dump
Fixes
nats server info
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.