You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Online Schema Migration tool for MySQL — fork of [github/gh-ost](https://github.com/github/gh-ost).
59
+
60
+
### What's New
61
+
62
+
#### Bug Fixes (from upstream)
63
+
- **Fix abort/retry interaction** ([#1655](https://github.com/github/gh-ost/pull/1655)) — Correctly handles retry after abort; warning errors now abort immediately instead of retrying unnecessarily.
64
+
- **Fix handling of warnings on DML batches** ([#1643](https://github.com/github/gh-ost/pull/1643)) — Properly handles warnings that occur in the middle of a DML batch.
65
+
- **Fix local tests permission errors** ([#1644](https://github.com/github/gh-ost/pull/1644)) — Makes `.gopath` writable to avoid toolchain `rm` permission errors in local tests.
66
+
67
+
#### Repository Improvements
68
+
- GitHub Actions CI workflow with Go 1.22 and 1.23 matrix
69
+
- Automated release workflow with binary packaging
70
+
- CodeQL security scanning
71
+
- golangci-lint integration
72
+
- Makefile for common development tasks
73
+
- Pre-commit hooks configuration
74
+
- Go package publishing workflow
75
+
76
+
### Supported Platforms
77
+
78
+
| Platform | Architecture | Package |
79
+
|----------|-------------|---------|
80
+
| Linux | amd64 | `gh-ost-binary-linux-amd64.tar.gz` |
81
+
| Linux | arm64 | `gh-ost-binary-linux-arm64.tar.gz` |
0 commit comments