Skip to content

Releases: xataio/pgstream

v0.7.0

19 Jun 15:48

Choose a tag to compare

⚡ Highlights

  • *️⃣ Wildcard support for snapshot schemas

What's Changed

Full Changelog: v0.6.7...v0.7.0

v0.6.7

17 Jun 11:41

Choose a tag to compare

What's Changed

Full Changelog: v0.6.6...v0.6.7

v0.6.6

13 Jun 15:57
1d36d4a

Choose a tag to compare

⚡ Highlights

  • 📊 Snapshot progress tracking
  • 🚀 Multi-schema snapshot support

What's Changed

  • [Snapshot] Filter out constraint/index/trigger comments on pgdump by @eminano in #396
  • Bump golang.org/x/sync from 0.14.0 to 0.15.0 by @dependabot in #397
  • Bump github.com/pterm/pterm from 0.12.80 to 0.12.81 by @dependabot in #398
  • Bump github.com/bytedance/sonic from 1.13.2 to 1.13.3 by @dependabot in #399
  • Fix single letter first/last name neosync transformer by @agedemenli in #400
  • [Snapshot] Support multi-schema snapshots by @eminano in #401
  • Handle fullname transformer edge cases by @agedemenli in #402
  • [Snapshot] Automatic configuration of batch pages by @eminano in #403
  • [Snapshot] Data progress tracking by @eminano in #405

Full Changelog: v0.6.5...v0.6.6

v0.6.5

06 Jun 17:05
9d5e950

Choose a tag to compare

⚡ Highlights

  • 🔒 JSON transformer
  • 🚀 Generated columns support for replication

What's Changed

  • Json transformer support by @agedemenli in #389
  • [Replication] Add support for generated columns with postgres writer by @eminano in #391
  • [Snapshot] Wait for all tables to finish processing data by @eminano in #395
  • Fix transformers panic by @eminano in #394

Full Changelog: v0.6.4...v0.6.5

v0.6.4

03 Jun 16:08
0dceca5

Choose a tag to compare

⚡ Highlights

  • ✅ Strict validation of transformers, for all tables
  • 📸 Snapshot fixes and improvements

What's Changed

  • Add strict validation for all tables by @agedemenli in #364
  • [Snapshot] Add support for providing pg_dump role by @eminano in #371
  • [Snapshot] Do not copy generated columns by @eminano in #374
  • [Snapshot] Disable target database creation by default by @eminano in #375
  • Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc from 1.35.0 to 1.36.0 by @dependabot in #376
  • Bump github.com/jackc/pgx/v5 from 5.7.4 to 5.7.5 by @dependabot in #377
  • Bump github.com/labstack/echo/v4 from 4.13.3 to 4.13.4 by @dependabot in #378
  • Bump github.com/nucleuscloud/neosync from 0.5.37 to 0.5.39 by @dependabot in #379
  • Bump go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc from 1.35.0 to 1.36.0 by @dependabot in #380
  • [Postgres Writer] Fix updates/deletes when no PK by @eminano in #382
  • [Postgres Writer] Update batch defaults when bulk enabled by @eminano in #384

Full Changelog: v0.6.3...v0.6.4

v0.6.3

30 May 13:49
b366c76

Choose a tag to compare

Changelog

  • 1af00d1 Do not dump if there's no sequences
  • b366c76 Merge pull request #370 from xataio/bugfix-snapshot-with-no-sequences

What's Changed

  • [Snapshot] Do not dump sequence values if there's no sequences by @eminano in #370

Full Changelog: v0.6.2...v0.6.3

v0.6.2

30 May 12:16
dc5124b

Choose a tag to compare

Changelog

  • 662c945 Add CopyFrom to pg lib transaction
  • dacd2ea Add create option to pg_dump/pg_restore
  • a9a2dcd Add create option to schema snapshot generator
  • 712dde8 Merge branch 'main' into fix-disable-triggers
  • 16644ab Merge branch 'main' into fix-disable-triggers
  • b97a31b Merge pull request #367 from xataio/snapshot-create-database-if-not-exists
  • dc5124b Merge pull request #368 from xataio/fix-disable-triggers
  • c5c89a8 Merge pull request #369 from xataio/snapshot-sequence-values
  • c53db6c Set replication role per session
  • d123e62 Set val for dump sequences

What's Changed

Full Changelog: v0.6.1...v0.6.2

v0.6.1

28 May 14:57
ed363f6

Choose a tag to compare

Changelog

  • ed363f6 Merge pull request #366 from xataio/fix-default-to-bulk-ingest-on-snapshot-env
  • ff9b09e Set bulk insert to true for snapshot cmd

What's Changed

  • [Snapshots] Set bulk insert to true for snapshot cmd by default by @eminano in #366

Full Changelog: v0.6.0...v0.6.1

v0.6.0

28 May 09:57
7f70a7d

Choose a tag to compare

⚡ Highlights

🔒 Last name and full name transformers
📝 Template transformer
🔭 Observability improvements
🚀 Snapshot performance improvements

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

07 May 15:21
79c9ee5

Choose a tag to compare

⚡ Highlights

🔒 Masking, phone number and literal transformers added
🎭 Dynamic parameter support for custom transformers
🎛️ YAML configuration support
✅ Transformation rules validation
⏭️ Table filtering support
💻 CLI command refactoring

What's Changed

New Contributors

Full Changelog: v0.4.1...v0.5.0