Skip to content

Releases: microsoft/reverse-proxy

1.0.0-preview6

16 Oct 16:41
6311df4
Compare
Choose a tag to compare
1.0.0-preview6 Pre-release
Pre-release

This release supports .NET Core 3.1 and .NET 5.0.0 RC 2. See Getting Started. The Microsoft.ReverseProxy package is available on NuGet.org.

Major changes and features:

  • Add helper methods for query transforms #450
  • Implement header based routing #448
  • Add http method transform #449
  • Make IHttpProxy public #455
  • Mitigation of wrong cookie value separator #451

For a complete list of changes see the PR history.

1.0.0-preview5

22 Sep 15:58
c06d818
Compare
Choose a tag to compare
1.0.0-preview5 Pre-release
Pre-release

This release supports .NET Core 3.1 and .NET 5.0.0 RC 1. See Getting Started. The Microsoft.ReverseProxy package is available on NuGet.org.

Major changes and features:

For a complete list of changes see the PR history.

1.0.0-preview4

26 Aug 20:16
5bb01c5
Compare
Choose a tag to compare
1.0.0-preview4 Pre-release
Pre-release

This release supports .NET Core 3.1 and .NET 5.0.0 Preview 8. See Getting Started. The Microsoft.ReverseProxy package is available on NuGet.org.

Major changes and features:

For a complete list of changes see the PR history.

1.0.0-preview3

31 Jul 16:32
cd7713c
Compare
Choose a tag to compare
1.0.0-preview3 Pre-release
Pre-release

This release supports .NET Core 3.1 and .NET 5.0.0 Preview 7. See Getting Started. The Microsoft.ReverseProxy package is available on NuGet.org.

Major changes and features:

  • [Breaking-Change] The route match "Host" parameter has been changed from a single value to a multi value "Hosts" list. See Getting Started for updated config examples.
  • Authorization specified per route.
  • CORS specified per route.

For a complete list of changes see the PR history.

1.0.0-preview2

25 Jun 18:52
02c8fda
Compare
Choose a tag to compare
1.0.0-preview2 Pre-release
Pre-release

This release supports .NET Core 3.1 and .NET 5.0.0 Preview 6. See Getting Started. The Microsoft.ReverseProxy package is available on NuGet.org.

Major changes and features:

  • [Breaking Change] "Backend" has been renamed to "Cluster". See Getting Started for updated config examples.
  • Session Affinity - Ensure requests from a given client are always sent to the same destination server.
  • Transforms - Modify the request sent to or the response received from the destination server.

For a complete list of changes see the PR history.

1.0.0-preview1

25 Jun 18:56
e0ff67b
Compare
Choose a tag to compare
1.0.0-preview1 Pre-release
Pre-release

This release supports .NET Core 3.1 and .NET 5.0.0 Preview 4. See Getting Started. The Microsoft.ReverseProxy package is available on NuGet.org.