Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Jun 13:05
1f3a50c

Breaking changes

  • 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.

Whats new

  • Allow using pprof on FDW when STEAMPIPE_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.