Releases: dotnet/Nerdbank.Streams
Releases · dotnet/Nerdbank.Streams
v2.9.109
What's Changed
- Support concurrent BeginRead and BeginWrite in CombinedStream by @hakito in #509
- Do not allocate from pool when MinimumSpanLength is defined... by @rmja in #533
- Removed unstable tag from version 2.9-alpha by @javierdlg in #537
New Contributors
- @hakito made their first contribution in #509
- @rmja made their first contribution in #533
- @javierdlg made their first contribution in #537
Full Changelog: v2.9.91-alpha...v2.9.109
v2.8.65
v2.9.91-alpha
What's Changed
Full Changelog: v2.9.87-alpha...v2.9.91-alpha
v2.9.87-alpha
What's Changed
- Bump System.IO.Pipelines from 6.0.1 to 6.0.3 by @dependabot in #483
- Bump vscode-jsonrpc from 6.0.0 to 8.0.1 in /src/nerdbank-streams by @dependabot in #485
- Fix disposal thread safety by @AArnott in #489
- Fix v2.8 build in Azure Pipelines by @AArnott in #500
- Fix MultiplexingStream failure when one Channel fails to pass data to reader by @AArnott in #499
Full Changelog: v2.9.71-alpha...v2.9.87-alpha
v2.8.61
v2.9.71-alpha
Changes:
Fixes:
- #394: Protect thread-safety in the V1Formatter for reading vs. disposal
Enhancements:
- #476: Fix NPM typings and add MultiplexingStream.Create method
- #465: Define extension methods for copying
ReadOnlySequence<T>
- #447: Expose StreamPipeReader with sync Read method
- #435: Add
SequenceReader<T>
for netstandard2.0 projects - #389: Avoid logging after disposal+Completion in MultiplexingStream
- #436: Synchronous StreamPipeReader
This list of changes was auto generated.
v2.8.57
v2.9.47-alpha
Changes:
- #438: Remove
SequenceReader<T>
members that are not in netstandard2.1
This list of changes was auto generated.
v2.9.45-alpha
Changes:
Fixes:
- #417: Fix channel disposal on mx stream teardown
- #394: Protect thread-safety in the V1Formatter for reading vs. disposal
Enhancements:
- #435: Add
SequenceReader<T>
for netstandard2.0 projects - #389: Avoid logging after disposal+Completion in MultiplexingStream
Others:
- #429: Update System.IO.Pipelines to 6.0.1