Octokit.NET v0.33.0 Release Notes

Release Date: 2019-09-12 // over 4 years ago
  • ๐Ÿ“ฆ Packages

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

    Advisories and Breaking Changes

    • None

    ๐Ÿš€ Release Notes

    ๐Ÿ‘ Milestone: Missing Pagination Support

    ๐Ÿ”‹ Features/Enhancements

    • โž• Added pagination support to MigrationsClient - #1949 via @hnrkndrssn
    • โž• Added pagination support to CommitCommentReactionsClient, IssueCommentReactionsClient, IssueReactionsClient and PullRequestReviewCommentReactionsClient - #1948 via @hnrkndrssn

    Milestone: None

    ๐Ÿ”‹ Features/Enhancements

    ๐Ÿ›  Fixes

    • โšก๏ธ Update EventInfo.Id field from int to long to prevent overflow exceptions - #1940 via @matt-richardson
    • ๐Ÿ”ง Prevent previous Tls1.2 fix for earlier frameworks from interfering with .NET 4.7+ SecurityProtocolType.SystemDefault configuration - #1936 via @ryangribble, @shiftkey
    • ๐Ÿ›  Fix SearchRepositoriesRequest Language filter option to use the parameter value rather than enum member name - #1951 via @benmcmorran
    • Implement SubmittedAt field on PullRequestReview response model - #1964 via @ryangribble

    Housekeeping

    • ๐Ÿง Adjust Cake and native build configurations to allow building on OSX/Linux out of the box - #1930 via @Vogel612
    • โšก๏ธ Updated Cake.Frosting tooling to latest version - #1978 via @devlead

    ๐Ÿ“š Documentation Updates

    • โšก๏ธ Update samples to use more up to date repository names - #1872 via @richlander
    • Corrected the issues sample code to use the correct ItemStateFilter enumeration - #1879 via @sebastienros
    • ๐Ÿš€ Update releases sample code to await the async call - #1924 via @shiftkey
    • Spell checked markdown doc files - #1929 via @bchavez
    • โž• Added sample covering how to create a PR from a fork - #1944 via @shahabhijeet
    • ๐Ÿ›  Fixed typo in developer documentation - #1971 via @shaggygi
    • ๐Ÿ›  Fixed typo in GitHub Apps documentation - #1985 via @Kissaki