| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-02-12 | 1.1 kB | |
| v0.1.29 source code.tar.gz | 2026-02-12 | 2.0 MB | |
| v0.1.29 source code.zip | 2026-02-12 | 2.4 MB | |
| Totals: 3 Items | 4.4 MB | 0 | |
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
- @Adi-Goll made their first contribution in https://github.com/pgdogdev/pgdog/pull/740
Full Changelog: https://github.com/pgdogdev/pgdog/compare/v0.1.28...v0.1.29