Highlights
- Implement client-independent validator response caching. Previously only requests which were successfully streamed to clients could be cached. This release changes this behavior, so that response is cached independently of client connection (even if client disconnects) as long as it's a successful one.
- Fixed lint errors reported by clippy
What's Changed
Full Changelog: 0.2.15...0.2.16