Releases: laserdisc-io/mysql-binlog-stream
Releases · laserdisc-io/mysql-binlog-stream
v3.0.1 - minor upgrades
Merge pull request #453 from laserdisc-io/upgrades upgrades
v3.0.0 - Scala 3 Support + Other Fixes
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
- Issue #423 - Scala 3 Support by @barryoneill in #424
- prepare CI by @barryoneill in #425
New Contributors
- @caicancai made their first contribution in #362
- @Xuxiaotuan made their first contribution in #355
- @JennyLeahy testing of scala 3 functionality
Full Changelog: v2.1.0...v3.0.0
Multiple fixes
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
- @caicancai made their first contribution in #362
- @Xuxiaotuan made their first contribution in #355
Full Changelog: v2.1.0...v3.0.0-RC1
Upgrades, support for ServerID in config
Merge pull request #388 from laserdisc-io/serverId Upgrades, add ServerId
Cats 3.x Support!
Merge pull request #266 from laserdisc-io/upgrade-libs Upgrade to cats-effect 3
Move to osheroff fork of mysql connector
v1.0.0-RC4 Move to zendesk mysql connector
Use typelevel logger, + upgrades
Merge pull request #244 from laserdisc-io/upgrades upgrades, typelevel log4s
Minor fixes
Merge pull request #236 from laserdisc-io/ioremove remove IO dependency
Major config cleanup, scala upgrades, drop scala 2.12
v1.0.0-RC1 fix release ci
Fix major bug in tx event matching
Merge pull request #220 from laserdisc-io/match-error Make pattern match exhaustive