Skip to content

Releases: ThreeMammals/Ocelot

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

1.4.19

13 Oct 09:31
Compare
Choose a tag to compare
sigh part 2

1.4.18

13 Oct 08:57
Compare
Choose a tag to compare
try with ltest version of json.net

1.4.17

13 Oct 08:20
Compare
Choose a tag to compare
another..

1.4.16

13 Oct 07:08
Compare
Choose a tag to compare
another script change to find error

1.4.15

10 Oct 16:49
Compare
Choose a tag to compare
try catch to tryand see error??