Breaking changes
- Increased minimum required
glibc
version to2.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.
Whats new
- Allow using
pprof
on FDW whenSTEAMPIPE_FDW_PPROF
environment variable is set. (#368)
Bug fixes
- Fix issue where the FDW did not correctly provide planning cost information for key-columns with an
any-of
requirement. This could lead the Postgres planner to choose query plans that do not include filters on those columns, even when filters were present in the query. . (#558)
Dependencies
- Upgrade
go-jose/v4
to remediate vulnerabilities.