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
andvariance
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
- @KR-bluejay made their first contribution in #524
Full Changelog: v0.1.9...v0.1.10