We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6094c0 commit 1551eacCopy full SHA for 1551eac
CHANGELOG.md
@@ -1,4 +1,6 @@
1
-- Topic Reader & Writer: update auth token in bidirectional stream.
+- **Breaking Change**: `IWriter` now implements `IAsyncDisposable` instead of `IDisposable`.
2
+ This change requires updates to code that disposes `IWriter` instances. Use `await using` instead of `using`.
3
+- Topic `Reader` & `Writer`: update auth token in bidirectional stream.
4
5
## v0.14.1
6
- Fixed bug: public key presented not for certificate signature.
0 commit comments