Skip to content

Releases: sequinstream/sequin

Release v0.12.0

03 Jul 01:38
Compare
Choose a tag to compare

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

Full Changelog: v0.11.9...v0.12.0

Release v0.11.9

02 Jul 20:16
Compare
Choose a tag to compare

Release notes for v0.11.9

What's Changed

New Contributors

Full Changelog: v0.11.8...v0.11.9

Release v0.11.8

02 Jul 18:49
Compare
Choose a tag to compare

Release notes for v0.11.8

Full Changelog: v0.11.7...v0.11.8

Release v0.11.7

02 Jul 18:11
Compare
Choose a tag to compare

Release notes for v0.11.7

What's Changed

  • Add routing to redis stream consumer by @RTLS in #1905

Full Changelog: v0.11.6...v0.11.7

Release v0.11.6

02 Jul 01:27
Compare
Choose a tag to compare

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

02 Jul 00:13
5300a29
Compare
Choose a tag to compare

Release notes for v0.11.5

What's Changed

Full Changelog: v0.11.4...v0.11.5

Release v0.11.4

01 Jul 02:59
Compare
Choose a tag to compare

Release notes for v0.11.4

What's Changed

Full Changelog: v0.11.3...v0.11.4

Release v0.11.3

01 Jul 02:20
Compare
Choose a tag to compare

Release notes for v0.11.3

What's Changed

Full Changelog: v0.11.2...v0.11.3

Release v0.11.2

01 Jul 01:29
Compare
Choose a tag to compare

Release notes for v0.11.2

What's Changed

Full Changelog: v0.11.1...v0.11.2

Release v0.11.1

26 Jun 01:31
Compare
Choose a tag to compare

Release notes for v0.11.1

Full Changelog: v0.11.0...v0.11.1