Releases: ThreeMammals/Ocelot
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!
What's Changed
- Feature/re route specific handlers by @TomPallister in #269
Full Changelog: 4.0.0...5.0.0
4.0.0
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
Can pass Service Fabric PartitionKid and PartitionKey in query string to support statefull and actors.
See docs.
3.1.8
Added service fabric support
3.1.7
Downstream request aggregation
Bug fixes
Check docs :)
3.1.6
Merge branch 'release-3.1.6'
3.1.5
Now set base URL in configuration.json please see updated docs
3.1.4
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
What's Changed
- Monitoring by @geffzhang in #219
- Feature/expose http handlers by @TomPallister in #224
Full Changelog: 3.0.2...3.0.3
3.0.2
No longer errors when no response body