CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 22:35:43 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
etag: W/"1cf06fdb91894eb47fc11c131c5c574d"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=QY3aHPguObd0tbfhrGxsMbmzZBsf7RsbdXQeWNPLxPHAI3MMaVml0pdVxsaOIBgIycthEI212UpbdNUS1rfcmNxoAeYh6us9Ko%2F4RXX3AOOtR8JNmzOSLP9p8cJsN58RAO31roUUg0%2FWbrudBjzwCsHM%2Bd%2BqZBND9fYUMYcryGWqJzIjQHUCaLzwkAWdtVH4axyUYIDSaLioclr4PY9Io5%2Bx7XGhAf61Tty1ZxP%2BXB%2FMR253JvgSDRJThKzSF4CGO090usyLRbfv2P7Vi%2Fjr3A%3D%3D--Vg5Ts4U3C7QrEMVi--nZ9wpWCUI5qTljnaUQhYXg%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1520677724.1753655743; Path=/; Domain=github.com; Expires=Mon, 27 Jul 2026 22:35:43 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Mon, 27 Jul 2026 22:35:43 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: ECDA:10904:884FCF:B4D392:6886A9BF
Release GA release v1.1.6 Β· github/gh-ost Β· GitHub
Loading
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
GA release v1.1.6
Compare
·
95 commits
to master
since this release
94463cf
This commit was created on GitHub.com and signed with GitHubβs verified signature.
The key has expired.
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
- disabled by default; enable with the flag
- Add rocksdb as transactional engine by @wangzihuacool in #1190
- RocksDB support is experimental. Enable with
--storage-engine=rocksdb
.
- RocksDB support is experimental. Enable with
- Allow zero in dates by @timvaillancourt in #1161
- enable with the flag
--allow-zero-in-date
- enable with the flag
- Set binlogsyncer max reconnect attempts by @shaohk in #1279
- set with the flag
--binlogsyncer-max-reconnect-attempts
- set with the flag
- Set a transaction isolation level for MySQL connections by @timvaillancourt in #1156
gh-ost
will always useREPEATABLE_READ
for InnoDB andREAD_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.
- Remove MySQL 5.5 version (end-of-life Dec 2018) by @timvaillancourt in #1097
- Remove MySQL 5.6 version (end-of-life Feb 2021) by @dm-2 in #1101
Thanks to all contributors!
Edit Dec 7, 2023: Binaries updated to be statically linked
$ sha256sum *
0058c44e1a3ddba6fb6ac0b3132de5b266d57fdd059b756730d562307ffada6d gh-ost
5e389eeeaf3fded040e61f5be6f8ab282af866f33a94ba7d34fccf9e52a8ec44 gh-ost-1.1.6-1.x86_64.rpm
5d15547f207e72591fd3a55c9cbea275396880a65a290742287a1ac84d0f4977 gh-ost-binary-linux-amd64-20231207144046.tar.gz
12f9d91a77774e85073fdea6bfb26f457424bf65b12043cb330e288231aa3465 gh-ost-binary-linux-arm64-20231207144046.tar.gz
dbb4005dee04ae441ef5aba0c4d35052374ad852c87637f374b3990f36339cdb gh-ost-binary-osx-amd64-20231207144046.tar.gz
48fc179f7f91efb317c13c16bdc0d817bff0a4141b2732b40a7cbbe6ff211c20 gh-ost-binary-osx-arm64-20231207144046.tar.gz
f6ef9c83db73079c0c8395a85520b492551b9331c6063ce2f8996080aee51a3e gh-ost_1.1.6_amd64.deb
Assets 9
17 people reacted
You canβt perform that action at this time.