@gitkraken/provider-apis 0.50.0 → 0.51.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 +4 -0
- package/dist/index.js +31 -31
- package/dist/index.providers.js +22 -22
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.51.0
|
|
4
|
+
|
|
5
|
+
- Fixed GitLab `getPullRequestDiff` failing on some self-managed instances that return `500 Internal Server Error` from the `/merge_requests/:iid/diffs` endpoint for large `per_page` values, by paging that endpoint in smaller chunks (with a higher page cap to preserve the overall diff-entry budget); also hardened `fetchAllPagedGitLabREST` to stop when `x-next-page` does not advance
|
|
6
|
+
|
|
3
7
|
## 0.50.0
|
|
4
8
|
|
|
5
9
|
- Added an optional `states` selector to PR/issue list inputs across GitHub, GitLab, Bitbucket, Bitbucket Server, Azure DevOps, and Jira, honored per provider without changing the default (open-only) behavior
|