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
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,17 @@
1
+
## v1.2.0 [2025-07-17]
2
+
3
+
_Enhancements_
4
+
5
+
- Added `destination`, `source` and `destination_branch_name` columns to the `bitbucket_pull_request` table. ([#119](https://github.com/turbot/steampipe-plugin-bitbucket/pull/119))
6
+
7
+
_Bug fixes_
8
+
9
+
- Renamed the incorrectly named `branch_name` column to `source_branch_name` in the `bitbucket_pull_request` table to reflect the correct source branch of the pull request. ([#119](https://github.com/turbot/steampipe-plugin-bitbucket/pull/119))
10
+
11
+
_Dependencies_
12
+
13
+
- Recompiled plugin with [steampipe-plugin-sdk v5.11.7](https://github.com/turbot/steampipe-plugin-sdk/blob/develop/CHANGELOG.md#v5117-2025-06-04) which resolves an issue where rate limiters were not being applied to hydrate functions correctly. ([#115](https://github.com/turbot/steampipe-plugin-bitbucket/pull/115))
0 commit comments