NATS.Net v2.0.1 #261
Closed
mtmk
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a bugfix and patch release. Make sure to check the breaking changes below.
What's Changed
Full Changelog: v2.0.0...v2.0.1
Breaking Changes
TimeSpan
for all durationsStreamConfig
CreateConsumerAsync()
method is renamed toCreateOrUpdateConsumerAsync()
to reflect its behaviourFetchAsync()
method now requires an option object and doesn't have a default batch size. Change your calls toFetchAsync(new NatsJSFetchConfig { MaxMsgs = 1000 })
This discussion was created from the release NATS.Net v2.0.1.
Beta Was this translation helpful? Give feedback.
All reactions