Skip to content

v0.33 - The One In September

Compare
Choose a tag to compare
@shiftkey shiftkey released this 12 Sep 21:32

Packages

Octokit 0.33.0 on NuGet
Octokit.Reactive 0.33.0 on NuGet

Advisories and Breaking Changes

  • None

Release Notes

Milestone: Missing Pagination Support

Features/Enhancements

  • Added pagination support to MigrationsClient - #1949 via @hnrkndrssn
  • Added pagination support to CommitCommentReactionsClient, IssueCommentReactionsClient, IssueReactionsClient and PullRequestReviewCommentReactionsClient - #1948 via @hnrkndrssn

Milestone: None

Features/Enhancements

Fixes

  • Update EventInfo.Id field from int to long to prevent overflow exceptions - #1940 via @matt-richardson
  • Prevent previous Tls1.2 fix for earlier frameworks from interfering with .NET 4.7+ SecurityProtocolType.SystemDefault configuration - #1936 via @ryangribble, @shiftkey
  • Fix SearchRepositoriesRequest Language filter option to use the parameter value rather than enum member name - #1951 via @benmcmorran
  • Implement SubmittedAt field on PullRequestReview response model - #1964 via @ryangribble

Housekeeping

  • Adjust Cake and native build configurations to allow building on OSX/Linux out of the box - #1930 via @Vogel612
  • Updated Cake.Frosting tooling to latest version - #1978 via @devlead

Documentation Updates