Skip to content

Releases: krowinski/php-mysql-replication

New release

13 Mar 11:06
6150f0e
Compare
Choose a tag to compare

What's Changed

  • Chore: Update and extend links to mysql documentation by @DZunke in #106
  • Fix: Symfony Backward Compatibility by @DZunke in #113
  • Added: Implement rows query event by @DZunke in #112

New Contributors

Full Changelog: v8.0.1...v8.1.0

Tag release

31 Jan 21:04
d9107c8
Compare
Choose a tag to compare

feat: auto authorisation packet switching

New release

30 Jan 10:43
9202753
Compare
Choose a tag to compare
  • 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

09 Mar 22:29
2872cfe
Compare
Choose a tag to compare

Fixed negative number handling (#80)

Tag release

25 Jan 00:08
1cab85f
Compare
Choose a tag to compare
  • Change: added support doctrine/dbal to ^3.0 (#75)(#73)
  • Change: dropped support for <= 7.2 (#75)
  • Added: test cases for PHP 7.3 and 7.4 (#75)
  • Fixed: scale length in decimals values (#76)
  • Added: added tests for php 8.0

Tag release

12 Sep 17:32
65b015f
Compare
Choose a tag to compare
  • Change: type from int to float for heartbeat period (#70)
  • Fixed: event dispatcher interface in Event.php (#69)

Tag release

03 Sep 11:11
8700673
Compare
Choose a tag to compare

Fixed: use provided event dispatcher (#67)

Tag release

16 Apr 07:50
Compare
Choose a tag to compare

Fixed: varchars table length should be read as unsigned int (#63)

Tag release

24 Mar 16:01
Compare
Choose a tag to compare
  • Fixed: maraidb bad binlog when parsing event (#62)
  • Added: BinLogServerInfo::getRevision()

Tag release

18 Feb 09:17
Compare
Choose a tag to compare
  • Added symfony 5 support #61
  • Removed support for symfony 2.3