What's Changed
- feat(lb): speed up failover & add standalone connection fallback for LSN check
- feat(sharding): add support for two-phase commit to
COPYused for resharding @yogesh1801 - refactor(resharding): rework of async tasks used in resharding to handle cancellation better @meskill
- fix(sharding): prevent premature cutover due to lag miscalculation @meskill
- fix(sharding): update the processed LSN on keep-alive messages @meskill
- fix(lb): replica lag evaluation in load balancer used for banning replicas
- fix(lb): fix no routing error with
prefer_primarywhen all replicas are banned @stewart-glabs - refactor(sharding): more parser code is moving to
pg_parse_raw@sgrif
New Contributors
- @yogesh1801 made their first contribution in #1088
Full Changelog: v0.1.46...v0.1.47