Skip to content

Latest commit

 

History

History
109 lines (60 loc) · 6.27 KB

CHANGELOG.md

File metadata and controls

109 lines (60 loc) · 6.27 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.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. (#54)

v0.7.1 [2023-10-05]

Dependencies

v0.7.0 [2023-10-02]

Dependencies

v0.6.0 [2023-03-22]

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

Bug fixes

  • Fixed the external_id column in zendesk_ticket table to be of STRING data type instead of INT. (#37) (Thanks @tylarb for the contribution!)

v0.5.0 [2022-09-09]

Dependencies

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

v0.4.1 [2022-05-23]

Bug fixes

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

v0.4.0 [2022-04-28]

Enhancements

v0.3.0 [2021-11-23]

Enhancements

Bug fixes

  • Fixed example query in zendesk_organization table (#22)

v0.2.4 [2021-09-22]

Enhancements

v0.2.3 [2021-05-06]

What's new?

Documentation

  • Updated README.md and index.md with latest standards (#12)

v0.2.2 [2021-03-18]

Enhancements

v0.2.1 [2021-02-25]

Bug fixes

  • Recompiled plugin with latest steampipe-plugin-sdk to resolve SDK issues:
    • Fix error for missing required quals #40.
    • Queries fail with error socket: too many open files #190

v0.2.0 [2021-02-18]

What's new?

  • Added support for connection configuration. You may specify zendesk subdomain, email and token for each connection in a configuration file. You can have multiple zendesk connections, each configured for a different zendesk account.