Skip to content

Latest commit

 

History

History
117 lines (66 loc) · 5.84 KB

CHANGELOG.md

File metadata and controls

117 lines (66 loc) · 5.84 KB

v1.0.0 [2024-10-22]

There are no significant changes in this plugin version; it has been released to align with Steampipe's v1.0.0 release. This plugin adheres to semantic versioning, ensuring backward compatibility within each major version.

Dependencies

v0.8.1 [2023-12-14]

Bug fixes

  • Fixed the plugin to correctly return data without any stray characters when using SQLite.

v0.8.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 _ctx column, and fixing connection and potential divide-by-zero bugs. (#51)

v0.7.1 [2023-10-05]

Dependencies

v0.7.0 [2023-10-02]

Dependencies

v0.6.0 [2023-04-10]

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. (#34)

v0.5.0 [2022-09-27]

Dependencies

  • Recompiled plugin with steampipe-plugin-sdk v4.1.7 which includes several caching and memory management improvements. (#30)
  • Recompiled plugin with Go version 1.19. (#30)

v0.4.0 [2022-07-22]

Bug fixes

  • Fixed inconsistent table name in the hackernews_top table which would cause intermittent caching issues. (#28)

Dependencies

v0.3.1 [2022-05-23]

Bug fixes

  • Fixed the Slack community links in README and docs/index.md files. (#24)

v0.3.0 [2022-04-27]

Enhancements

v0.2.0 [2022-04-05]

Enhancements

v0.1.0 [2021-11-23]

Enhancements

v0.0.3 [2021-10-06]

Enhancements

  • Updated the README file to include GitHub clone link and license information (#11)
  • Updated plugin license to Apache 2.0 per turbot/steampipe#488 (#8)

v0.0.2 [2021-03-07]

Enhancements

  • Update plugin README file

v0.0.1 [2021-02-25]

What's new?

  • Initial release with tables

    • hackernews_ask_hn
    • hackernews_best
    • hackernews_item
    • hackernews_job
    • hackernews_new
    • hackernews_show_hn
    • hackernews_top
    • hackernews_user