@gitkraken/provider-apis 0.15.2 → 0.17.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,25 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.17.0
4
+
5
+ - added `permissions` field to `GitPullRequest` (GitHub)
6
+ - added `getAccountFromAzureGraphAccount` (Azure DevOps)
7
+ - added `getAccountsFromAzureGraphAccounts (Azure DevOps)
8
+
9
+ ### ⚠️ Breaking Changes
10
+
11
+ - GitLab normalizes "manual" build status states as `OPTIONAL_ACTION_REQUIRED` instead of `ACTION_REQUIRED`
12
+ - replaced `getAccountsForAzureProject` with `getAzureGraphAccountsForAzureProject`, which now returns `AzureGraphAccount[]`
13
+
14
+ ## 0.16.0
15
+
16
+ - added paging to `getIssuesForProject` and `getIssuesForResourceForCurrentUser` (Jira and Jira Server)
17
+ - added `Behind`, `Blocked`, `UnknownAndBlocked`, and `Unstable` variants to `GitPullRequestMergeableState` (GitHub)
18
+
19
+ ### ⚠️ Breaking Changes
20
+
21
+ - changed `state` field's type in `GitBuildStatus` to `GitBuildStatusState`
22
+
3
23
  ## 0.15.2
4
24
 
5
25
  - added `getIssuesForResourceForCurrentUser` for (Jira and Jira Server)