Releases: ThreeMammals/Ocelot
Releases · ThreeMammals/Ocelot
2.0.3
Adding Ocelot builder for services. Check docs for more info.
2.0.2
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
Breaking changes in configuration.json
2.0.0
Breaking changes read https://github.com/TomPallister/Ocelot/wiki/Authentication
1.4.20
another attempt
1.4.19
sigh part 2
1.4.18
try with ltest version of json.net
1.4.17
another..
1.4.16
another script change to find error
1.4.15
try catch to tryand see error??