What's Changed
- Handle
DISCARD
,DEALLOCATE
andDISCARD ALL
commands correctly in transaction mode @ryanahall - Support for
AVG
aggregate function in cross-shard queries, with automatic query rewriting and "ghost columns" @jaggederest - Code coverage tracking @jaggederest
- Postgres <-> PgDog SQL acceptance tests @jaggederest
- Database parameters & mirroring support for environment-based configuration @grk
- Allow to specify
[admin]
section inusers.toml
, and be encrypted-at-rest.
Bug fixes
- Fixed leak in connection pool caused by a race condition with
RELOAD
command - Database banning now works solely off of health checks and only for read queries
New Contributors
Full Changelog: v0.1.8...v0.1.9