Skip to content

Tags: gww1981/Ocelot

Tags

13.5.0

Toggle 13.5.0's commit message
Merge branch 'release/13.5.0'

13.4.1

Toggle 13.4.1's commit message
Merge branch 'release/13.2.1'

13.4.0

Toggle 13.4.0's commit message
Merge branch 'release/13.4.0'

13.3.0

Toggle 13.3.0's commit message
Merge branch 'release/13.3.0'

13.2.0

Toggle 13.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updated FluentValidations Nuget Package (ThreeMammals#833)

13.0.0

Toggle 13.0.0's commit message
Reducing Warnings from Ocelot (ThreeMammals#743)

12.0.1

Toggle 12.0.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Update to support Subprotocols. Solves ThreeMammals#639 (ThreeMammals…

…#642)

Ocelot websocket middleware did not work for STOMP over websocket. After investigation i found out that the issue was with subprotocol and headers that are send and filtered. 

I the end i used ASP.Net core proxy as a reference to solve the issue here:

https://github.com/aspnet/Proxy/blob/3015029f5169b699dfa16bcf85cfc7ca0aaddae7/src/Microsoft.AspNetCore.Proxy/ProxyAdvancedExtensions.cs

So i modified the code to use the way ASP.Net proxy handles this.

12.0.0

Toggle 12.0.0's commit message
Merge branch 'snb83-feature/config_grow_when_merged' into develop

11.0.3

Toggle 11.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Feature/proxy reason phrase (ThreeMammals#618)

* ThreeMammals#599 started work to proxy reason phrase

* ThreeMammals#599 test for aggregator

11.0.2

Toggle 11.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ThreeMammals#593 instanciate upstream path template when dynamic rout…

…ing for logging (ThreeMammals#594)