Releases: ThreeMammals/Ocelot
Releases · ThreeMammals/Ocelot
3.0.0
Big changes to ReRoutes in configuration.json
No more DownstreamHost and DownstreamPath now have DownstreamHostAndPorts.
Please see docs http://ocelot.readthedocs.io/en/latest/features/routing.html
2.0.11
Can now do find and replace on upstream and downstream headers.
2.0.10
Merge branch 'release-2.0.10'
2.0.9
Fix issue with consul and leastconnection load balancer when service comes back in after dropping out, also validation so we dont have // in path.
2.0.8
Updated logging and request id so that it isnt as terrible
2.0.7
Merge branch 'develop' into release-2.0.7
2.0.6
changes to add new feature to url routing (#186)
2.0.5
This release includes the Rafty integration that means you can deploy a cluster of Ocelots and they will maintain state.
2.0.4
Feature/docs (#165) * initial readthedocs commit * docs moved to sphinx / rst / read the docs
2.0.3
Adding Ocelot builder for services. Check docs for more info.