Skip to content

Releases: ThreeMammals/Ocelot

17.0.0

11 Dec 10:27
9abd47b
Compare
Choose a tag to compare

Read the Docs: Ocelot 17.0

9abd47b - Tom Pallister - +semver: breaking bump to version 17.0.0 (#1392)

16.0.2

11 Dec 09:57
b74a119
Compare
Choose a tag to compare

Read the Docs: Ocelot 16.0

b74a119 - Tom Pallister - +semver: upgrade to net5.0 (#1390)

16.0.1

25 May 17:53
Compare
Choose a tag to compare

c3a0cf1 - TomPallister - Merge branch 'kjellegafvelin-master'
2b8c872 - TomPallister - Revert "Feat/opentracing (#1243)"
865520f - Tom Pallister - Feat/opentracing (#1243)
21b9d73 - TomPallister - tweaks
56fe7b5 - TomPallister - wip

16.0.0

23 May 19:56
3439be8
Compare
Choose a tag to compare

Read the Docs: Ocelot 16.0

3439be8 - Tom Pallister - Rename all ReRoute to Route to move closer to YARP +semver: breaking

15.0.7

23 May 14:53
fe3e8bd
Compare
Choose a tag to compare

Read the Docs: Ocelot 15.0

fe3e8bd - Tom Pallister - Remove Ocelot specific Middleware to make Ocelot more compatible with kestrel middleware and get ready for YARP

15.0.6

13 Apr 17:47
99a15d8
Compare
Choose a tag to compare

99a15d8 - jlukawska - Fix/1157 fix UpstreamHost validation (#1169)

15.0.5

13 Apr 17:41
Compare
Choose a tag to compare

53d7f56 - TomPallister - Merge branch 'EngRajabi-feature_distributeCache'
8b098d2 - TomPallister - removed old memory cache and added a few tests for new asp memory cache
b4c29fc - TomPallister - Merge branch 'feature_distributeCache' of https://github.com/EngRajabi/Ocelot into EngRajabi-feature_distributeCache
adffb1e - Mohsen Rajabi - add asp memory cache

15.0.4

13 Apr 15:52
Compare
Choose a tag to compare

c004c43 - TomPallister - Merge branch 'samirsyed-master'
b7cfac9 - TomPallister - more tests and docs
6c20b11 - TomPallister - Merge branch 'master' of https://github.com/samirsyed/Ocelot into samirsyed-master
f63afbf - Samir Syed - Added UpstreamHost placeholder to identify host from which request origination

15.0.3

13 Apr 11:50
Compare
Choose a tag to compare

59af924 - TomPallister - Merge branch 'DavidLievrouw-CustomLoadBalancers'
7408060 - TomPallister - more error handling and docs
c9483cd - TomPallister - tests to handle some error cases and docs
b300ed9 - TomPallister - small refactor
2843cdb - TomPallister - removed tasks we dont need
ccb5b84 - TomPallister - Merge branch 'CustomLoadBalancers' of https://github.com/DavidLievrouw/Ocelot into DavidLievrouw-CustomLoadBalancers
1223c19 - David Lievrouw - Add comment indicating that the FakeCustomLoadBalancer implementation is not relevant for OcelotBuilder tests.
2606d91 - David Lievrouw - Fix unit test naming issue.
f9ce987 - David Lievrouw - Cover DelegateInvokingLoadBalancerCreator by unit tests.
22f304c - David Lievrouw - Cover LoadBalancerFactory edge-case by a unit test.
fd35ad0 - David Lievrouw - Add ability to register custom load balancers
80ab5f6 - David Lievrouw - Extend OcelotBuilder with overloads of the AddCustomLoadBalancer registration helper method
de012a0 - David Lievrouw - Rewire LoadBalancerFactory to allow injecting custom load balancers, by introducing LoadBalancerCreators
c73cf59 - David Lievrouw - Revert "Add 'Name' property to ILoadBalancer, for future use in LoadBalancerFactory."
789782c - David Lievrouw - Add 'Name' property to ILoadBalancer, for future use in LoadBalancerFactory.

15.0.2

12 Apr 18:29
Compare
Choose a tag to compare

d58f314 - TomPallister - Merge branch 'DavidLievrouw-ServiceProviderConfigurationScheme'
169b333 - TomPallister - updated docs
c8c3d12 - TomPallister - Merge branch 'ServiceProviderConfigurationScheme' of https://github.com/DavidLievrouw/Ocelot into DavidLievrouw-ServiceProviderConfigurationScheme
20fd3e0 - David Lievrouw - Fix issue and test after cherry-pick.
bc42f04 - David Lievrouw - Fix tests that are failing on AppVeyor.
cd3dc00 - David Lievrouw - Add ability to specify scheme of ServiceProviderConfiguration