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_contacts
andlogs
touptimerobot_monitor
table. (#15)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v4.1.9 which fixes hydrate function caching for aggregator connections. (#16)
Bug fixes
- Fixed
ssl
column not returning data inuptimerobot_monitor
table. - Removed unused columns
alert_contacts
andlogs
inuptimerobot_monitor
table.
Bug fixes
- Fixed paging in
uptimerobot_alert_contact
,uptimerobot_maintenance_window
anduptimerobot_monitor
tables. (#13) - Fixed
create_date_time
column returning incorrect date inuptimerobot_monitor
table.
What's new?