Skip to content

Releases: XAMPPRocky/octocrab

v0.20.0-alpha.2

10 Apr 19:23
212dec3
Compare
Choose a tag to compare

Other

  • Extend GistsHandler through star(...), 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

31 Mar 13:47
fbf5183
Compare
Choose a tag to compare
chore: release (#321)

Co-authored-by: release-plz <release-plz@github.com>

0.4.0

31 May 09:48
Compare
Choose a tag to compare

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 Organisations
  • pulls Pull Requests
  • repos Repositories
  • search Search using GitHub's query syntax.

Added Methods

Changes

  • Page<T> now has new fields for being used with GitHub's search API such as
    incomplete_results and total_count.