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.
v0.36.0
Overview
This release adds a useful
futures::Sink<PublishMessage>
, and ability to getStream
handle without IO call,among other changes.
Breaking changes
This release introduces
StramMessage
, which makes bothget_raw_message
anddirect_get
methods return the same type, allowingfor more easier interop between two.
StreamMessage
by @Jarema in Rework get_raw_message to returnStreamMessage
#1292Added
seen_current
to kv by @Jarema in Addseen_current
to kv #1304futures::Sink<PublishMessage>
onasync_nats::Client
by @rvolosatovs in feat: implementfutures::Sink<PublishMessage>
onasync_nats::Client
#1267Fixed
subscription_capacity
documention default value by @nazar-pc in Fixsubscription_capacity
documenttion default value #1277sample_frequency
correctly for Push and Pull Consumers by @bengsparks in De/Serializesample_frequency
correctly for Push and Pull Consumers #1300Changed
New Contributors
client.flush()
calls to example code in docs #1263subscription_capacity
documenttion default value #1277futures::Sink<PublishMessage>
onasync_nats::Client
#1267sample_frequency
correctly for Push and Pull Consumers #1300Full Changelog: async-nats/v0.35.1...async-nats/v0.36.0
Signed-off-by: Tomasz Pietrek [email protected]