Releases: aspnet/ResponseCaching
Releases · aspnet/ResponseCaching
1.0.3
15 Nov 05:05
Compare
Sorry, something went wrong.
No results found
Update patch build to latest dependencies
2.0.0
14 Aug 13:06
Compare
Sorry, something went wrong.
No results found
Features
Use private instance of MemoryCache and impose a count limit (#127 )
2.0.0-preview2
28 Jun 06:31
Compare
Sorry, something went wrong.
No results found
rel/2.0.0-preview2
Cleanup NuGet.config
2.0.0-preview1
10 May 04:30
Compare
Sorry, something went wrong.
No results found
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
07 Mar 19:02
Compare
Sorry, something went wrong.
No results found
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
07 Mar 17:52
Compare
Sorry, something went wrong.
No results found
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
16 Nov 16:32
Compare
Sorry, something went wrong.
No results found
rel/1.1.0
Pinning missed tools and dependencies
1.1.0-preview1
25 Oct 15:52
Compare
Sorry, something went wrong.
No results found
Features
ResponseCaching Checklist (#10 )
Cache chunked rather than whole byte
Bugs Fixed
Change default MaximumBodySize (#62 )