issues
search
krowinski
/
php-mysql-replication
Pure PHP Implementation of MySQL replication protocol. This allow you to receive event like insert, update, delete with their data and raw SQL queries.
MIT License
323
stars
98
forks
source link
New release
#104
Closed
krowinski
closed
10 months ago
krowinski
commented
10 months ago
v8.0.0 (2024-01-29)
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)
v8.0.0 (2024-01-29)