v1.3.0
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
What's Changed
- ci: version the binary crate alone by @kennywillbe in #84
- feat: parse, split, number and date transforms by @kennywillbe in #85
- feat: row filters that the load pushes down and the stream evaluates by @kennywillbe in #87
- feat: join field and per-document routing by @kennywillbe in #88
- feat: one index fed by several tables by @kennywillbe in #89
- fix: file a REPLICA IDENTITY FULL row under its primary key by @kennywillbe in #90
- feat: a row chooses its index by @kennywillbe in #91
- feat: an ingest pipeline per section, so the target computes vector fields by @kennywillbe in #92
- feat: append-only tables without a primary key by @kennywillbe in #93
- docs: proxies and connection poolers by @kennywillbe in #94
- chore: release 1.3.0 by @kennywillbe in #86
Full Changelog: v1.2.0...v1.3.0