v0.31 - Check yo' self!
Packages
Octokit 0.31.0
on NuGet
Octokit.Reactive 0.31.0
on NuGet
Advisories and Breaking Changes
- None
Release Notes
Milestone: GitHub Apps
Features/Enhancements
- Implemented Check Suites component of New Checks Api (Public Beta) - #1846 via @ryangribble, @Cyberboss
- Implemented Check Runs component of New Checks Api (Public Beta) - #1847 via @ryangribble, @Cyberboss
Milestone: None
Features/Enhancements
- Add new
EventInfoState
values (MarkedAsDuplicate
,UnmarkedAsDuplicate
andCommentDeleted
) - #1818 via @mirsaeedi - Add GraphQL NodeId property to all affected response models - #1806 via @ryangribble
- Implemented New API parameters for Project Card archiving (Preview) including
ProjectCard.Archived
,ProjectCardUpdate.Archived
and newProjectCardRequest
request - #1842 via @ryangribble - Implement support for Archiving repositories including adding
Archived
property toRepository
response model, adding the ability to archive a repository viaUpdateRepository.Archived
request, and filtering repo/issues searches withSearchRepositoriesRequest.Archived
andSearchIssuesRequest.Archived
- #1845 via @jguevara, @ryangribble
Fixes
- Fix exception in
RepositoriesClient.GetAllLanguages()
when no languages exist - #1831 via @ryangribble
Housekeeping
- Remove nuget dependency on
SourceLink.Create.GitHub
package - #1822 via @ryangribble
Documentation Updates
- Clarify the rate limit
Reset
field is in UTC - #1819 via @mirsaeedi - Revise GitHub Apps walkthrough documentation to provide more clarity - #1824 via @ryangribble