v2.0.0
Breaking changes
- Increased minimum required
glibcversion to2.34due 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
pprofon FDW whenSTEAMPIPE_FDW_PPROFenvironment variable is set. (#368)
Bug fixes
- Fix issue where the FDW did not correctly provide planning cost information for key-columns with an
any-ofrequirement. 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/v4to remediate vulnerabilities.