[6.3.4] - 2026-03-17
Added
- Configurable
idle_session_timeoutfor dbsync connections. Set viadbSync.idleSessionTimeoutMsin config orBLOCKFROST_CONFIG_DBSYNC_IDLE_SESSION_TIMEOUT_MSenv var (value in milliseconds). Cleans up zombie connections from restarted PM2 instances. Disabled by default
Fixed
- Fixed connection leak in
/governance/proposals/:gov_action_id/metadatawhere the DB connection was not released on validation failure
What's Changed
- feat(health): replace [HEALTH] logs with prometheus counter health_ch… by @hlolli in #316
- chore: configurable idle_session_timeout by @slowbackspace in #317
Full Changelog: v6.3.3...v6.3.4