Skip to content

Latest commit

 

History

History
94 lines (78 loc) · 4.91 KB

CHANGELOG.md

File metadata and controls

94 lines (78 loc) · 4.91 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

0.20.0-alpha.1 - 2023-03-31

Other

  • Fix GitHubError / InvalidUri(InvalidFormat) (#320)
  • Fix the spelling of committer in RepoCommitPage (#316) (#317)
  • Add update state reason (#290)
  • Add target URL to Status model (#308)
  • (ci) add release-plz (#309)
  • Add remove_requested_reviewer function (#312)
  • Make command compatible with copy paste (#318)
  • Update tower-http requirement from 0.3.2 to 0.4.0 (#315)

CHANGELOG

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

Unreleased

Added Methods

  • [UpdateIssueBuilder::state_reason] Updates the state reason.

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.