Skip to content

Releases: laserdisc-io/mysql-binlog-stream

v3.0.1 - minor upgrades

11 Oct 18:16
8372cc8
Compare
Choose a tag to compare
Merge pull request #453 from laserdisc-io/upgrades

upgrades

v3.0.0 - Scala 3 Support + Other Fixes

16 May 15:17
5827ed7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v3.0.0

Multiple fixes

18 Oct 18:18
e692696
Compare
Choose a tag to compare

What's Changed

  • Upgrades, better type conversion tests by @barryoneill in #392
  • Support parsing json in MySql binglog by @caicancai in #362
  • fail cast with more information, incl schema in table meta by @barryoneill in #393
  • For tables with the same name in different libraries, the field order is not consistent by @Xuxiaotuan in #355

New Contributors

Full Changelog: v2.1.0...v3.0.0-RC1

Upgrades, support for ServerID in config

14 Sep 23:36
34f8d02
Compare
Choose a tag to compare
Merge pull request #388 from laserdisc-io/serverId

Upgrades, add ServerId

Cats 3.x Support!

12 Nov 21:29
5b1bd2b
Compare
Choose a tag to compare
Merge pull request #266 from laserdisc-io/upgrade-libs

Upgrade to cats-effect 3

Move to osheroff fork of mysql connector

25 Aug 17:23
Compare
Choose a tag to compare
v1.0.0-RC4

Move to zendesk mysql connector

Use typelevel logger, + upgrades

24 Jun 16:11
9304897
Compare
Choose a tag to compare
Merge pull request #244 from laserdisc-io/upgrades

upgrades, typelevel log4s

Minor fixes

03 Jun 12:05
6562480
Compare
Choose a tag to compare
Merge pull request #236 from laserdisc-io/ioremove

remove IO dependency

Major config cleanup, scala upgrades, drop scala 2.12

02 Jun 17:19
Compare
Choose a tag to compare

Fix major bug in tx event matching

10 May 16:23
8923889
Compare
Choose a tag to compare
Merge pull request #220 from laserdisc-io/match-error

Make pattern match exhaustive