Skip to content

Releases: XAMPPRocky/octocrab

v0.35.0

11 Mar 09:01
71a45f7
Compare
Choose a tag to compare

Added

  • add repository list language support (#595)

Other

  • Added test for actions().create_workflow_dispatch() (#603)
  • added "Create a new Git commit object" (#600)
  • Added check-suites endpoints (#596)
  • Adding org secrets tests (#599)

v0.34.3

05 Mar 10:32
2b68d03
Compare
Choose a tag to compare

Other

  • Add delete_ref in RepoHandler (#573)
  • Adding tests to orgs().secrets().create_or_update_secret() (#590)

v0.34.2

04 Mar 07:14
e405a50
Compare
Choose a tag to compare

Other

  • Update base64 requirement from 0.21.0 to 0.22.0 (#592)
  • Add Public and Release events (#589)
  • Adding tests for actions().remove_selected_repo_from_org_secret() (#586)
  • Fixed the `projects().delete_project().send() function (#587)
  • Added more tests, for repos().delete() (#585)
  • Adding test for actions().actions_delete_workflow_run_logs_test() (#584)
  • Fixing snafu version update (#580)
  • Fixing the test that [email protected] breaks. (#579)
  • Added some more tests (#578)
  • Added a test (#577)

v0.34.1

12 Feb 08:33
172d20a
Compare
Choose a tag to compare

Other

  • Added tests to prove repos().secrets().delete_secret() (#570)
  • Adding test for issues().delete_comment() (#569)
  • Fixed issues().delete_comment_reaction() (#566)

v0.34.0

07 Feb 20:32
255a1cf
Compare
Choose a tag to compare

Other

  • Upgrade http/hyper 1.0 (#564)

v0.33.4

06 Feb 03:02
59be97c
Compare
Choose a tag to compare

Other

  • Don't send Authorization headers to third-party services. (#562)
  • Added tests for repos().merges() (#560)

v0.33.3

26 Jan 07:28
7789a24
Compare
Choose a tag to compare

Other

  • Handle redirects in ReleasesHandler::stream_asset(). (#556)
  • Tests for locking and unlocking issue comments (#557)

v0.33.2

24 Jan 15:27
5caca08
Compare
Choose a tag to compare

Other

  • Resolving issue with deleting reactions from issues. (#555)
  • Added a test for repos().is_collaborator(). The 204 case is good! (#553)

Other

  • Added a test case for repos().is_collaborator() to cover both 204 and 404 cases.

v0.33.1

15 Jan 19:20
6b0a197
Compare
Choose a tag to compare

Fixed

  • fixed timeout methods not being feature gated (#519)

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()