Skip to content

Releases: ThreeMammals/Ocelot

7.0.0

11 May 07:17
Compare
Choose a tag to compare

Change from netcoreapp2.0 to netstandard2.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 :)

5.5.4

21 Apr 07:06
4f061f2
Compare
Choose a tag to compare

Added support for Eureka service discovery see docs here

5.5.3

19 Apr 07:02
Compare
Choose a tag to compare

Now recommending people call configuration.json, ocleot.json instead. Old way still works.
Can now merge configuration files, see docs here
HttpClient now obeys Qos Timeout, see docs here

5.5.2

12 Apr 17:19
b46ef19
Compare
Choose a tag to compare

Improved request aggregation

5.5.1

08 Apr 16:42
982eebf
Compare
Choose a tag to compare

Added Token for service discovery config, this is used for consul ACL token.

5.5.0

07 Apr 21:10
Compare
Choose a tag to compare

Logging improvements, bit more info on certain logs, made code a bit better and cleaned some things up :)