Update dependency Octokit to v0.44.0#1068
Merged
dustinsoftware merged 1 commit intomasterfrom Mar 15, 2020
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.43.0->0.44.0Release Notes
octokit/octokit.net
v0.44.0Compare Source
Packages
Octokit 0.44.0on NuGetOctokit.Reactive 0.44.0on NuGetAdvisories and Breaking Changes
Due to the Review Request API graduating from preview there are some breaking changes that will impact callers:
client.PullRequest.ReviewRequest.GetAll()has been removed in favour ofclient.PullRequest.ReviewRequest.Get()as there is no pagination support for the APIclient.PullRequest.ReviewRequest.Get()now returns aRequestedReviewsobject that contains users and teamsPullRequestReviewRequestnow accepts teams, and helper functions are added to make it clear whether a request review is for users or teamsThis snippet illustrates how to use the updated API:
UnixTimestampExtensions.ToUnixTimemethods are marked obsolete because there are equivalent APIs available in .NET Framework 4.6. As these are also intended for internal usage in .NET and should not be imported into the library code, these will be removed in a later update.Release Notes
Fixes
RequestedTeamsproperty toPullRequestresponse model - #2123 via @ch1seLclient.PullRequest.ReviewRequestto reflect what is currently supported - #2153 via @shiftkeyHousekeeping
UnixTimestampExtensions.ToUnixTimeextension methods with inbuild equivalents now that we target .NET Framework 4.6 - #2121 via @0xcedCheckSuitesClient- #2130 via @shiftkeyGitHubAppInstallationsClientinto root namespace - #2131 via @shiftkeyReleasesClientTests.TheCreateReleasesMethodtests as integration - #2152 via @0xcedRenovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.