Releases: krowinski/php-mysql-replication
Releases · krowinski/php-mysql-replication
Tag release
What's Changed
- Utilize matrix for texting multiple mysql versions by @DZunke in #119
- feat: Add regular expression matching support for
checkDatabasesOnly
orcheckTablesOnly
by @Moln in #129 - feat: update logging level to debug by @huangdijia in #126
- fix: Utilize correct cache action version in ci by @DZunke in #135
- chore: deprecation constructor argument must explicit nullable by @DZunke in #134
- Run tests with multiple php and mysql versions by @cgrabenstein in #136
- Fix ROWS_QUERY event parsing long queries by @DZunke in #117
- Fix MySQL 8.4.0 and DBAL 4.x compatibility issues by @cyppe in #137
- Add runWithStopCheck to replication factory by @DZunke in #138
New Contributors
- @Moln made their first contribution in #129
- @huangdijia made their first contribution in #126
- @cgrabenstein made their first contribution in #136
- @cyppe made their first contribution in #137
Full Changelog: v8.1.0...v9.0.0
New release
Tag release
feat: auto authorisation packet switching
New release
- Change: drop support for < 8.2
- Change: moved to enums, promoted properties
- Added: logger for more socket info
- Added: slave_uuid support (#99)
- Change: EventInfo->id is now EventInfo->serverId (#83)
- Change: config no longer static (#94)
- Chore: typos in README/code
- Chore: replace/remove old dead doc urls from code
- Chore: changed variables to underscore
- Added: support caching_sha2_password (#102)
- Change: BinLogServerInfo static calls removed also added method getServerInfo to MySQLReplicationFactory
- Change: type of bin log position is now string as it can be bigger then php can hande 2^64-1 (#84)
Tag release
Fixed negative number handling (#80)
Tag release
Tag release
Tag release
Fixed: use provided event dispatcher (#67)
Tag release
Fixed: varchars table length should be read as unsigned int (#63)
Tag release
- Fixed: maraidb bad binlog when parsing event (#62)
- Added: BinLogServerInfo::getRevision()