Release async-nats/v0.16.0 & nats/v0.22.0 #562
Merged
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.
async-nats. v0.16.0
This release features a lot of improvements and additions to
JetStream
API and addsPush Consumer
.Added
query_account
tojetstream::Context
by @caspervonb in Addquery_account
tojetstream::Context
#528jetstream::Stream::get_raw_message
by @caspervonb in Addjetstream::Stream::get_raw_message
#484Changed
create_consumer
to returnConsumer
by @Jarema in Changecreate_consumer
to returnConsumer
#544jetstream::consumer::pull::Consumer::stream
method. by @Jarema in Optimizejetstream::consumer::pull::Consumer::stream
method. #529deliver_subject
required forpush::Config
by @caspervonb in Makedeliver_subject
required forpush::Config
#531Fixed
Other
Client
into its own source file by @caspervonb in MoveClient
into its own source file #523jetstream::Message
into its own module by @caspervonb in Extractjetstream::Message
into its own module #534nats v0.22.0
This is a minor release for the
nats
client with one fix and several documentation improvements.What's changed
New Contributors
Huge thanks to all contributors. Your help, feedback and insights allows us to drive this library with confidence and speed!
Full Changelog: async-nats/v0.15.0...async-nats/v0.16.0
Signed-off-by: Tomasz Pietrek [email protected]