Ocelot

.NET API Gateway

MIT License

Stars
8.2K
Committers
145

Bot releases are hidden (Show)

Ocelot - 5.0.1

Published by TomPallister over 6 years ago

Exposed priority on ReRoutes

Ocelot - 5.0.0

Published by TomPallister over 6 years ago

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!

Ocelot - 4.0.0

Published by TomPallister over 6 years ago

Now add delegating handlers via DI
Fixed bug where content headers were not being passed to downstream service correctly

Check docs for updates to delegating handlers :)

Ocelot - 3.1.9

Published by TomPallister over 6 years ago

Can pass Service Fabric PartitionKid and PartitionKey in query string to support statefull and actors.

See docs.

Ocelot - 3.1.8

Published by TomPallister over 6 years ago

Added service fabric support

Ocelot - 3.1.7

Published by TomPallister over 6 years ago

Downstream request aggregation
Bug fixes
Check docs :)

Ocelot - 3.1.6

Published by TomPallister over 6 years ago

Ocelot - 3.1.5

Published by TomPallister over 6 years ago

Now set base URL in configuration.json please see updated docs

Ocelot - 3.1.4

Published by TomPallister over 6 years ago

Please see docs..getting started and administration are updated http://ocelot.readthedocs.io/en/latest/

Changes are can now use your own IdentityServer to secure admin area and now have to tell Ocelot the URL you are running it under.

Ocelot - 3.0.3

Published by TomPallister over 6 years ago

Ocelot - 3.0.2

Published by TomPallister over 6 years ago

No longer errors when no response body

Ocelot - 3.0.1

Published by TomPallister over 6 years ago

Supports routing based on upstream host header

Ocelot - 3.0.0

Published by TomPallister over 6 years ago

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

Ocelot - 2.0.11

Published by TomPallister over 6 years ago

Can now do find and replace on upstream and downstream headers.

Ocelot - 2.0.10

Published by TomPallister almost 7 years ago

Ocelot - 2.0.9

Published by TomPallister almost 7 years ago

Fix issue with consul and leastconnection load balancer when service comes back in after dropping out, also validation so we dont have // in path.

Ocelot - 2.0.8

Published by TomPallister almost 7 years ago

Updated logging and request id so that it isnt as terrible

Ocelot - 2.0.7

Published by TomPallister almost 7 years ago

Ocelot - 2.0.6

Published by TomPallister almost 7 years ago

Ocelot - 2.0.5

Published by TomPallister almost 7 years ago

This release includes the Rafty integration that means you can deploy a cluster of Ocelots and they will maintain state.

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