Skip to content

Commit 19baaa4

Browse files
committed
Updated release notes
1 parent a638f04 commit 19baaa4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Release Notes
22
====
33

4+
# 12-30-2024
5+
<a href="https://www.nuget.org/packages/dotnext.io/5.17.1">DotNext.IO 5.17.1</a>
6+
* Fixed `EndOfStreamException` caused by async read from `PoolingBufferedStream`
7+
48
# 12-29-2024
59
This release is aimed to improve AOT compatibility. All the examples in the repo are now AOT compatible.
610
<a href="https://www.nuget.org/packages/dotnext/5.17.0">DotNext 5.17.0</a>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ This release is aimed to improve AOT compatibility. All the examples in the repo
6666
<a href="https://www.nuget.org/packages/dotnext.threading/5.17.0">DotNext.Threading 5.17.0</a>
6767
* Improved AOT support
6868

69-
<a href="https://www.nuget.org/packages/dotnext.io/5.17.0">DotNext.IO 5.17.0</a>
69+
<a href="https://www.nuget.org/packages/dotnext.io/5.17.1">DotNext.IO 5.17.1</a>
7070
* Reduced memory consumption for applications that use `FileReader` and `FileWriter` classes. These classes are now implemented by using lazy buffer pattern. It means that the different instances can reuse the same buffer taken from the pool
7171
* Fixed [255](https://github.com/dotnet/dotNext/issues/255)
7272
* `PoolingBufferedStream` is introduced to replace classic [BufferedStream](https://learn.microsoft.com/en-us/dotnet/api/system.io.bufferedstream). This class supports memory pooling and implements lazy buffer pattern

0 commit comments

Comments
 (0)