| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| pgdog-v0.1.47-aarch64-unknown-linux-gnu.tar.gz | 2026-07-02 | 12.0 MB | |
| pgdog-v0.1.47-aarch64-unknown-linux-gnu.tar.gz.sha256 | 2026-07-02 | 113 Bytes | |
| pgdog_0.1.47-1_arm64.deb | 2026-07-02 | 7.0 MB | |
| pgdog_0.1.47-1_arm64.deb.sha256 | 2026-07-02 | 91 Bytes | |
| pgdog-v0.1.47-aarch64-apple-darwin.tar.gz | 2026-07-02 | 11.4 MB | |
| pgdog-v0.1.47-aarch64-apple-darwin.tar.gz.sha256 | 2026-07-02 | 108 Bytes | |
| pgdog-v0.1.47-x86_64-unknown-linux-gnu.tar.gz | 2026-07-02 | 12.8 MB | |
| pgdog-v0.1.47-x86_64-unknown-linux-gnu.tar.gz.sha256 | 2026-07-02 | 112 Bytes | |
| pgdog_0.1.47-1_amd64.deb | 2026-07-02 | 8.0 MB | |
| pgdog_0.1.47-1_amd64.deb.sha256 | 2026-07-02 | 91 Bytes | |
| README.md | 2026-07-02 | 908 Bytes | |
| v0.1.47 source code.tar.gz | 2026-07-02 | 2.4 MB | |
| v0.1.47 source code.zip | 2026-07-02 | 2.9 MB | |
| Totals: 13 Items | 56.6 MB | 0 | |
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 https://github.com/pgdogdev/pgdog/pull/1088
Full Changelog: https://github.com/pgdogdev/pgdog/compare/v0.1.46...v0.1.47