Skip to content

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 06 Jul 11:15
8d8585f

⚑ Highlights

πŸ”’ SQL injection hardening in the replication path (identifier quoting, slot names, plugin options)
πŸ”„ Materialized views refreshed after snapshot restore
🌳 Inherited / partition child rows excluded from CTID snapshots (ONLY)
🧩 Snapshot restore correctness: CLUSTER ON ordering, int4range/int8range typing, legacy handler functions

What's Changed

Security

  • Improve SQL parameter binding and escaping by @kvch in #965
    • WAL identifier quoting now validates a single complete quoted token instead of trusting leading/trailing ", so a crafted source object name can't break out onto the target.
    • Replication slot CREATE/DROP bind the slot name as a parameter.
    • START_REPLICATION escapes table-filter plugin options and validates the slot name before use.

Bug fixes

New Contributors

Full Changelog: v1.1.0...v1.1.1