Releases: aspnet/ResponseCaching
Releases · aspnet/ResponseCaching
1.0.3
Update patch build to latest dependencies
2.0.0
Features
- Use private instance of MemoryCache and impose a count limit (#127)
2.0.0-preview2
rel/2.0.0-preview2
Cleanup NuGet.config
2.0.0-preview1
Bugs Fixed
- Middleware throws Argument Exception if cached headers conflict with pre-existing response headers (#101)
- Check response headers on write to preserve middleware order consistency (#92)
- Update how certain cache directives are handled (#83)
- Cache-Control: no-cache breaks the middleware (#81)
1.1.1
Bugs Fixed
- Mitigate argument exceptions by overwriting response headers when serving from cache (#103)
- Port fix for Update how certain cache directives are handled to 1.1.x (#91)
1.0.1
Bugs Fixed
- Mitigate argument exceptions by overwriting response headers when serving from cache (#104)
- Port fix for Update how certain cache directives are handled to 1.0.x (#89)
1.1.0
rel/1.1.0
Pinning missed tools and dependencies
1.1.0-preview1
Features
- ResponseCaching Checklist (#10)
- Cache chunked rather than whole byte
Bugs Fixed
- Change default MaximumBodySize (#62)