All Versions
43
Latest Version
Avg Release Cycle
6 days
Latest Release
1425 days ago

Changelog History
Page 1

  • v16.0.1 Changes

    May 25, 2020

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

  • 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

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

  • 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