Releases: ThreeMammals/Ocelot
5.5.3
5.5.2
Improved request aggregation
5.5.1
Added Token for service discovery config, this is used for consul ACL token.
5.5.0
Logging improvements, bit more info on certain logs, made code a bit better and cleaned some things up :)
5.3.1
Improved tracing naming
5.3.0
Introduced WebSockets proxy check out the docs http://ocelot.readthedocs.io/en/latest/features/websockets.html
5.2.0
fixed issue where not preserving query string if it had multiple values with same key
e.g. test=1&test=2 would just use test=1
5.1.0
No longer defaults to using CookieContainer and following redirects
Can access butterfly trace id in header transforms see docs http://ocelot.readthedocs.io/en/latest/features/headerstransformation.html
5.0.1
Exposed priority on ReRoutes
5.0.0
OK please check latest docs before pulling this version major changes here http://ocelot.readthedocs.io/en/latest/features/delegatinghandlers.html
If you add a delegating handler it will be considered ReRoute specific whereas they used to be global by default. In order to make them global you must pass true into the AddSingletonDelegatingHandler and AddTransientDelegatingHandler for them to be global.
There are a bunch of other changes around DelegatingHandlers so make sure you read the docs well and adjust your implementation of Ocelot accordingly.
Sorry for pushing another major version so soon...sadly semver dictates this!