Skip to content

v0.1.35

Choose a tag to compare

@levkk levkk released this 03 Apr 18:09
· 43 commits to main since this release
12f2a79

What's Changed

  • feat: DDL-only/DML-only mirroring
  • fix: much faster schema loading query, works with databases with many tables
  • fix: invalid keep-alive settings are just a warning now, won't cause a crash
  • fix: race in extended_anonymous prepared statements
  • fix: deadlock in sharded SELECT ... WHERE IN ($1, $2, $3)
  • fix: handle LIMIT $1 where $1 is null using the extended protocol
  • fix: logical replication Delete message generated incorrect parameters with compound identity columns
  • chore: add postgres.js tests to CI

Full Changelog: v0.1.34...v0.1.35