You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# Changelog
2
2
3
+
## v3.16.0 - 2025-05-25
4
+
- feat: migrate from gopkg.in/yaml.v3 to github.com/goccy/go-yaml ([#290](https://github.com/go-testfixtures/testfixtures/pull/290) by @tomnewton)
5
+
- feat: add support for interleaved tables in spanner ([#290](https://github.com/go-testfixtures/testfixtures/pull/290) by @tomnewton)
6
+
- perf: identify identity columns once during init for postgres (#289) ([#289](https://github.com/go-testfixtures/testfixtures/pull/289) by @kolaente)
7
+
- feat: adds support for foreign keys constraints for composite primary keys in spanner ([#287](https://github.com/go-testfixtures/testfixtures/pull/287) by @tomnewton)
8
+
3
9
## v3.15.0 - 2025-05-11
4
10
5
11
- feat: support quoted columns in postgresql ([#286](https://github.com/go-testfixtures/testfixtures/pull/286) by @HTechHQ)
0 commit comments