Skip to content

Tags: Weidaicheng/Ocelot

Tags

7.0.4

Toggle 7.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ThreeMammals#349 always get all the services when using no loadbalanc…

…er (ThreeMammals#362)

7.0.3

Toggle 7.0.3's commit message
bit of a hack to increment build

7.0.2.1

Toggle 7.0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
decided to stick a basic cache in for downstream route creator, can m…

…ake fancy if required (ThreeMammals#359)

7.0.2

Toggle 7.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
decided to stick a basic cache in for downstream route creator, can m…

…ake fancy if required (ThreeMammals#359)

7.0.1

Toggle 7.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Feature/automatic routes with sd (ThreeMammals#351)

* ThreeMammals#340 started looking at supporting automatic routing when using service discovery

* ThreeMammals#340 getting old routing tests to pass

* ThreeMammals#340 renamed stuff to provider rather than finder, as its not longer finding anything

* ThreeMammals#340 working towards supporting dynamic routing

* ThreeMammals#340 loads of refactoring to make configuration work with dynamic routing

* ThreeMammals#340 refactor consul config code so the registry class owns it

* ThreeMammals#340 default to consul to maintain backwards compat

* ThreeMammals#340 added docs, finished this branches todos

7.0.0

Toggle 7.0.0's commit message
Merge branch 'davidni-davidni/netstandard' into develop

6.0.0

Toggle 6.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Feature/sticky sessions (ThreeMammals#336)

* started messing around with sticky sessions idea

* more tests for sticky session thing

* more faffing cant make up my mind how to do this

* +semver: breaking added sticky session load balancer and changed way load balancer configuration is set by user

* ThreeMammals#336 made tests BDDFy

5.5.7

Toggle 5.5.7's commit message
ThreeMammals#330 Fix and issue with the httpclient being cached on th…

…e url but not taking the http verb into accont. This caused an issue because if the same url but different verbs had handlers, the incorrect handler would be called (ThreeMammals#331)

5.5.6

Toggle 5.5.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Feature/extra request id test (ThreeMammals#329)

* messing around with benchmark.net.seems Ocelot adds about 2ms to a request..lets make this less? :)

* ThreeMammals#326 store json indented so it looks nice :P

* ThreeMammals#327 show another test how request id works

5.5.5

Toggle 5.5.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ThreeMammals#309 allow users to ignore ssl warnings, not sure this is…

… advisable (ThreeMammals#325)

* ThreeMammals#309 allow users to ignore ssl warnings, not sure this is advisable

* ThreeMammals#309 docs for ssl ignore