skeema v1.2.6 Release Notes

Release Date: 2019-08-19 // over 4 years ago
  • ๐Ÿš€ This release contains bug fixes for several edge cases:

    • MySQL 8.0 and Percona Server 8.0: tables with multiple create options (e.g. ROW_FORMAT, STATS_AUTO_RECALC, etc) were sometimes erroneously marked as unsupported for diff. (#88)
    • ๐Ÿ“œ Procs/funcs could not be parsed if their param list formatting contained embedded newlines, and Skeema was being run as a non-root user. (#95)
    • ๐Ÿณ workspace=docker was overly cautious around image verification between runs. (f896e48)
    • ๐Ÿ“œ Sharding options involving shelling out to an external script (host-wrapper, backtick-wrapped schema) could confusingly mis-parse the delimiter used in the script's output if any trailing newline/whitespace was present. (314163d)

    Thank you to all users who submitted issues recently!