Skip to content

v0.37 - Back From Somewhere

Compare
Choose a tag to compare
@shiftkey shiftkey released this 03 Feb 22:33

Packages

Octokit 0.37.0 on NuGet
Octokit.Reactive 0.37.0 on NuGet

Advisories and Breaking Changes

  • None

Release Notes

Features/Enhancements

  • Add support for organization memberships API - #2014 via @hnrkndrssn
  • Add support for filtering repository collaborators by their affiliation - #2043 via @hnrkndrssn

Fixes

  • Added "Jupyter Notebook" to Search Repositories API - #2032 via @Dagizmo
  • Fix encoding of spaces when using Search API - #2038 via @Dagizmo
  • Change IssueEvent.Id from int to long to address deserialization issue - #2060 via @stevedesmond-ca
  • Add CheckConclusion.Skipped value to Conclusion property for CheckSuite and CheckRun - #2077 via @JeffreyPalmer

Housekeeping

  • Upgrade project tooling to Cake 0.36 - #2039 and #2062 via @devlead
  • Update GitHubJwt to version 0.0.4 - #2057 via @dependabot
  • Address NuGet warning about deprecated PackageIconUrl value - #2063 via @shiftkey
  • Add Microsoft.NETFramework.ReferenceAssemblies to allow building projects properly on platforms that only have .NET Core installed - #2064 via @shiftkey
  • Upgrade SourceLink and GitVersion tools - #2065 via @shiftkey
  • Enable GitHub Actions for building and testing pull requests - #2066 via @shiftkey
  • Cleanup CoreOnly usage in project files - #2072 via @shiftkey
  • Cleanup Travis features in build scripts - #2073 via @shiftkey
  • Switch to Microsoft.SourceLink.GitHub for embedding GitHub URLs into assemblies - #2074 via @shiftkey

Documentation Updates