Skip to content

Releases: Moln/php-mysql-replication

1.3.0

19 Jan 05:16
7073c7b
Compare
Choose a tag to compare

Added

  • Preserve threadId in QUERY_EVENT. ( Merge branch krowinski:master ) #16 & 31dad1f

Fixed

  • Fix JsonBinaryDecoder when there is NULL in data or if there is long. ( Merge branch krowinski:master ) #16 & 31dad1f

Full Changelog: 1.2.2...1.3.0

1.2.2

19 Jan 04:22
26b951e
Compare
Choose a tag to compare

Changed

  • Update composer deps for support symfony/event-dispatcher:^7.0. #15

1.2.1

10 Jan 10:58
52f8f33
Compare
Choose a tag to compare

Fixed

  • Fix php8.1 Deprecated [#8]
  • Fix PHP8.2 'RowEvent' calling 'array_sum' that might be false. [#8][#9]
  • Add PHPCS check for Github actions [#8]
  • Move the test clover to coveralls.io [#8]

1.2.0

07 Nov 09:23
a3462d9
Compare
Choose a tag to compare

Add

  • Add regular expression matching support for DatabasesOnly or TablesOnly of Config. #6

1.1.0

13 Aug 11:38
c446135
Compare
Choose a tag to compare

Added

  • Add retry connection #4

1.0.1

07 Aug 08:42
031f57e
Compare
Choose a tag to compare
  • Update composer.json deps, remove unused. #3

1.0.0

07 Aug 08:04
ebcfce3
Compare
Choose a tag to compare

Change

  • Resolve krowinski#94, change static config properties to non-static.