Features
- Allow skipping secret caching for some users with the
CACHE_BYPASS_USERSenvironment variable - Circuit breaking after specific errors (auth errors, unreachable database, and more)
- New metric tracking ClientHandler states
Improvements
- Better logs and error messages for humans
- Reduce log duplication
- Better states for ClientHandler
- Improved pool termination wit...