Changelog History
Page 1
-
v16.0.0 Changes
May 23, 2020🚚 3439be8 - Tom Pallister - Rename all ReRoute to Route to move closer to YARP +semver: breaking
-
v15.0.7 Changes
May 23, 2020🚚 fe3e8bd - Tom Pallister - Remove Ocelot specific Middleware to make Ocelot more compatible with kestrel middleware and get ready for YARP
-
v15.0.6 Changes
April 13, 2020 -
v15.0.5 Changes
April 13, 2020🔀 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 -
v15.0.4 Changes
April 13, 2020🔀 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 -
v15.0.3 Changes
April 13, 2020🔀 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. -
v15.0.2 Changes
April 12, 2020🔀 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 -
v15.0.1 Changes
April 11, 2020🔀 2f97913 - TomPallister - Merge branch 'jlukawska-feature/603-bad-gateway'
✅ cdbd8e8 - TomPallister - http error code tests and docs
🔀 3dfcff8 - TomPallister - Merge branch 'feature/603-bad-gateway' of https://github.com/jlukawska/Ocelot into jlukawska-feature/603-bad-gateway
⚡️ 8ead511 - jlukawska - update acceptance tests
🔀 f922f0c - jlukawska - Merge pull request #3 from ThreeMammals/master
cbb21a1 - jlukawska - #603 return 502 on HttpRequestException
🔀 8985495 - jlukawska - Merge remote-tracking branch 'origin/develop' into feature/603-bad-gateway
68e3ae8 - jlukawska - #603 return 502 on HttpRequestException
f35a07a - jlukawska - #603 return 502 when request cannot be completed -
v15.0.0 Changes
April 11, 2020🔀 77d4bb1 - TomPallister - Merge branch 'ussamoo-feature/#1126'
🔨 6e5471a - TomPallister - Refactored k8s endpoints PR +semver: major
⚡️ 84907bd - WebMed - Update KubeServiceDiscoveryProviderTests
🔀 ae9f05e - WebMed - Merge remote-tracking branch 'upstream/master' into feature/#1126
⚡️ 88034a5 - WebMed - Updated KubeProvider to use pod endpoints instead of service