Octokit.NET v0.26.0 Release Notes

Release Date: 2017-08-31 // over 6 years ago
  • ๐Ÿ“ฆ Packages

    ๐Ÿ“ฆ Octokit 0.26.0 on nuget
    ๐Ÿ“ฆ Octokit.Reactive 0.26.0 on nuget

    Advisories and Breaking Changes

    • This release contains the necessary Octokit changes to specify the required_pull_request_reviews field on Branch Protection updates, which becomes mandatory when the Protected Branches API graduates from preview mode on the 1st September

    ๐Ÿš€ Release Notes

    ๐Ÿ”‹ Features/Enhancements

    • โšก๏ธ Implement RequiredPullRequestReviews support in IRepositoryBranchesClient.UpdateBranchProtection and additional granular methods to GetReviewEnforcement, UpdateReviewEnforcement and RemoveReviewEnforcement via @M-Zuber, @ryangribble