You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,19 @@
1
+
## v0.15.0 [2024-06-15]
2
+
3
+
_Enhancements_
4
+
5
+
- 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](https://github.com/turbot/steampipe-plugin-jira/pull/119))
6
+
- The Plugin and the Steampipe Anywhere binaries are now built with the `netgo` package. ([#128](https://github.com/turbot/steampipe-plugin-jira/pull/128))
7
+
- Added the `version` flag to the plugin's Export tool. ([#65](https://github.com/turbot/steampipe-export/pull/65))
8
+
9
+
_Bug fixes_
10
+
11
+
- Fixed pagination in the `jira_board` table to correctly return all the data instead of partial results. ([#127](https://github.com/turbot/steampipe-plugin-jira/pull/127))
12
+
13
+
_Dependencies_
14
+
15
+
- Recompiled plugin with [steampipe-plugin-sdk v5.10.1](https://github.com/turbot/steampipe-plugin-sdk/blob/main/CHANGELOG.md#v5100-2024-04-10) that adds support for connection key columns. ([#119](https://github.com/turbot/steampipe-plugin-jira/pull/119))
0 commit comments