This repository was archived by the owner on Oct 27, 2020. It is now read-only.
Releases: northwesternmutual/kanali
Releases · northwesternmutual/kanali
v2.0.0-rc1
Disto add executable (#104) * making distro executable * bug fix * bug fix * bug fix * bug fix
v1.2.3
v1.2.2
Changed
- Support regular expressions for ApiKeyBinding key subpaths.
v1.2.1
Added
- Adding
ClusterRole
inscripts/install.sh
so that install works with latest Minikube releases.
Changed
- Upstream URLs will now be properly encoded/decoded.
- Improved test coverage.
Removed
- Gzip support. Kanali will be a transparent proxy.
v1.2.0
Added
- Gzip support.
Update
method toStore
interface.- Additional Opentracing span to capture target request.
- Average Target Response Time Grafana panel.
Changed
- Fixed #61
- Fixed #57.
- Using versioned API key plugin in distributed
Dockefile
and examples. - Refactored configuration items.
- Using
TOML
as configuration format in distribution and examples. - Improved test coverage.
Removed
controller.Controller
fromPlugin
interface method parameters
v1.1.4
Added
- Store interface implementation for mock responses.
- Slack integration for TravisCI and Coveralls.
Changed
- Improved test coverage.
Removed
Contains
method fromStore
interface.
v1.1.3
Added
- Go Report GitHub badge
- License file
Changed
- If connection to the k8s apiserver is lost, it will be reattempted after 5 seconds.
- When TPRs are created, the server will not start until it is confirmed that they are created.
- Kanali process will not terminate if a connection to Jaeger cannot be made.
- Response will not wait for metrics to be written to InfluxDB before completing.
Removed
- Deprecated
status-port
flag. The status server has been removed. - Deprecated
enable-tracing
flag. Like InfluxDB, a best effort at a connection will be made.
v1.1.2
Changed
- If InfluxDB database doesn't exist when writing, it will be created.
- Raw URL path will be set when proxying to upstream service.
- Cleaning up logging.
v1.1.1
Changed
TrafficFactory
now implements theStore
interface.
v1.1.0
Changed
- Extracted request metrics out of context resulting in an updated
Plugin
interface. - Enhanced Grafana dashboard.
- Updated docs to reflect change to
Plugin
interface.