Skip to content

Releases: kennywillbe/pg2osync

v1.3.0

Choose a tag to compare

@kennywillbe kennywillbe released this 29 Aug 20:47
cebbab9

1.3.0 (2026-08-29)

Features

  • a row chooses its index (#91) (0939822)
  • an ingest pipeline per section, so the target computes vector fields (#92) (1da79dc)
  • append-only tables without a primary key (#93) (e6ab837)
  • join field and per-document routing (#88) (16d2b56)
  • one index fed by several tables (#89) (7efef40)
  • parse, split, number and date transforms (#85) (7a46aff)
  • row filters that the load pushes down and the stream evaluates (#87) (c392efe)

Bug Fixes

  • file a REPLICA IDENTITY FULL row under its primary key (#90) (9eabc04)

What's Changed

Full Changelog: v1.2.0...v1.3.0

v1.2.0

Choose a tag to compare

@kennywillbe kennywillbe released this 29 Aug 12:58
6b21a03

1.2.0 (2026-08-29)

Features

  • rename columns in the target document (#77) (6ba3bb1)
  • add fields that come from no column (#80) (3569e08)

Bug Fixes

  • do not transform a TOAST-completed value a second time (#80) (3569e08)

What's Changed

  • ci: append GitHub's release notes once, after the uploads by @kennywillbe in #75
  • feat: rename columns in the target document by @kennywillbe in #77
  • fix: do not transform a TOAST-completed value a second time by @kennywillbe in #80
  • ci: link the crate versions and release from the binary alone by @kennywillbe in #81
  • ci: always rewrite the release PR, and say what the versions actually do by @kennywillbe in #83
  • chore: release main by @kennywillbe in #82

Full Changelog: v1.1.0...v1.2.0

v1.1.0

Choose a tag to compare

@kennywillbe kennywillbe released this 28 Aug 23:55
37151e1

1.1.0 (2026-08-28)

Features

  • configurable document ids and one-row-to-many fan-out (#72) (8615c1b)

What's Changed

Full Changelog: v1.0.0...v1.1.0

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 27 Aug 11:05

What's Changed

  • Prepare the repository to be public, and put the rules in files by @kennywillbe in #52
  • ci: publish the docs as a book, and fix the Actions cache and release plumbing by @kennywillbe in #53
  • docs: modernize Rust theme, keep only Rust and fix code readability by @kennywillbe in #54
  • docs: update security policy for 1.0 by @kennywillbe in #55
  • ci: extend container image timeout to 180m by @kennywillbe in #56

New Contributors

Full Changelog: https://github.com/kennywillbe/pg2osync/commits/v1.0.0