Releases: sequinstream/sequin
Release v0.12.0
Release notes for v0.12.0
⚠️ RabbitMQ default routing_key
has changed
With the release of routing functions for RabbitMQ, the default RabbitMQ routing_key
has changed.
Previously the value depended on whether your sink was configured for records
or changes
and took on one of these values respectively:
sequin.records.<database_name>.<schema_name>.<table_name>
sequin.changes.<database_name>.<schema_name>.<table_name>.<action>
Now all sinks, regardless of message kind, default to this key:
sequin.<database_name>.<schema_name>.<table_name>.<action>
To maintain the old routing key format when upgrading to v0.12.0
, you can add a routing function to your RabbitMQ sink which specifies the deprecated routing key format.
What's Changed
- Add routing support to S2 sink by @RTLS in #1926
- ✨ AWS SNS Routing by @davoclavo in #1902
- Add routing for RabbitMQ sink by @RTLS in #1906
- ⚙️ make merge handles graphite branches by @RTLS in #1922
- Add routing for Azure Event Hub sink by @RTLS in #1925
- ✨ AWS Kinesis Routing by @davoclavo in #1916
- 🧹 Delete DOCTODO by @davoclavo in #1927
- [cli] allow function code to be embedded via
file:
+ smarter ENV embed in yaml by @fazzone in #1691
Full Changelog: v0.11.9...v0.12.0
Release v0.11.9
Release notes for v0.11.9
What's Changed
- [Routing] Meilisearch action by @alfianlensundev in #1908
- ♻️ Small changes to meilisearch docker / default routing by @RTLS in #1918
New Contributors
- @alfianlensundev made their first contribution in #1908
Full Changelog: v0.11.8...v0.11.9
Release v0.11.8
Release notes for v0.11.8
Full Changelog: v0.11.7...v0.11.8
Release v0.11.7
Release v0.11.6
Release notes for v0.11.6
What's Changed
- 📝 Add docs links between quickstarts, how-tos, and references by @RTLS in #1903
- ✨ AWS SQS Routing by @RTLS in #1883
Full Changelog: v0.11.5...v0.11.6
Release v0.11.5
Release notes for v0.11.5
What's Changed
- feat: Add mTLS and CA cert support to Redis config connection by @acco in #1872
- Readme rewrite - first draft by @thisisgoldman in #1901
Full Changelog: v0.11.4...v0.11.5
Release v0.11.4
Release v0.11.3
Release v0.11.2
Release notes for v0.11.2
What's Changed
- 💄 Improve routing setting cards by @davoclavo in #1870
- Add Sequin logo to Readme and Changelog by @thisisgoldman in #1875
- 📝 Update management api docs for sink consumers by @RTLS in #1877
- fix: Mock logger in DebouncedLogger by @acco in #1878
- feat: support e2e sqs using localstack mock by @abc3 in #1824
- 💄 Better formatting for errors from the cli during config apply by @RTLS in #1879
- ✨ Add routing to Kafka by @RTLS in #1868
- ♻️ Add routing_mode into sink params by @RTLS in #1876
- Add docs footer links by @thisisgoldman in #1882
- 🤖 ADD-SINK-ROUTING.md for agents by @RTLS in #1880
- ✨ Routing for GCP Pub/Sub by @RTLS in #1881
- [Docs] update introduction by @thisisgoldman in #1886
- ✅ Typesense Pipeline tests by @RTLS in #1888
- Improve docs landing by @thisisgoldman in #1887
- Add Typesense routing support by @RTLS in #1885
- 🐛 Fix NATS routing details in NatsSinkCard by @davoclavo in #1890
- 🩹 Add routing_mode to ConsumersFactory for sinks which have it by @RTLS in #1893
- ♻️ Refactor slot message -> consumer message into shared functions by @RTLS in #1892
- ✨ Re-compute dynamic fields when streaming messages into state by @RTLS in #1894
Full Changelog: v0.11.1...v0.11.2
Release v0.11.1
Release notes for v0.11.1
Full Changelog: v0.11.0...v0.11.1