Skip to content

Releases: streamdal/plumber

v2.7.0

13 Jun 21:43
Compare
Choose a tag to compare

v2.6.1

26 Mar 21:09
Compare
Choose a tag to compare
v2.6.1

v2.6.0

14 Mar 18:11
Compare
Choose a tag to compare
v2.6.0

v2.5.4

21 Feb 16:22
Compare
Choose a tag to compare
v2.5.4

v2.5.3

08 Feb 14:38
Compare
Choose a tag to compare
v2.5.3

Relay fixes

02 Aug 15:06
90ee8c8
Compare
Choose a tag to compare

What's Changed

  • Relay Fixes by @blinktag in #361
  • Respect --use-tls even if --tls-skip-verify is not specified
  • Add relay ID to kafka relay logs
  • Fix incorrect debug logs
  • Updating a connection now restarts associated relays with new connection data
  • Recreate backend and context/cancelFunc when resuming a relay

Full Changelog: v2.5.1...v2.5.2

Bug Fix - Apply defaults to replay config

12 Jul 17:37
f15555b
Compare
Choose a tag to compare
Merge pull request #360 from streamdal/blinktag/relay_update_defaults

Apply default gRPC settings to a relay if none specified

Maintenance release

04 May 20:46
a51e9cd
Compare
Choose a tag to compare
  • Docker image has changed from batchcorp/plumber to streamdal/plumber

Postgres CDC Improvements

01 May 14:08
854d258
Compare
Choose a tag to compare

Improvements

  • Bump jackc/pgx version to support postgres versions 14/15
  • Bump postgres version in cdc-postgres example docker-compose.yml
  • Toast fields without updates will now contain the value __PLUMBER_TOAST_UNKNOWN__ instead of an empty string

Fixes

  • Properly exit single read if --continuous is not specified

Full Changelog: v2.3.0...v2.4.0

CloudEvents Support

14 Apr 17:26
d6f7f24
Compare
Choose a tag to compare

What's Changed

Fixes

Improvements

Full Changelog: v2.2.1...v2.3.0