Octokit.NET v0.28.0 Release Notes

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

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

    Advisories and Breaking Changes

    • ๐Ÿš€ This release has been pushed out in response to CommitStatus.Id on GitHub exceeding Int32.MaxValue. We've made this field a long now... sorry about that!

    ๐Ÿš€ Release Notes

    ๐Ÿ”‹ Features/Enhancements

    • ๐Ÿš€ You can now use IGitHubClient.SetRequestTimeout(TimeSpan timeout) to set a custom timeout, particularly useful for lengthy operations such as uploading release assets. - #1693 via @pmiossec, @ryangribble

    ๐Ÿ›  Fixes

    • โšก๏ธ Update CommitStatus.Id field from int to long to prevent overflow exceptions - #1703 via @kzu

    Housekeeping

    • ๐Ÿ“š Correct rendering of HttpClient documentation page - #1699 via @scovetta