Skip to content

Release v0.14.4

Choose a tag to compare

@github-actions github-actions released this 17 Feb 23:59
· 4 commits to main since this release

This release updates the Kafka sink compression field naming for clarity.

Changed

  • Renames the Kafka sink producer_compression field to compression in sequin.yaml config, and changes the value no_compression to none (#compression-rename). If you use a sequin.yaml with a Kafka sink, update your config:

    # Before
    producer_compression: "no_compression"  # or "lz4"
    
    # After
    compression: "none"  # or "lz4"

    Existing database records are migrated automatically on upgrade. See sequin.yaml reference for details.