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
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,16 @@
1
+
## v1.13.0 [2025-06-11]
2
+
_Breaking changes_
3
+
- Increased minimum required `glibc` version to `2.34` due to upgrading the Linux build environment from Ubuntu 20.04 to Ubuntu 22.04 GitHub runners. As a result, the FDW no longer supports older Linux distributions such as Ubuntu 20.04 and Amazon Linux 2.
4
+
5
+
_Whats new_
6
+
- Allow using `pprof` on FDW when `STEAMPIPE_FDW_PPROF` environment variable is set. ([#368](https://github.com/turbot/steampipe-postgres-fdw/issues/368))
7
+
8
+
_Bug fixes_
9
+
- Fix issue where the FDW ignored to apply filter for `anyOf` key columns for complex queries. ([#558](https://github.com/turbot/steampipe-postgres-fdw/issues/558))
10
+
11
+
_Dependencies_
12
+
- Upgrade `go-jose/v4` to remediate vulnerabilities.
13
+
1
14
## v1.12.7 [2025-06-03]
2
15
_Dependencies_
3
16
- Upgrade `golang.org/x/net` to remediate high vulnerabilities.
0 commit comments