@gitkraken/provider-apis 0.41.0 → 0.43.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.43.0
4
+
5
+ - Added `getPullRequestForRepo` to Azure DevOps
6
+ - Added `getMergeBase` to Azure DevOps
7
+ - Added `getFileContents` to Azure DevOps
8
+ - Added `getPullRequestDiff` to Azure DevOps
9
+ - Added `application/octet-stream` response handling to `fetchWrapper`
10
+
11
+ ## 0.42.0
12
+
13
+ - Fixed PR bucketing so that mergeable PRs with outstanding review requests appear in both "Ready to Merge" and "Waiting for Review" buckets
14
+
3
15
  ## 0.41.0
4
16
 
5
17
  - Added `getMergeBase` to Github