Skip to content

Releases: go-testfixtures/testfixtures

v3.13.0

25 Oct 13:34
5205c2f
Compare
Choose a tag to compare
  • Add GCP Spanner support (#211 by @kikihakiem)
  • Remove ClickHouse underscore import by (#220 by @slsyy)
  • test: remove private api usages in tests (#221 by @slsyy)
  • CI: use docker compose instead of docker-compose (#214 by @slsyy)
  • Updated dependencies.

v3.12.0

13 Jul 21:03
Compare
Choose a tag to compare
  • Reset sequences in a single exec to improve performance (#208 by @slsyy)
  • Skip checksum calculation when not needed to improve performance (#207 by @slsyy).
  • Add SkipTableChecksumComputation option (#203, #206 by @slsyy)
  • PostgreSQL: Run some queries concurrently to improve performance (#205 by @slsyy).
  • Optimize Docker image a bit (#204 by @slsyy).

v3.11.0

25 May 15:38
Compare
Choose a tag to compare

v3.10.0

18 Feb 02:23
Compare
Choose a tag to compare
  • Fix usage with Microsoft SQL Server when the database is configured with a case sensitive setting (#182 by @wxiaoguang).
  • Updated some dependencies (by @andreynering).
  • Updated database systems versions on the Docker setup used by CI (#187 by @andreynering).

v3.9.0

01 May 23:36
Compare
Choose a tag to compare

v3.8.1

01 Aug 13:38
Compare
Choose a tag to compare
  • Upgrade golang.org/x/crypto dependency that includes a security fix (#136).

v3.8.0

04 Jul 13:17
Compare
Choose a tag to compare

v3.7.0

29 May 23:25
Compare
Choose a tag to compare
  • Add support for declaring multiples tables in the same YAML file (#98, #130).
  • Upgrade dependencies

v3.6.2

16 May 01:03
Compare
Choose a tag to compare
  • Upgrade dependencies

v3.6.1

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