Releases: go-testfixtures/testfixtures
Releases · go-testfixtures/testfixtures
v3.13.0
v3.12.0
- 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
- Add
OVERRIDING SYSTEM VALUE
forINSERT
statements on PostgreSQL (#183 by @amakmurr). - Upgraded dependencies (by @andreynering).
v3.10.0
- 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
v3.8.1
v3.8.0
- Add ability to load from a custom filesystem (#134, pkg.go.dev/io/fs).
- Upgrade to gopkg.in/yaml.v3, which includes a possible security vulnerability (#132, go-yaml/yaml#666).
v3.7.0
v3.6.2
- Upgrade dependencies