Skip to content

Releases: ThreeMammals/Ocelot

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.

7.0.0

11 May 07:17
Compare
Choose a tag to compare

Change from netcoreapp2.0 to netstandard2.0.

What's Changed

Full Changelog: 6.0.0...7.0.0

6.0.0

30 Apr 18:35
6793278
Compare
Choose a tag to compare

Breaking change, load balancer configuration has changed see docs here have added a new cookie based sticky session load balancer.

5.5.7

25 Apr 21:02
Compare
Choose a tag to compare

Fix bug with cache key causing same delegating handlers to be called

5.5.6

25 Apr 08:47
fad190f
Compare
Choose a tag to compare

saves configuration to disk or consul with indented json

5.5.5

22 Apr 11:28
636d116
Compare
Choose a tag to compare

Can ignore SSL errors when calling downsteam services for testing, docs here. Not totally sure this is a good feature to add but other similar projects such as identity server allow this and it is an option in the .net framework so why not. Please dont use it in production :)