| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| pgdog-v0.1.48-aarch64-unknown-linux-gnu.tar.gz | 2026-07-09 | 11.9 MB | |
| pgdog-v0.1.48-aarch64-unknown-linux-gnu.tar.gz.sha256 | 2026-07-09 | 113 Bytes | |
| pgdog_0.1.48-1_arm64.deb | 2026-07-09 | 7.0 MB | |
| pgdog_0.1.48-1_arm64.deb.sha256 | 2026-07-09 | 91 Bytes | |
| pgdog-v0.1.48-aarch64-apple-darwin.tar.gz | 2026-07-09 | 11.3 MB | |
| pgdog-v0.1.48-aarch64-apple-darwin.tar.gz.sha256 | 2026-07-09 | 108 Bytes | |
| pgdog-v0.1.48-x86_64-unknown-linux-gnu.tar.gz | 2026-07-09 | 12.7 MB | |
| pgdog-v0.1.48-x86_64-unknown-linux-gnu.tar.gz.sha256 | 2026-07-09 | 112 Bytes | |
| pgdog_0.1.48-1_amd64.deb | 2026-07-09 | 8.0 MB | |
| pgdog_0.1.48-1_amd64.deb.sha256 | 2026-07-09 | 91 Bytes | |
| README.md | 2026-07-09 | 763 Bytes | |
| v0.1.48 source code.tar.gz | 2026-07-09 | 2.4 MB | |
| v0.1.48 source code.zip | 2026-07-09 | 2.9 MB | |
| Totals: 13 Items | 56.3 MB | 2 | |
What's Changed
- feat: manual connection pinning using
SET pgdog.pin TO true; -- false / RESET to unpin; useful to temporarily use session-level features in transaction mode - feat: Hashicorp Vault static role credentials @larrywax
- feat: per-database query parser setting
- fix(sharding): correctly handle pipelined cross-shard queries @sgrif
- fix(replication): better cancellation handling during replication streaming @meskill
- fix: don't re-create connections when password changes, allowing for faster reloads
- chore: normalize configs for nextest and rust integration tests @meskill
- refactor: ported several functions to new, much faster parser @sgrif
Full Changelog: https://github.com/pgdogdev/pgdog/compare/v0.1.47...v0.1.48