Skip to content

Releases: yugabyte/debezium

Release dz.2.5.2.yb.2024.2.SNAPSHOT.4

05 Feb 16:59
985efdd
Compare
Choose a tag to compare
Pre-release

What's Changed

  • [DBZ-PGYB][yugabyte/yuyabyte-db#24204] Changes to support LSN types with replication slot by @vaibhav-yb in #162

Full Changelog: dz.2.5.2.yb.2024.2.2...dz.2.5.2.yb.2024.2.SNAPSHOT.4

Release dz.2.5.2.yb.2024.2.2

04 Feb 16:28
060f600
Compare
Choose a tag to compare

What's Changed

Full Changelog: dz.2.5.2.yb.2024.2...dz.2.5.2.yb.2024.2.2

Release dz.2.5.2.yb.2024.2.SNAPSHOT.3

28 Jan 17:50
060f600
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: dz.2.5.2.yb.2024.2.SNAPSHOT.2...dz.2.5.2.yb.2024.2.SNAPSHOT.3

Release dz.2.5.2.yb.2024.2.SNAPSHOT.2

07 Jan 09:56
276ea4e
Compare
Choose a tag to compare
Pre-release

What's Changed

  • [DBZ-PGYB] Add transformer PGCompatible to emit events with standard structure by @vaibhav-yb in #168

Full Changelog: dz.2.5.2.yb.2024.2...dz.2.5.2.yb.2024.2.SNAPSHOT.2

Release dz.2.5.2.yb.2024.2

26 Dec 07:26
2066314
Compare
Choose a tag to compare

What's Changed

Full Changelog: dz.2.5.2.yb.2024.1...dz.2.5.2.yb.2024.2

Release dz.2.5.2.yb.2024.2.SNAPSHOT.1

03 Dec 05:07
2066314
Compare
Choose a tag to compare
Pre-release

What's Changed

  • [DBZ-PGYB] Restrict retries when retry count reaches limit by @vaibhav-yb in #166
  • [DBZ-PGYB] Bug fix for retry limit and test addition by @vaibhav-yb in #167

Full Changelog: dz.2.5.2.yb.2024.1.SNAPSHOT.6...dz.2.5.2.yb.2024.2.SNAPSHOT.1

Release dz.2.5.2.yb.2024.1.SNAPSHOT.6

12 Nov 11:17
a464b45
Compare
Choose a tag to compare
Pre-release

What's Changed

  • [DBZ-PGYB] Set transaction isolation level before executing snapshot query by @vaibhav-yb in #164

Full Changelog: dz.2.5.2.yb.2024.1.SNAPSHOT.5...dz.2.5.2.yb.2024.1.SNAPSHOT.6

Release dz.2.5.2.yb.2024.1.SNAPSHOT.5

24 Oct 10:24
4e55ebd
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: dz.2.5.2.yb.2024.1.SNAPSHOT.4...dz.2.5.2.yb.2024.1.SNAPSHOT.5

Release dz.2.5.2.yb.2024.1.SNAPSHOT.4

17 Oct 16:41
2cda9b7
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: dz.2.5.2.yb.2024.1-CF-DRAFT...dz.2.5.2.yb.2024.1.SNAPSHOT.4

Draft release dz.2.5.2.yb.2024.1

17 Sep 07:10
3ca8afd
Compare
Choose a tag to compare
Pre-release
[DBZ-PGYB] Add plugin to package connector in a ZIP file (#157)

This PR changes the following:
1. Adds a plugin to the pom.xml file to package the connector according
to Confluent specifications
2. Adds a GitHub pipeline to automate the above packaging process