1.3.0: 2019-01-24¶
Features Added¶
Add partial support for the Checks API:
Add support for listing check runs via
check_runsand check suites viacheck_suitesmethods toRepoCommit,MiniCommitandShortCommitclassesCheckRun.updateto update the check runCheckSuite.check_runsto retrieve the check runs for this suiteCheckRunOutput.annotationsclass to retrieve the annotations for a check run
Add
unignoremethod to unignore notifications from repository for the user, toRepositoryandShortRepositoryclasses.Add
unsubscribemethod to unsubscribe the user to repository’s notifications, toRepositoryandShortRepositoryclasses.Add support for webhooks in an organization by adding:
OrganizationHookclasscreate_hook,hook, andhooksmethods toShortOrganizationandOrganizationclasses
A
Project.retrieve_issue_from_contentmethod was added to retrieve an Issue from the content url.A
Project.retrieve_pull_request_from_contentmethod was added to retrieve a PullRequest from the content url.Add support for Parent/Child teams via the
hellicat-previewAPI preview type.Add support for specifying merge commit titles when merging a Pull Request.
Bugs Fixed¶
Stop hard-coding GitHub url that breaks work with a GitHub Enterprise instance.
Set default connect and read timeouts in
GitHubSessionto avoid hangs.