- Performance optimizations when on .NET Standard 2.1 (NET 6.0 / NET 8.0)
- NuGet Net Framework 4.7.2 dependency corrected to version 4.8
- More tolerant pipeline config.
- Minor performance improvements.
- Package frameworks to .NET 4.8, .NET Standard 2.0, and 2.1
- ASP.NET Core side reference updates
- Reference component updates, PR #13
- Package frameworks to .NET 4.7.2, .NET Standard 2.0, and 2.1
- Less exception catching on runtime
- Minor performance improvements
- FSharp.Core update
- Minor performance improvements
- Dependency update: Microsoft.Extensions.Primitives
- Improvements on error handling
- Improvements on picking which files to compress
- StreamingDisabled setting for disabling HTTP1.1 streaming responses
- Streaming added on static files
- AspNET Core WebAPI .NET Standard fixes (and test project added)
- Package dependency update
- VS2022 update
- Fixed task compilation
- Reference component update
- Better performance via F# 6.0 tasks
- Fix for avoiding double compression
- Reference component update
- Reference component update
- Reference component update
- Check for cancellation token before reading headers
- References updated
- Fix for stream ETAGs #8
- Fix for Owin dependency #7
- Initial conversion for .NET Standard 2.0 using Microsoft.AspNetCore.Http, not tested yet.
- References updated
- References updated
- Minor default config update
- No functionality changes.
- Dependency updated.
- Respect Pragma no-cache
- Added compression based on Mime type
- eTag cache: cancel work if can send 304
- Added setting option DeflateDisabled
- Added reference to FSharp.Core
- Added Vary-header part 3.
- Added Vary-header part 2.
- Added Vary-header.
- Don't compress SignalR requests
- Better handling of canceled request.
- Better handling of canceled request.
- Added support for static files with app.UseCompressionModule()
- Documentation and C# interface improved
- Initial release