skeema v1.4.2 Release Notes

Release Date: 2020-02-14 // about 4 years ago
    • ๐Ÿ‘ Diff support for tables using InnoDB transparent page compression, a feature available in MySQL 5.7+, Percona Server 5.7+, MariaDB 10.2+ (5e3a1e1)
    • ๐Ÿ‘ Diff support for tables using column compression, a feature available in Percona Server 5.6.33+ (e7ad0a3)
    • ๐Ÿ›  Fixes for new edge cases in MySQL 8.0.19 (533d073, c7ee397)

    ๐Ÿ‘• These improvements have also been deployed to Skeema.io CI, which provides automatic linting on commits and pull requests. If you store your schemas in a github.com private repo, try it soon before the free beta period closes!

    ๐ŸŽ Note for macOS Catalina users: to allow execution of the Skeema binary, remove the quarantine bit (xattr -d com.apple.quarantine skeema) or right-click open via Finder once. Alternatively, build Skeema from source.