Releases: sequinstream/sequin
Release v0.13.9
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
Release v0.13.7
Release v0.13.6
Release notes for v0.13.6
What's Changed
- Make Typesense to be default fast by @thisisgoldman in #2002
- ⏯️ Pause backfills + select query timeout by @davoclavo in #2003
Full Changelog: v0.13.5...v0.13.6
Release v0.13.5
Release notes for v0.13.5
Full Changelog: v0.13.4...v0.13.5
Release v0.13.4
Release v0.13.3
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
Release notes for v0.13.1
Full Changelog: v0.13.0...v0.13.1
Release v0.13.0
(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)
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