Skip to content

Releases: ThreeMammals/Ocelot

5.5.3

19 Apr 07:02
Compare
Choose a tag to compare

Now recommending people call configuration.json, ocleot.json instead. Old way still works.
Can now merge configuration files, see docs here
HttpClient now obeys Qos Timeout, see docs here

5.5.2

12 Apr 17:19
b46ef19
Compare
Choose a tag to compare

Improved request aggregation

5.5.1

08 Apr 16:42
982eebf
Compare
Choose a tag to compare

Added Token for service discovery config, this is used for consul ACL token.

5.5.0

07 Apr 21:10
Compare
Choose a tag to compare

Logging improvements, bit more info on certain logs, made code a bit better and cleaned some things up :)

5.3.1

02 Apr 18:38
Compare
Choose a tag to compare

Improved tracing naming

5.3.0

24 Mar 09:58
Compare
Choose a tag to compare

Introduced WebSockets proxy check out the docs http://ocelot.readthedocs.io/en/latest/features/websockets.html

5.2.0

20 Mar 21:06
Compare
Choose a tag to compare

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

18 Mar 15:28
Compare
Choose a tag to compare

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

13 Mar 20:45
Compare
Choose a tag to compare

Exposed priority on ReRoutes

5.0.0

10 Mar 21:18
Compare
Choose a tag to compare

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!