Releases: tiket-oss/canary-router
Releases · tiket-oss/canary-router
v1.0.8
v1.0.7
Changelog
Breaking Changes
Move root package github.com/tiket-libre/canary-router
to github.com/tiket-libre/canary-router/canaryrouter
For sidecar implementor, please import with the new root package (or see the latest sample of sidecar)
New Features
2d1f553 Circuit breaker: error-limit-canary (#36) (Read Configuration)
dd9b26a Support logging level "info"
(default) and "debug"
(#37) (Read Configuration)
v1.0.6
v1.0.5
v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0.0
First Release !!!
This version delivers canary router with these following features:
- Define your main and canary endpoint with the sidecar
- Circuit breaker for canary endpoint if traffic has reached a certain limit
- Support instrumentation (based on OpenCensus standard)