Releases: XAMPPRocky/octocrab
Releases · XAMPPRocky/octocrab
v0.20.0-alpha.2
Other
- Extend
GistsHandler
throughstar(...)
,unstar(...)
,is_starred(...)
(#330) - added poll org events (#325)
- Add
CurrentAuthHandler::list_gists_for_authenticated_user
(#328) - Fix typo in POST /gists endpoint (#327)
- Update hyper-rustls requirement from 0.23.2 to 0.24.0 (#324)
- Percent encode label name in remove_label to avoid InvalidUri(InvalidUriChar) error (#323)
- Update CHANGELOG.md
- Update CHANGELOG.md
v0.20.0-alpha.1
chore: release (#321) Co-authored-by: release-plz <release-plz@github.com>
0.4.0
All Octocrab releases are supported by the community and through
GitHub Sponsors.
New APIs
actions
Control and automate GitHub Actions.current
Metadata about the currently authenticated user.gitignore
Get and generate gitignore templates.licenses
Metadata about licenses.markdown
Render markdown with GitHub.orgs
Organisationspulls
Pull Requestsrepos
Repositoriessearch
Search using GitHub's query syntax.
Added Methods
Octocrab::graphql
Send a GraphQL request.IssueHandler::lock
Lock a GitHub issue with an optional reason.IssueHandler::unlock
Unlock a GitHub issue.IssueHandler::replace_all_labels
Replace all labels on an issue.IssueHandler::delete_label
Remove labels from an issue.IssueHandler::list_labels_for_issue
List all labels on an issue.IssueHandler::list_labels_for_repo
List all labels in a repository.PullRequestHandler::media_type
Set the media type for a single request.PullRequestHandler::get_diff
Get a pull request's diff file.PullRequestHandler::get_patch
Get a pull request's patch file.Page::number_of_pages
Get the number of pages in a paginated query if possible.
Changes
Page<T>
now has new fields for being used with GitHub's search API such as
incomplete_results
andtotal_count
.