Skip to content

Releases: ThreeMammals/Ocelot

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!

What's Changed

Full Changelog: 4.0.0...5.0.0

4.0.0

09 Mar 07:53
Compare
Choose a tag to compare

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 :)

3.1.9

04 Mar 10:23
Compare
Choose a tag to compare

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

See docs.

3.1.8

03 Mar 15:42
Compare
Choose a tag to compare

Added service fabric support

3.1.7

01 Mar 13:14
Compare
Choose a tag to compare

Downstream request aggregation
Bug fixes
Check docs :)

3.1.6

21 Feb 21:11
Compare
Choose a tag to compare
Merge branch 'release-3.1.6'

3.1.5

15 Feb 10:20
Compare
Choose a tag to compare

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

3.1.4

14 Feb 20:23
Compare
Choose a tag to compare

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.

3.0.3

13 Feb 14:42
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.2...3.0.3

3.0.2

05 Feb 19:15
Compare
Choose a tag to compare

No longer errors when no response body