github blockfrost/blockfrost-backend-ryo v6.4.0

8 hours ago

[6.4.0] - 2026-03-30

Changed

  • Replaced idle_session_timeout (server-side Postgres setting) with idleTimeoutMillis (client-side pg-pool setting) for idle connection cleanup. Set via dbSync.idleTimeoutMs in config or BLOCKFROST_CONFIG_DBSYNC_IDLE_TIMEOUT_MS env var (value in milliseconds). Disabled by default (pg-pool falls back to its own 10,000ms default). The previous dbSync.idleSessionTimeoutMs / BLOCKFROST_CONFIG_DBSYNC_IDLE_SESSION_TIMEOUT_MS options are removed.
  • Exposed min pool size option. Set via dbSync.minConnections in config or BLOCKFROST_CONFIG_DBSYNC_MIN_CONN env var. Disabled by default (pg-pool defaults to 0).

Fixed

  • Fixed connection leak in /accounts/:stake_address/utxos where the DB connection was not released on 404 responses

What's Changed

Full Changelog: v6.3.4...v6.4.0

Don't miss a new blockfrost-backend-ryo release

NewReleases is sending notifications on new releases.