v0.28 - Get to the Chopper!!!
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 exceedingInt32.MaxValue
. We've made this field along
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
Housekeeping