v2.0.0
Breaking changes
- Increased the minimum required
glibc
version to2.34
for the FDW, due to the upgrade of the Linux build environment from Ubuntu 20.04 to Ubuntu 22.04 GitHub runners. As a result, Steampipe no longer supports older Linux distributions such as Ubuntu 20.04 and Amazon Linux 2.
Bug fixes
- Fix issue where the FDW did not correctly provide planning cost information for key-columns with an
any-of
requirement. This led the Postgres planner to choose query plans that do not include filters on those columns, even when filters were present in the query. (#558) - Fix issue where Steampipe was returning a 0 exit code even when a wrong sub-command was run. (#4563)