| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| gh-ost-1.1.10-1.x86_64.rpm | 2026-06-04 | 10.0 MB | |
| gh-ost_1.1.10_amd64.deb | 2026-06-04 | 10.0 MB | |
| gh-ost | 2026-06-04 | 18.5 MB | |
| gh-ost-binary-linux-amd64-20260604164252.tar.gz | 2026-06-04 | 10.1 MB | |
| gh-ost-binary-linux-arm64-20260604164252.tar.gz | 2026-06-04 | 9.3 MB | |
| gh-ost-binary-osx-amd64-20260604164252.tar.gz | 2026-06-04 | 10.3 MB | |
| gh-ost-binary-osx-arm64-20260604164252.tar.gz | 2026-06-04 | 9.7 MB | |
| GA Release v1.1.10 source code.tar.gz | 2026-06-01 | 5.1 MB | |
| GA Release v1.1.10 source code.zip | 2026-06-01 | 6.7 MB | |
| README.md | 2026-06-01 | 2.2 kB | |
| Totals: 10 Items | 89.7 MB | 0 | |
gh-ost v1.1.10 includes bug fixes, datadog stats integration, and support for in-process hook implementations. Thanks to all the contributors! 🙇‍♂️
What's Changed
- Add Datadog/statsd with simple client emitting startup by @forge33 in https://github.com/github/gh-ost/pull/1689
- Add Go runtime metrics to statsd reporting by @forge33 in https://github.com/github/gh-ost/pull/1690
- gh-ost can emit runtime metrics to datadog by specifying
--statsd-addr. Custom tags can be added with--statsd-tagsin a comma separated list. - Add MigrationContext.Hooks for in-process hook implementations by @olsonjp in https://github.com/github/gh-ost/pull/1675
- When using gh-ost as a golang library, the user can implement the
Hooksinterface for hooks instead of calling external scripts. - Improve query performance for shared unique key with two columns by @coding-chimp in https://github.com/github/gh-ost/pull/1686
- Add GET_LOCK to prevent concurrent migrations of the same table by @jakubpliszka in https://github.com/github/gh-ost/pull/1693
- Fix: Prevent throttle() from blocking forever when context is cancelled by @ggilder in https://github.com/github/gh-ost/pull/1671
- Fix: Do not report high HeartbeatLag values until the first heartbeat is read by @grodowski in https://github.com/github/gh-ost/pull/1682
- Fix: Migrate() hang on panic abort during throttling by @jakubpliszka in https://github.com/github/gh-ost/pull/1677
- Fix: resume data loss: route heartbeat coords through applyEventsQueue by @grodowski in https://github.com/github/gh-ost/pull/1684
- Bump golang.org/x/crypto from 0.37.0 to 0.45.0 in the go_modules group across 1 directory by @dependabot[bot] in https://github.com/github/gh-ost/pull/1606
- Testing: Use
os.TempDir()for socket path by @ericyan in https://github.com/github/gh-ost/pull/1694
New Contributors
- @olsonjp made their first contribution in https://github.com/github/gh-ost/pull/1675
- @forge33 made their first contribution in https://github.com/github/gh-ost/pull/1689
- @ericyan made their first contribution in https://github.com/github/gh-ost/pull/1694
Full Changelog: https://github.com/github/gh-ost/compare/v1.1.9...v1.1.10