Overview
This release contains the following fixes and features:
- #36 - Pipelining support for Redis - Supports arbitary pipeline sizes, with the ability to hint at the size of an expected pipeline for better performance.
- #25 - Better logging control - You can now change the levels logged and its all pretty low impact.
- #26 - Metrics - Shotover now provides a little more detail around end to end proxy performance and individual performance. Plus its all prometheus compatible.
Breaking changes:
Configuration has now been split into two files, config and topology. Topology defines how shotover routes requests. Config defines shotover internal behaviour.