All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.3.0 - 2024-03-04
- Update Microsoft.IO.RecyclableStreams to v3 thanks @ntwilson
0.3.0-beta001 - 2024-03-04
- Update Microsoft.IO.RecyclableStreams to v3 thanks @ntwilson
0.2.3 - 2022-09-17
- Using native tasks
0.2.3-beta001 - 2022-09-17
- Using native tasks
- MINOR: Adds ArrayPool for lower GC pressure. Netstandard2.1 only
- MINOR: Replace Memorystream with RecyclableMemoryStream to help reduce Large Object Heap allocations (#3)
- MINOR: Adding Benchmarks (#3)
- Doc Comments for all public functions
- BREAKING: API Changes
- Update Nuget Description
First release
- Initial Release