github github/gh-ost v1.1.6
GA release v1.1.6

6 months ago

Changes since 1.1.5: v1.1.5...v1.1.6

gh-ost v1.1.6 is based on the master branch, which is now considered stable.

What's Changed

  • Attempt INSTANT DDL first for MySQL 8.0 by @morgo in #1201
    • disabled by default; enable with the flag --attempt-instant-ddl
  • Add rocksdb as transactional engine by @wangzihuacool in #1190
    • RocksDB support is experimental. Enable with --storage-engine=rocksdb.
  • Allow zero in dates by @timvaillancourt in #1161
    • enable with the flag --allow-zero-in-date
  • Set binlogsyncer max reconnect attempts by @shaohk in #1279
    • set with the flag --binlogsyncer-max-reconnect-attempts
  • Set a transaction isolation level for MySQL connections by @timvaillancourt in #1156
    • gh-ost will always use REPEATABLE_READ for InnoDB and READ_COMMITED for RocksDB
  • Print status to migrationContext logger by @SocalNick in #1194
  • Fix: parse binlog timestamp in UTC by @meiji163 in #1322
  • Fix: Convert column value in binlog events to bytes instead of utf8 encoded unicode by @wangzihuacool in #1158
  • Fix: because lock is not release, drop cutover sentry table is hanged by @lmtwga in #1180
  • Default to go1.17.11 by @timvaillancourt in #1136
  • Improve applier .ReadMigrationRangeValues() func accuracy by @timvaillancourt in #1164
  • Add basic tests by @timvaillancourt #1165, #1166, #1168, #1179
  • Upgrade go standard library for security patches by @meiji163 in #1332

Deprecation Notice

gh-ost officially supports MySQL 5.7 and newer.


Thanks to all contributors!

$ sha256sum *
0058c44e1a3ddba6fb6ac0b3132de5b266d57fdd059b756730d562307ffada6d  gh-ost
49827a7d2ff62db8af6011268cbbfb6f80ce0b0b5c160f07617a1fabeea98eaa  gh-ost-1.1.6-1.x86_64.rpm
3cb37b26e9f7836c5437d3464d93afe0611c410e7a0ef2bd258232cb02a0685c  gh-ost_1.1.6_amd64.deb
c23e2f94ee6a96bb663eb2668c198b71b4a254a6aebef0d823c4637e84dd66d9  gh-ost-binary-linux-amd64-20231103125330.tar.gz
cc6fb1d3db9114a5e293b8851a61d773a45e90e4e4d06c302af35c028505fe07  gh-ost-binary-linux-arm64-20231103125330.tar.gz
22d33836d02599fd2d22a766bc717d19e66f9873651c860711eef3a367bb65f7  gh-ost-binary-osx-amd64-20231103125330.tar.gz
98dfd509c837493ee5e17d528f09d8f018c96f6d4477515394e981e409d4e0c9  gh-ost-binary-osx-arm64-20231103125330.tar.gz

Don't miss a new gh-ost release

NewReleases is sending notifications on new releases.