Releases: turbot/steampipe
Releases · turbot/steampipe
v0.2.1
v0.2.1. Closes #208
v0.2.0
v0.2.0. #192
v0.1.3
Fix typo in error message. Closes #163
v0.1.2
v0.1.2. Closes #136
v0.1.1
Fix release workflow for ubuntu
v0.0.17
improvements
- Rename
steampipe plugin remove
tosteampipe plugin uninstall
- Tidy up user experience and log messages during first install.
- Put public schema first in the search_path (not last) for easier use
- Check that the required FDW version is installed.
- Add version check service, to notify when update is available.
steampipe service stop
should not stop if service was started byquery
.- Remove url from plugin install error message.
v0.0.16
improvements
- Update postgres setup - add steampipe database and user, move FDW tables into steampipe schema, update permissions to protect users.
- Add autocomplete for meta-commands.
- Service management improvements - only a single
query
session can run (unlessservice start
was run previously)
v0.0.15
improvements
- add
public
to search_path - add support for
inet
andcidr
quals
bug fixes
- the search path was being set twice