Skip to content

Releases: microsoft/Microsoft.IO.RecyclableMemoryStream

Microsoft.IO.RecyclableMemoryStream version 1.2

10 Nov 02:06
Compare
Choose a tag to compare

Changes:

  • Bugs fixed when allocating very large streams.
  • Concurrent methods for reading from a single stream added.
  • Support for .NET 4.0 (without ETW instrumentation).
  • It is now safe to call Dispose from multiple threads on the same object.

Microsoft.IO.RecyclableMemoryStream version 1.1

26 Jun 00:17
Compare
Choose a tag to compare

Changes:

  • Binaries on nuget.org are now signed through Microsoft.
  • Some documentation enhancements and typo-cleanup.
  • Some minor performance improvements.
  • Fix behavior of Dispose() to be safe on double-dispose.