Skip to content

Add async support, update brotli core to v1.0.9

Latest
Compare
Choose a tag to compare
@XieJJ99 XieJJ99 released this 23 May 01:22
· 5 commits to 2.1 since this release

New features and changes in this release:

  • Add async stream support, this improves the compatibility with asp.net core 3.1 and above applications
  • Add the compression provider sample for asp.net core applications
  • Upgrade brotli core to v1.0.9 with minor speed / memory usage improvements besides some CVE fix
  • Add some usefully byte[]/stream extensions, so compress/decompress is more easier

Please note:
.NET Framework 3.5/4.0 are no longer supported since this release.