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

Releases: aspnet/BasicMiddleware

1.0.4

15 Nov 04:53
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
rel/2.0.0

Pinning versions for 2.0.0

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

Features

  • RemoteIpAddress and X-Forwarded-For (#190)
  • Compression: Vary Header not returned when content gzipped (#187)

Bugs Fixed

  • Add trackAllCaptures for Back References in Url Rewrite (#141)

1.1.1

07 Mar 19:02
Compare
Choose a tag to compare

Bugs Fixed

  • Support REQUEST_METHOD variable in IIS URL Rewrite file parsing (#191)

1.1.0

16 Nov 16:32
Compare
Choose a tag to compare

Features

  • Add Support for the AbortRequest action in Url Rewrite (#136)

Bugs Fixed

  • AddRedirectToHttps ignores statusCode (#172)
  • Inconsistencies in server variable exception messsages (#153)
  • mod_rewrite redirect flag should allow no status code value (#152)
  • Fix NotSupportedException text in IISUrlRewrite Server Variables (#143)
  • Enabled rule attribute never used (#139)
  • Parse invalid negate sets ignoreCase instead of negate in UrlRewrite (#138)

1.1.0-preview1

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

Features

  • Response Compression middleware (#52)