- 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
 
- Fix for Owin dependency #7
 
- Initial conversion for .NET Standard 2.0 using Microsoft.AspNetCore.Http, not tested yet.
 
- Minor default config update
 
- No functionality changes.
 
- Dependency updated.
 
- 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.
 
- 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