Skip to content

v0.1.29

Choose a tag to compare

@levkk levkk released this 12 Feb 15:37
· 108 commits to main since this release

What's Changed

  • feat: expose default_pool_size / pool_size, prepared_statements_limit and query_cache_limit as Prometheus metrics @Adi-Goll
  • feat: support cross-shard LIMIT (but not OFFSET, yet)
  • feat: support multiple SET statements in one query
  • feat: add client_connection_recovery setting which allows to close client connections that have received a checkout timeout / all replicas down error 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 PortalSuspended message correctly
  • chore: Prisma, Sequelize tests
  • fix: place Sync into its own ClientRequest in spliced requests (Java driver)

New Contributors

Full Changelog: v0.1.28...v0.1.29