What's Changed
- Support for schema-based sharding.
- Fix: config reload was delayed by one transaction.
- Add
connect_timeandconnect_countstats toSHOW STATS. - Fix: incorrect average calculations in
SHOW STATS. Dockerfileaccepts Postgres version as build argument @scottjacobsen- Support for partitioned tables in
data-synccommand for resharding. - Force-enable query parser to get full features in non-sharded databases (
parse_queries_enabledconfiguration option) @mijoharas - Support update and delete statements in
data-syncfor resharding with logical replication.
New Contributors
- @scottjacobsen made their first contribution in #601
- @mijoharas made their first contribution in #605
Full Changelog: v0.1.14...v0.1.15