Ocelot

.NET API Gateway

MIT License

Stars
8.2K
Committers
145

Bot releases are hidden (Show)

Ocelot - 7.0.6

Published by TomPallister over 6 years ago

Ocelot - 7.0.5

Published by TomPallister over 6 years ago

#390
#374
#366
#370

Ocelot - 7.0.4

Published by TomPallister over 6 years ago

fixed bug where no load balancer doesnt get latest services

Ocelot - 7.0.3

Published by TomPallister over 6 years ago

the same as 7.0.2 something went wrong with github during the release and appveyor could not download the assets.

Ocelot - 7.0.2

Published by TomPallister over 6 years ago

Fixed bug when users dont select a load balancer. Cache downstream routes when using dynamic routing.

Ocelot - 7.0.1

Published by TomPallister over 6 years ago

Introduced dynamic routing as an option if you want to use service discovery. Check the docs out here.

Ocelot - 7.0.0

Published by TomPallister over 6 years ago

Change from netcoreapp2.0 to netstandard2.0

Ocelot - 6.0.0

Published by TomPallister over 6 years ago

Breaking change, load balancer configuration has changed see docs here have added a new cookie based sticky session load balancer.

Ocelot - 5.5.7

Published by TomPallister over 6 years ago

Fix bug with cache key causing same delegating handlers to be called

Ocelot - 5.5.6

Published by TomPallister over 6 years ago

saves configuration to disk or consul with indented json

Ocelot - 5.5.5

Published by TomPallister over 6 years ago

Can ignore SSL errors when calling downsteam services for testing, docs here. Not totally sure this is a good feature to add but other similar projects such as identity server allow this and it is an option in the .net framework so why not. Please dont use it in production :)

Ocelot - 5.5.4

Published by TomPallister over 6 years ago

Added support for Eureka service discovery see docs here

Ocelot - 5.5.3

Published by TomPallister over 6 years ago

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

Ocelot - 5.5.2

Published by TomPallister over 6 years ago

Improved request aggregation

Ocelot - 5.5.1

Published by TomPallister over 6 years ago

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

Ocelot - 5.5.0

Published by TomPallister over 6 years ago

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

Ocelot - 5.3.1

Published by TomPallister over 6 years ago

Improved tracing naming

Ocelot - 5.3.0

Published by TomPallister over 6 years ago

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

Ocelot - 5.2.0

Published by TomPallister over 6 years ago

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

Ocelot - 5.1.0

Published by TomPallister over 6 years ago

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

Badges
Extracted from project README
CircleCI label: help wanted label: small effort label: medium effort label: large effort label: help wanted label: small effort label: good first issue
Related Projects