Skip to content

Releases: go-testfixtures/testfixtures

v3.6.1

21 May 00:36
Compare
Choose a tag to compare
  • Fix possible security vulnerability by upgrading golang.org/x/crypto (#100).

v3.6.0

18 Apr 01:26
Compare
Choose a tag to compare
  • 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

11 Jan 19:45
Compare
Choose a tag to compare
  • 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

19 Oct 13:26
Compare
Choose a tag to compare
  • Fix for Microsoft SQL Server databases with views (#78).

v3.4.0

09 Aug 19:04
Compare
Choose a tag to compare
  • Add support to CockroachDB (#77).

v3.3.0

27 Jun 22:34
Compare
Choose a tag to compare
  • 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

10 May 20:25
Compare
Choose a tag to compare
  • Add support for loading multiple files and directories (#65).

v3.1.2

26 Apr 21:38
Compare
Choose a tag to compare
  • Dump: Fix column order in generated YAML files (#62).

v3.1.1

11 Jan 23:38
Compare
Choose a tag to compare
  • testfixtures now work with both mssql and sqlserver drivers. Note that the mssql one is deprecated, though. So try to migrate to sqlserver once possible.

v3.1.0

09 Jan 21:08
Compare
Choose a tag to compare
  • Using sqlserver driver instead of the deprecated mssql (#58).