Skip to content

v0.36 - Not the Wurst

Compare
Choose a tag to compare
@shiftkey shiftkey released this 08 Oct 00:28

Packages

Octokit 0.36.0 on NuGet
Octokit.Reactive 0.36.0 on NuGet

Advisories and Breaking Changes

SearchCodeRequest.Extension has been renamed to SearchCodeRequest.Extensions and is now an IEnumerable<string> to support specifying multiple file extensions when searching

Release Notes

Fixes

  • Added support for searching code with multiple file extensions - #2019 via @ecarlson94
  • Added new event payload fields for head_ref_force_pushed and transferred - #2024 via @hnrkndrssn