Aspnet BasicMiddleware Versions Save

[Archived] Basic middleware components for ASP.NET Core. Project moved to https://github.com/aspnet/AspNetCore

1.0.4

6 years ago

rel/2.0.0

6 years ago

rel/2.0.0-preview2

6 years ago

rel/2.0.0-preview1

7 years ago

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)

rel/1.1.1

7 years ago

Bugs Fixed

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

rel/1.1.0

7 years ago

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)

rel/1.1.0-preview1

7 years ago

Features

  • Response Compression middleware (#52)