Skip to content

v0.28 - Get to the Chopper!!!

Compare
Choose a tag to compare
@ryangribble ryangribble released this 06 Nov 11:38
ed1feb6

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