Skip to content

Releases: ThreeMammals/Ocelot

2.0.8

06 Jan 16:53
Compare
Choose a tag to compare

Updated logging and request id so that it isnt as terrible

2.0.7

05 Jan 22:04
Compare
Choose a tag to compare
Merge branch 'develop' into release-2.0.7

2.0.6

02 Jan 19:13
931a115
Compare
Choose a tag to compare
changes to add new feature to url routing (#186)

2.0.5

01 Jan 19:01
f082f73
Compare
Choose a tag to compare

This release includes the Rafty integration that means you can deploy a cluster of Ocelots and they will maintain state.

2.0.4

25 Nov 15:16
9232766
Compare
Choose a tag to compare
Feature/docs (#165)

* initial readthedocs commit

* docs moved to sphinx / rst / read the docs

2.0.3

22 Nov 07:34
6289992
Compare
Choose a tag to compare

Adding Ocelot builder for services. Check docs for more info.

https://github.com/TomPallister/Ocelot/wiki

2.0.2

19 Nov 21:19
9ba57f8
Compare
Choose a tag to compare
Make Ocelot not add forward slash to downstream url (#158)

* removed code where we add a trailing slash as this means if we request /1.txt/ instead of /1.txt then some servers will not return the resource at /1.txt. After reading up it seems if you dont have a trailing slash then its a file, if you do then its a resource

* test for 145

* removed unused code

* fix broken build..my bad

2.0.1

15 Nov 08:27
Compare
Choose a tag to compare

Breaking changes in configuration.json

2.0.0

01 Nov 17:13
Compare
Choose a tag to compare

1.4.20

13 Oct 10:08
Compare
Choose a tag to compare
another attempt