Dependencies
- Recompiled plugin with Go version
1.24. (#65) - Recompiled plugin with steampipe-plugin-sdk v5.13.1 that addresses critical and high vulnerabilities in dependent packages. (#66)
Bug fixes
- Fixed Linux AMD64 plugin build failures for
Postgres 14 FDW,Postgres 15 FDW, andSQLite Extensionby upgrading GitHub Actions runners fromubuntu-20.04toubuntu-22.04.
Dependencies
- Recompiled plugin with Go version
1.23.1. (#61) - Recompiled plugin with steampipe-plugin-sdk v5.11.5 that addresses critical and high vulnerabilities in dependent packages. (#61)
What's new?
- The plugin can now be downloaded and used with the Steampipe CLI, as a Postgres FDW, as a SQLite extension and as a standalone exporter. (#42)
- The table docs have been updated to provide corresponding example queries for Postgres FDW and SQLite extension. (#42)
- Docs license updated to match Steampipe CC BY-NC-ND license. (#42)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v5.8.0 that includes plugin server encapsulation for in-process and GRPC usage, adding Steampipe Plugin SDK version to column
_ctx, and fixing connection and potential divide-by-zero bugs. (#41)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v5.6.2 which prevents nil pointer reference errors for implicit hydrate configs. (#30)
Dependencies
- Upgraded to steampipe-plugin-sdk v5.6.1 with support for rate limiters. (#27)
- Recompiled plugin with Go version
1.21. (#27)
Dependencies
Recompiled plugin with steampipe-plugin-sdk v5.3.0 which includes fixes for query cache pending item mechanism and aggregator connections not working for dynamic tables. (#18)
Enhancements
- Added columns
alert_contactsandlogstouptimerobot_monitortable. (#15)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v4.1.9 which fixes hydrate function caching for aggregator connections. (#16)
Bug fixes
- Fixed
sslcolumn not returning data inuptimerobot_monitortable. - Removed unused columns
alert_contactsandlogsinuptimerobot_monitortable.
Bug fixes
- Fixed paging in
uptimerobot_alert_contact,uptimerobot_maintenance_windowanduptimerobot_monitortables. (#13) - Fixed
create_date_timecolumn returning incorrect date inuptimerobot_monitortable.
What's new?