v0.15.0
·
150 commits
to main
since this release
- Dev: added
ValueTask<string?> GetAuthInfoAsync()in ICredentialProvider. - Feat:
Writer.DisposeAsync()waits for all in-flight messages to complete. - Feat:
Reader.DisposeAsync()waits for all pending commits to be completed. - Breaking Change:
IReadernow implementsIAsyncDisposableinstead ofIDisposable.
This change requires updates to code that disposesIReaderinstances. Useawait usinginstead ofusing. - Breaking Change:
IWriternow implementsIAsyncDisposableinstead ofIDisposable.
This change requires updates to code that disposesIWriterinstances. Useawait usinginstead ofusing. - Topic
Reader&Writer: update auth token in bidirectional stream.
Full Changelog: v0.14.1...v0.15.0