Skip to content

Latest commit

 

History

History
84 lines (48 loc) · 4.87 KB

File metadata and controls

84 lines (48 loc) · 4.87 KB

v1.2.0 [2025-10-13]

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)

v1.1.1 [2025-04-18]

Bug fixes

  • Fixed Linux AMD64 plugin build failures for Postgres 14 FDW, Postgres 15 FDW, and SQLite Extension by upgrading GitHub Actions runners from ubuntu-20.04 to ubuntu-22.04.

v1.1.0 [2025-04-17]

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)

v0.4.0 [2023-12-12]

What's new?

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)

v0.3.1 [2023-10-05]

Dependencies

v0.3.0 [2023-10-02]

Dependencies

v0.2.0 [2023-04-11]

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)

v0.1.0 [2023-01-19]

Enhancements

  • Added columns alert_contacts and logs to uptimerobot_monitor table. (#15)

Dependencies

v0.0.3 [2022-11-11]

Bug fixes

  • Fixed ssl column not returning data in uptimerobot_monitor table.
  • Removed unused columns alert_contacts and logs in uptimerobot_monitor table.

v0.0.2 [2022-11-11]

Bug fixes

  • Fixed paging in uptimerobot_alert_contact, uptimerobot_maintenance_window and uptimerobot_monitor tables. (#13)
  • Fixed create_date_time column returning incorrect date in uptimerobot_monitor table.

v0.0.1 [2022-09-16]

What's new?