Skip to content

Latest commit

 

History

History
235 lines (133 loc) · 12.7 KB

CHANGELOG.md

File metadata and controls

235 lines (133 loc) · 12.7 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.

v0.16.0 [2024-09-27]

Bug fixes

  • Fixed pagination in jira_issue table. (#133)
  • Fixed jira_issue and jira_issue_comment tables to correctly return data instead of an empty row when key quals are passed in the where clause. (#138)

Dependencies

v0.15.0 [2024-06-15]

Enhancements

  • The login_id column has now been assigned as a connection key column across all the tables which facilitates more precise and efficient querying across multiple Jira connections. (#119)
  • The Plugin and the Steampipe Anywhere binaries are now built with the netgo package. (#128)
  • Added the version flag to the plugin's Export tool. (#65)

Bug fixes

  • Fixed pagination in the jira_board table to correctly return all the data instead of partial results. (#127)

Dependencies

v0.14.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. (#111)

v0.13.0 [2023-11-15]

What's new?

Enhancements

  • Added the properties column to jira_project table. (#105)

Bug fixes

  • Fixed typo in the docs/index.md file. (#102) (Thanks @adrfrank for the contribution!)
  • Fixed the jira_issue table by enhancing case insensitivity support for the status column. (#90)

v0.12.1 [2023-10-04]

Dependencies

v0.12.0 [2023-10-02]

Dependencies

v0.11.0 [2023-09-21]

What's new?

  • Added support for querying on-premise Jira instances. This can be done by setting the personal_access_token config argument in the jira.spc file. (#86) (Thanks @juandspy for the contribution!)

Dependencies

  • Recompiled plugin with steampipe-plugin-sdk v5.5.1 which significantly reduces API calls and boosts query performance, resulting in faster data retrieval. (#92)

v0.10.2 [2023-08-22]

Bug fixes

  • Fixed the sprint_ids column of the jira_issue table to correctly return data for issues that have no sprints, instead of returning an error. (#87) (Thanks @juandspy for the contribution!)

v0.10.1 [2023-06-16]

Bug fixes

  • Fixed pagination in the jira_issue table to avoid the truncation of the result set. (#82)

v0.10.0 [2023-06-14]

Enhancements

  • Added JIRA_URL, JIRA_USER and JIRA_TOKEN environment variables for setting base_url, username and token config arguments respectively. (#79)

Bug fixes

  • Fixed the epic_key column in jira_issue table to consistently return data instead of null when key columns are not passed in the where clause. (#80)

v0.9.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. (#77)

v0.8.0 [2022-11-24]

Enhancements

  • Added support for DefaultRetryConfig configuration across all the tables to retry 429 Too Many Requests (Rate Limiting) errors. (#72)

v0.7.0 [2022-11-17]

Enhancements

  • Added the status_category column to the jira_issue table. (#69) (Thanks to @gabrielsoltz for the contribution!)

Dependencies

v0.6.1 [2022-10-13]

Bug fixes

  • Not found errors are now handled correctly in jira_backlog_issue, jira_component, jira_issue_type, and jira_sprint tables.

v0.6.0 [2022-09-26]

Bug fixes

  • Fixed typos in the plugin.go file and updated the filename to use jira/table_jira_global_setting.go instead of jira/table_ jira_global_setting.go. (#58) (Thanks to @s-spindler for the contribution!)

Dependencies

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

v0.5.0 [2022-06-17]

Enhancements

  • Added the column resolution_date to jira_issue table. (#56)

v0.4.1 [2022-05-23]

Bug fixes

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

v0.4.0 [2022-04-27]

Enhancements

  • Added support for native Linux ARM and Mac M1 builds. (#51)

v0.3.0 [2022-04-25]

Enhancements

  • Added key and project_type_key as optional list key columns to jira_project table. (#50)
  • Added context cancellation and limit handling for all tables. (#50)
  • Improved help messages if any of the require configuration arguments aren't set. (#50)

Bug fixes

  • Fixed paging for jira_project and jira_user tables so all results should be returned correctly. (#50)

v0.2.0 [2022-04-15]

Enhancements

v0.1.0 [2021-11-23]

Enhancements

v0.0.3 [2021-09-22]

What's new?

Enhancements

v0.0.2 [2021-07-08]

What's new?

Enhancements

  • Updated: Plugin category is now software development

Bug fixes

  • Fixed: Cleanup unused code (#21)

v0.0.1 [2021-06-17]

What's new?