What's Changed
- feat: expose
default_pool_size/pool_size,prepared_statements_limitandquery_cache_limitas Prometheus metrics @Adi-Goll - feat: support cross-shard
LIMIT(but notOFFSET, yet) - feat: support multiple
SETstatements in one query - feat: add
client_connection_recoverysetting which allows to close client connections that have received acheckout timeout/all replicas downerror from PgDog - fix: race condition in Sequelize (
Bind,Exexute,Flush,Sync) that caused record creation to be acknowledged before transaction committed in Postgres - fix: don't attempt to recover server connections that have received partial client requests (hard to determine state of connection)
- fix: handle
PortalSuspendedmessage correctly - chore: Prisma, Sequelize tests
- fix: place
Syncinto its ownClientRequestin spliced requests (Java driver)
New Contributors
Full Changelog: v0.1.28...v0.1.29