Skip to content

Releases: ThreeMammals/Ocelot

11.0.0

01 Sep 12:24
66b68fc
Compare
Choose a tag to compare

Fixes - #580 #574 #568
Breaking changes - you need Ocelot.Provider.Consul 0.1.1 or Ocelot.Provider.Eureka 0.1.1 if you upgrade to this version of Ocelot. Also we dont use UseServiceDiscovery on ReRoute config anymore, just assumes you want serviced discovery if you put a service name.

10.0.4

25 Aug 12:23
369fc5b
Compare
Choose a tag to compare

10.0.3

19 Aug 12:20
6d8b18c
Compare
Choose a tag to compare

Moved Polly dependency into its own package called Ocelot.Provider.Polly see updated docs here for how to use it. Should have been breaking change semver but I forgot...sigh at me again.

10.0.2

14 Aug 20:03
e909cf9
Compare
Choose a tag to compare

removed Ocelot IdentityServer dependency in Ocelot.Administration....sorry I messed up SemVer this should have been a breaking change...but I had a few beers...and messed up ;( docs here

10.0.1

12 Aug 19:42
edbe334
Compare
Choose a tag to compare

Removed Rafty and added to its own package...see docs here

10.0.0

12 Aug 14:49
4e22b3c
Compare
Choose a tag to compare

Moved Eureka code into its own package see docs here

9.0.0

12 Aug 12:36
87348e5
Compare
Choose a tag to compare

Consul support now added via Ocelot.Provider.Consul seperate package. See updated docs here and here

8.0.8

11 Aug 14:20
a464625
Compare
Choose a tag to compare

Cache support now provided by Ocelot.Cache.CacheManager package....also realised this should be breaking change semver sigh at me...

8.0.7

04 Aug 08:01
0e76650
Compare
Choose a tag to compare
#344 how to signalr (#530)

8.0.6

03 Aug 09:49
37fb32b
Compare
Choose a tag to compare
broke out butterfly into seperate project (#521)

* broke out butterfly into seperate project

* nearly did it...

* updated docs as I have broken the butterfly code off into a seperate dll