Skip to content

v0.1.10

Choose a tag to compare

@levkk levkk released this 09 Oct 17:20
· 7 commits to main since this release
101d0ce

What's Changed

  • EXPLAIN can now show PgDog routing decisions @jaggederest
  • Schema sync syncs all tables, extensions and schemas
  • TLS configuration is hot-reloadable now @jaggederest
  • Support for cross-shard stddev and variance aggregate functions @jaggederest
  • Integration test suite improvements @jaggederest
  • Use SCRAM auth for client connections with TLS instead of falling back to MD5
  • Fix rollback bug on unsharded, primary-only deployments
  • Queries can be cancelled when shutting down PgDog, which prevents long, stuck queries across pooler restarts @KR-bluejay
  • Support rolling back savepoints in sharded deployments
  • Allow for 65k parameters in prepared statements @jaggederest

New Contributors

Full Changelog: v0.1.9...v0.1.10