Skip to content

Releases: sequinstream/sequin

Release v0.13.9

18 Jul 23:00
Compare
Choose a tag to compare

Release notes for v0.13.9

What's Changed

  • ♻️ %SqlEnrichmentFunction{} -> %EnrichmentFunction by @RTLS in #2021
  • 🥏 Discard failing | all pending messages in message tab by @davoclavo in #2009
  • Add routing to messages tab by @thisisgoldman in #2013
  • Improve typesense documentation by @thisisgoldman in #2012
  • 💄 KafkaSinkCard RouterCard by @RTLS in #2022
  • 💄 Show enrichment parameters with correct types and more clarity by @RTLS in #2023
  • ✨ GCP PubSub batch by messages and bytes by @RTLS in #2024

Full Changelog: v0.13.8...v0.13.9

Release v0.13.8

17 Jul 23:21
Compare
Choose a tag to compare

Release notes for v0.13.8

What's Changed

  • 🐛 Gate enrichment functions with :function_transforms by @RTLS in #2020

Full Changelog: v0.13.7...v0.13.8

Release v0.13.7

17 Jul 20:31
Compare
Choose a tag to compare

Release notes for v0.13.7

What's Changed

Full Changelog: v0.13.6...v0.13.7

Release v0.13.6

16 Jul 23:22
ad628c3
Compare
Choose a tag to compare

Release notes for v0.13.6

What's Changed

Full Changelog: v0.13.5...v0.13.6

Release v0.13.5

15 Jul 18:28
Compare
Choose a tag to compare

Release notes for v0.13.5

Full Changelog: v0.13.4...v0.13.5

Release v0.13.4

15 Jul 18:23
Compare
Choose a tag to compare

Release notes for v0.13.4

What's Changed

  • ✨ Kafka message_key in routing by @RTLS in #1998

Full Changelog: v0.13.2...v0.13.4

Release v0.13.3

15 Jul 00:08
Compare
Choose a tag to compare

Release notes for v0.13.3

What's Changed

  • 🔧 Include :aws_credentials in included_applications to be included in release by @davoclavo in #1995
  • 📢 Yaml error if file parameter is found by @RTLS in #1996

Full Changelog: v0.13.1...v0.13.3

Release v0.13.1

13 Jul 23:48
Compare
Choose a tag to compare

Release notes for v0.13.1

Full Changelog: v0.13.0...v0.13.1

Release v0.13.0

12 Jul 01:30
500012b
Compare
Choose a tag to compare

(1) Breaking change: New default for log format

If you have set the environment variable SEQUIN_LOG_FORMAT, no action is required.

The default for Sequin's log format has changed from JSON (specifically datadog_json) to "console" or a human-readable format.

If you are relying on Sequin's JSON logs and have not set SEQUIN_LOG_FORMAT, please set SEQUIN_LOG_FORMAT=datadog_json.

Otherwise, no action is required.

Valid values for SEQUIN_LOG_FORMAT:

  • datadog_json
  • console
  • DATADOG_JSON (deprecated)
  • console (deprecated)

See the docs.

We've made this change because the console log format is more approachable for getting started with Sequin.

In general, this release and the last few releases contain substantial performance improvements. Sequin is higher throughput, smoother under high load, and more memory efficient. We've also tuned several of our most popular sinks for better throughput.

Full Changelog: v0.12.11...v0.13.0

Release v0.12.11

11 Jul 23:25
Compare
Choose a tag to compare

Release notes for v0.12.11

What's Changed

  • 🐛 Assign %Message{batch_idx: } when producing by @RTLS in #1984

Full Changelog: v0.12.10...v0.12.11