Skip to content

Releases: github/gh-ost

GA release v1.0.14

26 Aug 06:38

Choose a tag to compare

Notable:

  • --concurrent-rowcount (#194): with --exact-rowcount, issue the count(*) concurrently even as row copy takes place (row count gets updated throughout the migration)
  • Using STRICT_ALL_TABLES for all operations, as safety net ()
  • Fixed support for 5.5 (#184)
  • Relaxed config file parser (#198)

GA release v1.0.13

24 Aug 07:32

Choose a tag to compare

Notable:

  • Last fixes to time-size related issue (gh-ost is now fully UTC)
  • Fixed column rename DML apply failure

GA release v1.0.11

22 Aug 09:53

Choose a tag to compare

GA release v1.0.11 Pre-release
Pre-release

Notable:

  • Fix to timezone issue #161

GA release v1.0.10

18 Aug 08:15

Choose a tag to compare

Notable:

  • Fixed integrity issue #157 (unsigned int values)
  • Remove SUPER requirement when running with RBR: #156, introducing --assume-rbr

GA release v1.0.9

15 Aug 08:59

Choose a tag to compare

Various PR merges and fixes:

  • relaxed check for log_slave_updates (closes #135)
  • bailing out when triggers exist (closes #141), but also note #153
  • cleanup socket file
  • ipv6 support in MySQL connection
  • More user friendly error reporting for privileges
    and more.

Thank you kindly to all contributors!

GA release v1.0.8

01 Aug 08:39

Choose a tag to compare

Generally available

GA release v1.0.6

27 Jul 21:11

Choose a tag to compare

Generally available

GA release v1.0.2

19 Jul 23:06

Choose a tag to compare

Merge pull request #94 from github/documentation

More documentation updates

GA release v1.0.1

12 Jul 08:34

Choose a tag to compare

This is the first GA release of gh-ost, now that it's being used in production.

v0.9.9, pre-production

04 Jul 12:31

Choose a tag to compare

Pre-release

Pre-production, use at your own risk