Octokit.NET v0.32.0 Release Notes

Release Date: 2018-09-09 // over 5 years ago
  • ๐Ÿ“ฆ Packages

    ๐Ÿ“ฆ Octokit 0.32.0 on NuGet
    ๐Ÿ“ฆ Octokit.Reactive 0.32.0 on NuGet

    Advisories and Breaking Changes

    • โšก๏ธ Due to upstream breaking changes in the CheckRuns API, using check runs against github.com will require using the new/renamed fields on CheckRunAnnotation response and NewCheckRunAnnotation request models. However the old fields are maintained in octokit.net (marked as deprecated) to continue supporting GitHub Enterprise 2.14, which will not receive these changes. Users of GHE 2.14 should use the old fields, whilst users of github.com should update to use the new fields

    ๐Ÿš€ Release Notes

    Milestone: GitHub Apps

    ๐Ÿ”‹ Features/Enhancements

    • ๐Ÿ—„ Adjust GitHub App Installation Access Token route in line with announced API changes - #1860 via @ryangribble
    • Implement additional endpoints for GitHub Apps to find installations for a given organization, repository or user - #1854 via @StanleyGoldman, @ryangribble
    • Implement GitHub Apps Installation API to allow listing all repositories a GitHub App Installation or GitHub App authenticated user has access to - #1854 via @StanleyGoldman, @ryangribble
    • โš  Implement new/changed fields on CheckRunAnnotation response and NewCheckRunAnnotation request models - replace Filename with Path, WarningLevel with AnnotationLevel and add StartColumn and EndColumn - #1857 via @ryangribble
    • โž• Add new method CheckSuitesClient.Rerequest() and mark the old CheckSuitesClient.Request() method as deprecated (this will no longer function on github.com but will continue to be supported on GitHub Enterprise 2.14) - #1857 via @ryangribble

    ๐Ÿ›  Fixes

    • โšก๏ธ Adjust StartedAt and Status fields of NewCheckRun and CheckRunUpdate requests, to allow null values, avoiding resetting these to default values when not specified - #1852 via @Cyberboss, @ryangribble

    ๐Ÿ“š Documentation Updates

    • ๐Ÿ›  Fixed code samples in GitHub Apps sample docs to use the correct sub client property name - #1853 via @d-a-s

    Milestone: None

    ๐Ÿ›  Fixes

    • ๐Ÿšš IssueLabelsClient.RemoveFromIssue() no longer fails with a HTTP 400 "Bad Request" error from the GitHub Api - #1868 via @ryangribble