Skip to content

Releases: ThreeMammals/Ocelot

8.0.0

11 Jul 05:55
Compare
Choose a tag to compare

Removed singleton delegating handlers and upgraded all dependencies also supports query strings in downstream template

7.0.9

09 Jul 18:29
89c3887
Compare
Choose a tag to compare

Removed Singleton delegating handlers

7.0.8

08 Jul 14:21
a419ed6
Compare
Choose a tag to compare

Fixed memory issue with httpclient cache

7.0.7

02 Jul 19:11
a87bc92
Compare
Choose a tag to compare
Feature/test for #441 (#444)

* #441 added a test for this change

* #441 bit of tidying up and fixing of erros

7.0.6

22 Jun 06:41
b60d26e
Compare
Choose a tag to compare
Feature/few tweaks (#422)

* #419 Incorrect routing when UpstreamHost is specified and UpstreamHttpMethod is empty

* few tweaks to make seperate test as I got confused having one...there is too much setup in these tests

* added another test case for route matching

* set cake coveralls addin to v0.0.7 so build works...

7.0.5

12 Jun 05:54
Compare
Choose a tag to compare

7.0.4

17 May 18:21
f96adf9
Compare
Choose a tag to compare

fixed bug where no load balancer doesnt get latest services

7.0.3

15 May 20:47
Compare
Choose a tag to compare

the same as 7.0.2 something went wrong with github during the release and appveyor could not download the assets.

7.0.2

15 May 19:59
a55c75e
Compare
Choose a tag to compare

Fixed bug when users dont select a load balancer. Cache downstream routes when using dynamic routing.

7.0.1

14 May 20:45
1e2e953
Compare
Choose a tag to compare

Introduced dynamic routing as an option if you want to use service discovery. Check the docs out here.