All Versions
21
Latest Version
Avg Release Cycle
101 days
Latest Release
661 days ago

Changelog History
Page 1

  • v3.8.0 Changes

    July 04, 2022
  • v3.7.0 Changes

    May 29, 2022
    • โž• Add support for declaring multiples tables in the same YAML file (#98, #130).
    • โฌ†๏ธ Upgrade dependencies
  • v3.6.2 Changes

    May 15, 2022
    • โฌ†๏ธ Upgrade dependencies
  • v3.6.1 Changes

    May 20, 2021
    • ๐Ÿ›  Fix possible security vulnerability by upgrading golang.org/x/crypto (#100).
  • v3.6.0 Changes

    April 17, 2021
    • โž• Add support for dumping a database using the CLI (use the --dump flag) (#88, #63).
    • ๐Ÿ‘Œ Support SkipResetSequences and ResetSequencesTo for MySQL and MariaDB (#91).
  • v3.5.0 Changes

    January 11, 2021
    • ๐Ÿ›  Fix insert of JSON values on PostgreSQL when using binary_parameters=yes in the connection string (#83, #84, lib/pq#528).
    • ๐Ÿ‘ Officially support binary columns through hexadecimal strings (#48, #82).
  • v3.4.1 Changes

    October 19, 2020
    • ๐Ÿ›  Fix for Microsoft SQL Server databases with views (#78).
  • v3.4.0 Changes

    August 09, 2020
    • โž• Add support to CockroachDB (#77).
  • v3.3.0 Changes

    June 27, 2020
    • โž• Add support for the github.com/jackc/pgx PostgreSQL driver (#71, #74).
    • ๐Ÿ›  Fix bug where some tables were empty due to ON DELETE CASCADE (#67, #70).
    • ๐Ÿ›  Fix SQLite version (#73).
    • On MySQL, return a clearer error message when a table doesn't exist (#69).
  • v3.2.0 Changes

    May 10, 2020
    • โž• Add support for loading multiple files and directories (#65).