Skip to content

Latest commit

 

History

History
69 lines (60 loc) · 4.05 KB

CHANGELOG.md

File metadata and controls

69 lines (60 loc) · 4.05 KB

CHANGELOG

All Octocrab releases are supported by the community and through GitHub Sponsors.

0.4.1

  • Relaxed the body argument on Octocrab::graphql from impl AsRef<str> to &impl serde::Serialize + ?Sized to allow accepting any valid JSON value. This is mainly useful for being able to use types from other libraries like graphql_client directly.

0.4.0

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.