Skip to content

Latest commit

 

History

History
62 lines (46 loc) · 1.33 KB

CHANGELOG.md

File metadata and controls

62 lines (46 loc) · 1.33 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

CHANGED

  • add test env=mariadb-10.0 -> 10.4

[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

[1.0.0]