Skip to content

Releases: XAMPPRocky/octocrab

v0.33.0

15 Jan 09:18
f11fb75
Compare
Choose a tag to compare

Added

  • add methods to builder for changing timeouts (#498)

Other

  • Always set http request header CONTENT-LENGTH (#464)
  • Add link to Content::decoded_content (#514)
  • Repairing two 204-related serde errors, and adding some simple tests. (#503)
  • Add CheckRunOutput (#515)
  • cargo clippy --tests --examples --fix (#496)
  • make dismissal_message optional (#501)
  • Add conclusion, completed_at and output fields to create check api (#467)
  • Fix typo in docs (#508)
  • [docs] Improve the update_file docs (#513)
  • added repos/list_contributors (#500)
  • Make user information optional
  • Use graphql_client to get stronger typing
  • add fields for refresh token and expiry timestamps (#477)

Fixed

  • Fixed two functions which return 204s and have no body, which throws serde errors
    • octocrab.issues().delete_label()
    • octocrab.teams().repos().remove()

Other

  • Added tests for the above functions
  • Also added tests for octocrab.teams().repos().add_or_update()
  • Also added tests for octocrab.issues().remove_label()

v0.32.0

03 Nov 07:32
2a3bfdb
Compare
Choose a tag to compare

Other

  • support eq and hash (#480)
  • Demonstrate variables and paging (#481)
  • Fix a bunch of clippy issues (#482)
  • add events for auto_merge_[disabled|enabled] (#479)
  • Add examples/graphql_issues.rs (#478)
  • Document the PullRequest number field (#476)
  • Update jsonwebtoken requirement from 8 to 9 (#471)

v0.31.2

15 Oct 15:47
0bfd9dd
Compare
Choose a tag to compare

Other

  • Add follow-redirect feature (#469)

v0.31.1

08 Oct 08:54
2da2259
Compare
Choose a tag to compare

Other

  • add get_readme for RepoHandler (#465)

v0.31.0

02 Oct 11:54
643fcd3
Compare
Choose a tag to compare

Other

  • Add WatchEvent (#462)
  • Checks API (#461)
  • Fix github_app_authentication.rs (#458)

v0.30.1

04 Sep 12:43
9f8a94e
Compare
Choose a tag to compare

Other

  • add tracing debug only when tracing feature is enabled (#454)

v0.30.0

01 Sep 19:26
03103f5
Compare
Choose a tag to compare

Other

  • Fix commit_comment webhook event parsing (#453)
  • Add Octocrab::users() and UsersHandler::repos (#451)
  • Add CommitHandler::associated_check_runs (#450)
  • Fix installation token cache issue (#442)
  • Add projects Api (#447)
  • Enhance installation webhook events
  • Add test for push webhook event
  • Implement custom deserialization for hybrid Github API timestamps
  • Make webhook_events deserialization tests more robust

v0.29.3

15 Aug 12:22
Compare
Choose a tag to compare

Other

  • add WebhookEventType::Schedule variant

v0.29.2

14 Aug 11:23
Compare
Choose a tag to compare

Fixed

  • fix get_asset url

Other

  • Add optional email field to Author
  • Add get_org_installation to AppsRequestHandler
  • Update CHANGELOG.md

v0.29.1

31 Jul 14:45
Compare
Choose a tag to compare

Other

  • Make models::webhook_events::payload public