What's Changed
Bug Fixes
- Fix stale PostgreSQL connections causing JWT validation failures and spurious user logouts
Improvements
- Add configurable database connection pool lifecycle settings (
DB_POOL_MAX,DB_POOL_IDLE_TIMEOUT,DB_POOL_CONNECT_TIMEOUT,DB_POOL_MAX_LIFETIME,DB_AUTO_SELECT_FAMILY) - Distinguish database connection errors from authentication errors for better diagnostics
Helm Chart
- Chart version
0.3.2, appVersion1.7.4 - New DB pool env vars in
values.yamlwith production-sensible defaults
Full Changelog: v1.7.3...v1.7.4
What's Changed
- fix: prevent stale DB connections from causing JWT validation failures by @alexanderwanyoike in #159
- Release v1.7.4 by @alexanderwanyoike in #161
Full Changelog: v1.7.3...v1.7.4