Releases: Moln/php-mysql-replication
Releases · Moln/php-mysql-replication
1.3.0
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
Changed
- Update composer deps for support
symfony/event-dispatcher:^7.0
. #15
1.2.1
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
Add
- Add regular expression matching support for
DatabasesOnly
or TablesOnly
of Config
. #6
1.0.1
- Update
composer.json
deps, remove unused. #3
1.0.0
Change
- Resolve krowinski#94, change static config properties to non-static.