Skip to content

gh-ost 1.1.11 - #299256

Merged
BrewTestBot merged 2 commits into
mainfrom
bump-gh-ost-1.1.11
Aug 17, 2026
Merged

gh-ost 1.1.11#299256
BrewTestBot merged 2 commits into
mainfrom
bump-gh-ost-1.1.11

Conversation

@BrewTestBot

Copy link
Copy Markdown
Contributor

Created by brew bump


Created with brew bump-formula-pr.

Details

release notes
gh-ost v1.1.11 includes MariaDB support, StatsD metrics, improved binlog processing, and several reliability and release/build improvements.

Thanks to all the contributors! 🙇‍♂️

What's Changed

New Features

  • MariaDB and MariaDB GTID support (#1724, #1731) by @conf: Adds automatic server-flavor detection, MariaDB-specific replication behavior and privileges, and MariaDB GTID migrations. CI covers MariaDB 10.5, 10.6, 10.11, 11.4, and 11.8.
  • StatsD/DogStatsD metrics (#1701) by @forge33: Adds opt-in telemetry for copy progress, applied DML, binlog backlog, replication and heartbeat lag, throttling, cut-over attempts and phases, query latency, sleep time, and Go runtime health. Global metric tags are supported.
  • Pre-cutover table analysis (#1747) by @VandhanaSelvaprakash-at: Adds the --analyze-ghost-table-before-cutover flag, which runs ANALYZE TABLE before swapping tables to help prevent stale optimizer statistics. The feature is opt-in and aborts cut-over if analysis fails.

Bug Fixes and Improvements

  • Data-race fixes (#1750) by @ericyan: Synchronizes concurrent migration state more consistently and enables Go's race detector in CI to catch regressions.
  • More efficient binlog processing (#1699) by @coding-chimp: Skips decoding row payloads for tables unrelated to the migration, reducing CPU and allocation overhead on servers with busy binlogs.
  • More portable release binaries (#1697) by @meiji163: Disables CGO by default for release builds, reducing runtime dependencies and platform compatibility problems.
  • Multi-flavor replica-test harness (#1722) by @conf: Expands automated integration testing across MySQL, Percona Server, and MariaDB versions.
  • Improved release packaging and workflow (#1729 and #1753) by @conf and @ericyan: Standardizes archive and package names and a GitHub workflow to build and attest the release artifacts.

Maintenance and Documentation

  • Core dependency updates (#1715) by @ericyan: Upgrades go-mysql to v1.15.0.
  • Test and security dependency updates (#1741) by @ericyan: Upgrades Testcontainers to v0.43 and x/crypto to v0.54.
  • OpenTelemetry dependency updates (#1740) by @dependabot[bot]: Upgrades go.opentelemetry.io/otel/sdk from v1.21.0 to v1.43.0.
  • Go toolchain update (#1742) by @ericyan: Upgrades the project to Go 1.25.12.
  • Test build cleanup (#1739) by @davidham: Restricts Testcontainers helpers to test builds.
  • GitHub Actions updates (#1576, #1589, #1598) by @dependabot[bot]: Upgrades actions/checkout, github/codeql-action, and actions/upload-artifact.
  • Command-line flag documentation (#1706) by @grodowski: Documents previously missing command-line flags.
  • Throttle replica documentation (#1745) by @soepic1: Clarifies replica-selection requirements for --throttle-control-replicas.
  • Documentation spelling corrections (#1749) by @vladdoster: Corrects spelling errors in the documentation.

New Contributors

  • @conf made their first contribution in #1722
  • @davidham made their first contribution in #1739
  • @soepic1 made their first contribution in #1745
  • @VandhanaSelvaprakash-at made their first contribution in #1747
  • @vladdoster made their first contribution in #1749

Full Changelog: github/gh-ost@v1.1.10...v1.1.11

View the full release notes at https://github.com/github/gh-ost/releases/tag/v1.1.11.


@github-actions github-actions Bot added go Go use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Aug 17, 2026
@github-actions

Copy link
Copy Markdown
Contributor

🤖 An automated task has requested bottles to be published to this PR.

Caution

Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch.

@github-actions github-actions Bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Aug 17, 2026
@BrewTestBot
BrewTestBot enabled auto-merge August 17, 2026 22:41
@BrewTestBot
BrewTestBot added this pull request to the merge queue Aug 17, 2026
Merged via the queue into main with commit 1fbcb83 Aug 17, 2026
22 checks passed
@BrewTestBot
BrewTestBot deleted the bump-gh-ost-1.1.11 branch August 17, 2026 22:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. go Go use is a significant feature of the PR or issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants