Releases: ridi/php-binlog-collector
Releases · ridi/php-binlog-collector
[1.4.0] - 2020-04-21
CHANGED
- upgrade php-mysql-replication v6.2.2
- fixed Dto/TimeMonitorDto.php
Added
- add test env=mariadb-10.2, 10.3
[1.3.0] - 2019-09-18
CHANGED
- change env variable
- ADD prefix BINLOG_XXX
[1.2.0] - 2019-08-09
CHANGED
- upgrade php-mysql-replication v6.0.1
- add test env=mariadb-10.1
[1.1.1] - 2018-11-12
CHANGED
- upgrade php-mysql-replication v5.0.5
- fixed support to recive more than 16Mbyte + tests
- change mariadb's confs
[1.1.0] - 2018-08-13
CHANGED
- upgrade php-mysql-replication v5.0.4
-- configService -> ConfigFactory
-- mySQLReplicationFactory() -> MySQLReplicationFactory($config);
-- update using BinlogException - refactoring based on php7.1
- binlogId's type string to int
[1.0.3] - 2018-01-02
Fixed
- fix setting of logger
- pass all test
[1.0.2] - 2018-01-02
Added
- add .travis.yml, LICENSE
- upload github
[1.0.1] - 2017-12-21
Changed
- remove unnecessary gtid converting in
BinlogHistoryGtidChildUpdater
- Change tab to space