v0.33 - The One In September
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
andPullRequestReviewCommentReactionsClient
- #1948 via @hnrkndrssn
Milestone: None
Features/Enhancements
- Added
AuthorAssociation
field toIssueComment
,PullRequestReview
andPullRequestReviewComment
response models - #1877 via @mirsaeedi, @ryangribble - Add
Labels
toPullRequest
response model - #1926 via @ItsVeryWindy - Add additional optional fields
Login
andAllowSignup
toOauthLoginRequest
request - #1919 via @patriksvensson - Implement Require Multiple Approving Reviews for Protected Branches (Preview) - #1912 via @ryangribble
- Add
Slug
field toTeam
response - #1913 via @ryangribble - Support
CreateEvent
andDeleteEvent
payloads, using new response modelsCreateEventPayload
andDeleteEventPayload
- #1932 via @GMouron - Add
Id
field toLabel
response model - #1946 via @Potapy4 - Enhanced
DateRange
class used inSearchClient
requests to support time and timezone components - #1905 via @patricknolan
Fixes
- Update
EventInfo.Id
field fromint
tolong
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 onPullRequestReview
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
- Update samples to use more up to date repository names - #1872 via @richlander
- Corrected the issues sample code to use the correct
ItemStateFilter
enumeration - #1879 via @sebastienros - Update
releases
sample code to await the async call - #1924 via @shiftkey - Spell checked markdown doc files - #1929 via @bchavez
- Added sample covering how to create a PR from a fork - #1944 via @shahabhijeet
- Fixed typo in developer documentation - #1971 via @shaggygi
- Fixed typo in GitHub Apps documentation - #1985 via @Kissaki