Skip to content
This repository has been archived by the owner on Nov 22, 2018. It is now read-only.

Releases: aspnet/ResponseCaching

1.0.3

15 Nov 05:05
Compare
Choose a tag to compare
Update patch build to latest dependencies

2.0.0

14 Aug 13:06
Compare
Choose a tag to compare

Features

  • Use private instance of MemoryCache and impose a count limit (#127)

2.0.0-preview2

28 Jun 06:31
Compare
Choose a tag to compare
2.0.0-preview2 Pre-release
Pre-release
rel/2.0.0-preview2

Cleanup NuGet.config

2.0.0-preview1

10 May 04:30
Compare
Choose a tag to compare
2.0.0-preview1 Pre-release
Pre-release

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
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare
rel/1.1.0

Pinning missed tools and dependencies

1.1.0-preview1

25 Oct 15:52
Compare
Choose a tag to compare
1.1.0-preview1 Pre-release
Pre-release

Features

  • ResponseCaching Checklist (#10)
  • Cache chunked rather than whole byte

Bugs Fixed

  • Change default MaximumBodySize (#62)