Skip to content

Commit 1551eac

Browse files
Update CHANGELOG.md
1 parent a6094c0 commit 1551eac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
- Topic Reader & Writer: update auth token in bidirectional stream.
1+
- **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.
24

35
## v0.14.1
46
- Fixed bug: public key presented not for certificate signature.

0 commit comments

Comments
 (0)