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

latest release: v1.1.6
22 months ago

Changes since 1.1.4: v1.1.4...v1.1.5

gh-ost v1.1.5 is based on v1.1.4, plus commits cherry-picked from master branch.

Notable:

  • Cancel any row count queries before attempting to cut over, #846, thanks @ajm188
  • Add context/timeout to HTTP throttle check, #1131, thanks @timvaillancourt
    • Throttler will now throttle migration on HTTP timeouts to throttler source. This may cause a change in behaviour in rare cases (more throttling)
    • New command line flags:
      1. --throttle-http-interval-millis - Number of milliseconds to wait between HTTP throttle checks (default 100)
      2. --throttle-http-timeout-millis - Number of milliseconds to use as an HTTP throttle check timeout (default 1000)
    • HTTP throttler calls now use gh-ost/VERSION-HERE as a User-Agent header
  • Use switch statements for readability, simplify .NewGoMySQLReader(), #1135, thanks @timvaillancourt
  • Ensure mysql rows responses are closed, #1132, thanks @timvaillancourt
  • compound pk tests, #387, thanks @shlomi-noach
  • Fix integer divide by zero panic in migrator, #1140, thanks @timvaillancourt for the PR and @ethankhall for reporting
  • fix: lost data in mysql two-phase commit, #1141, thanks @shaohk
  • Add golangci-lint CI action, fix gosimple, govet + unused lint errors, #1127, thanks @timvaillancourt
  • Check RowsAffected when applying DML events to get more accurate statistics, #844, thanks @ajm188

Deprecation Notice:

  • --replication-lag-query command line flag will be deprecated in gh-ost release 1.1.7

This release is not based on the master branch as it contains a known issue that is currently being investigated - please note that the master branch of gh-ost is not considered stable; only releases are considered production-ready.

Thank you to all contributors!

Updated 20th July 2022: RPM and deb packages have been updated to correctly include x86-64 binaries instead of arm64 binaries (thanks @Cartman75 for the issue report!)

$ sha256sum *
6a9dff3594b60a26422f7192ff7a79a85684b477d453431bedf025bc4023c389  gh-ost
236a1b9fb8fbb38bb6e27159377bd5af276ba09c3382724b5d88e9da6424dcbd  gh-ost-1.1.5-1.x86_64.rpm
791ab7fe0e8fe9e754480f4decdba8380c87d5ce70648f8a549060d81f889116  gh-ost-binary-linux-amd64-20220707162303.tar.gz
48f53683e3c6bf52957ff985c8ccc2c09f8f2484b44da4346f659e019ef69be9  gh-ost-binary-linux-arm64-20220707162303.tar.gz
1b0d992d03eeba7aa919ca9b40019b92af319dcb3668e0a447db21b35016c5ee  gh-ost-binary-osx-amd64-20220707162303.tar.gz
16fa1e09d2981e8a9312961337e41693a2e1396fe11abfd5b6a60781f3433795  gh-ost-binary-osx-arm64-20220707162303.tar.gz
2574da3ffe60f9a662366ca4f6a46edd90b8885acee8047ba0b11544561eb28d  gh-ost_1.1.5_amd64.deb

downloads

Don't miss a new gh-ost release

NewReleases is sending notifications on new releases.