All Versions
18
Latest Version
Avg Release Cycle
93 days
Latest Release
371 days ago
Changelog History
Page 1
Changelog History
Page 1
-
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 -
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).
- ๐ Fix insert of JSON values on PostgreSQL when using
-
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 -
v3.2.0 Changes
May 10, 2020- โ Add support for loading multiple files and directories (#65).
-
v3.1.2 Changes
April 26, 2020- Dump: Fix column order in generated YAML files (#62).
-
v3.1.1 Changes
January 11, 2019- โ
testfixtures now work with both
mssql
andsqlserver
drivers. Note that themssql
one is deprecated, though. So try to migrate tosqlserver
once possible.
- โ
testfixtures now work with both
-
v3.1.0 Changes
January 09, 2019- ๐ Using
sqlserver
driver instead of the deprecatedmssql
(#58).
- ๐ Using