Skip to content

v0.1.48

Latest

Choose a tag to compare

@levkk levkk released this 09 Jul 14:49
9444865

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: v0.1.47...v0.1.48