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
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,15 @@
1
+
## v0.16.0 [2024-09-27]
2
+
3
+
_Bug fixes_
4
+
5
+
- Fixed pagination in `jira_issue` table. ([#133](https://github.com/turbot/steampipe-plugin-jira/pull/133))
6
+
- 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](https://github.com/turbot/steampipe-plugin-jira/pull/138))
7
+
8
+
_Dependencies_
9
+
10
+
- Recompiled plugin with Go version `1.22`. ([#135](https://github.com/turbot/steampipe-plugin-jira/pull/135))
11
+
- Recompiled plugin with [steampipe-plugin-sdk v5.10.4](https://github.com/turbot/steampipe-plugin-sdk/blob/develop/CHANGELOG.md#v5104-2024-08-29) that fixes logging in the plugin export tool. ([#135](https://github.com/turbot/steampipe-plugin-jira/pull/135))
0 commit comments