Releases: ThreeMammals/Ocelot
Releases · ThreeMammals/Ocelot
11.0.0
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.3
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
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
Removed Rafty and added to its own package...see docs here
10.0.0
Moved Eureka code into its own package see docs here
9.0.0
Consul support now added via Ocelot.Provider.Consul seperate package. See updated docs here and here
8.0.8
Cache support now provided by Ocelot.Cache.CacheManager package....also realised this should be breaking change semver sigh at me...
8.0.7
#344 how to signalr (#530)
8.0.6
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