Skip to content

Latest commit

 

History

History
162 lines (99 loc) · 8.64 KB

CHANGELOG.md

File metadata and controls

162 lines (99 loc) · 8.64 KB

Changelog

v1.0.0 (2021-06-14)

Full Changelog

Implemented enhancements:

  • Remember to use a stable rvm when they support JRuby 9.2.13.0 #51
  • mysql-binlog-connector-java is no longer maintained #49
  • MySQL 8.0 support #41
  • Add support for MySQL 5.6 with binlog-checksum=NONE #22

Closed issues:

  • Refactor: DRY in event listeners #25

Merged pull requests:

  • Run CI under newest JRuby (9.2.18.0) #64 (walro)
  • Bump mysql-binlog-connector-java (0.23.2 -> 0.25.1) #63 (walro)
  • Upgrade Bundler to resolve CVE-2019-3881 #62 (Pontus4)
  • Run CI on latest JRuby #61 (walro)
  • Drop support for MySQL 5.6 #60 (walro)
  • Run CI on GitHub Actions #59 (walro)
  • Refactor event listeners #58 (Chrizpy)
  • Do not allow failures for MySQL 8.0 on Travis CI anymore #55 (walro)
  • Update CHANGELOG #54 (Chrizpy)
  • Use newer version of mysql-binlog-connector-java #52 (Chrizpy)

v0.8.0 (2020-10-23)

Full Changelog

Implemented enhancements:

  • Drop MySQL 5.5 support #45
  • Update Vagrant box to ubuntu/bionic64 #39

Closed issues:

  • Update mysql-binlog-connector #18

Merged pull requests:

  • Run tests on Travis CI against MySQL 5.6/5.7/8.0 #53 (Chrizpy)
  • Update JRuby to 9.2.13.0 #50 (Chrizpy)
  • Update mysql-binlog-connector-java to 0.21.0 #48 (walro)
  • Drop JRuby 9.1 support #47 (walro)
  • Drop offical support for MySQL 5.5 #46 (walro)
  • Bump rake version #44 (walro)
  • Update mysql-binlog-connector-java to 0.20.1 #43 (roback)
  • Run MySQL 5.6 in Docker on Travis CI #42 (walro)
  • Replace Vagrant with Docker (Compose) #40 (walro)
  • Update mysql-binlog-connector to 0.19.1 #38 (roback)
  • Use JRuby 9.2.7.0 on Travis CI #37 (roback)
  • Run Travis CI tests on 9.2.6.0 #36 (walro)
  • Update mysql-binlog-connector to 0.19.0 #35 (roback)
  • Update mysql-binlog-connector dependency to 0.18.0 #34 (walro)
  • Run latest JRuby on Travis and ensure we stick to bundler 1.x #33 (walro)
  • Test with latest version of JRuby 9.2.x #31 (walro)
  • Test with the latest rubies #30 (walro)
  • Accessor methods for connect_timeout and heartbeat_interval #28 (roback)
  • Update mysql-binlog-connector dependency to 0.16.1 #27 (walro)

v0.7.0 (2016-10-07)

Full Changelog

Implemented enhancements:

  • Extend on_save_position with information about the event #23

Merged pull requests:

v0.6.1 (2016-07-18)

Full Changelog

Merged pull requests:

  • MySQL 5.6 support #20 (jage)
  • Use standard rvm key for jruby version #19 (walro)
  • Improve rake task description #17 (jage)

v0.6.0 (2015-12-04)

Full Changelog

Closed issues:

  • Feature: Ecco::Client#connected? #14

Merged pull requests:

  • Implement Ecco::Client#connected? #15 (jage)

v0.5.0 (2015-11-26)

Full Changelog

Fixed bugs:

  • Trying to connect to non-existent position behaves strange? #8

Merged pull requests:

  • Add keep alive getters and setters #11 (dentarg)
  • Helper method for java root logger #10 (dentarg)
  • Add #on_communication_failure #9 (walro)

v0.4.1 (2015-11-19)

Full Changelog

Implemented enhancements:

  • Ensure that we handle "on_row_event" before "on_save_position" #5

Merged pull requests:

  • Make sure row_event happens before save_event #7 (roback)
  • Minor refactoring #6 (dentarg)

v0.4.0 (2015-11-18)

Full Changelog

Implemented enhancements:

  • Integration tests #2

Merged pull requests:

v0.3.1 (2015-11-09)

Full Changelog

v0.3.0 (2015-11-09)

Full Changelog

Merged pull requests:

  • Implement basic functionality #1 (walro)

v0.2.0 (2015-10-27)

Full Changelog

v0.1.0 (2015-10-27)

Full Changelog

* This Changelog was automatically generated by [github_changelog_generator] (https://github.com/github-changelog-generator/github-changelog-generator)