Skip to content

Releases: XAMPPRocky/octocrab

v0.38.0

09 Apr 10:50
7e280be
Compare
Choose a tag to compare

Added

  • Add generate_release_notes: (#588)

Other

  • Unify diff entry models (#624)
  • Added tests for .delete_thread_subscriptions() (#620)
  • Adding tests, and fixing missing error code. (#619)

v0.37.0

27 Mar 13:57
314618c
Compare
Choose a tag to compare

Fixed

  • [breaking] Change Rate::reset to u64 (#615)

Other

  • Update graphql_client requirement from 0.13.0 to 0.14.0 (#617)
  • Added basic support for getting user profiles (#616)
  • Update manual github app authentication example (#610)

v0.36.0

19 Mar 18:01
344cfa7
Compare
Choose a tag to compare

Added

  • WASM Support (#591)

Other

  • fix some comments (#611)
  • Add status code to GithubError (#607)
  • Add Pending variant to octocrab::models::workflows::Status (#604)
  • Fix personal token auth for pagination (#602)
  • Fixed some .gists() functions, and wrote tests. (#606)
  • Allow directly passing SecretString (#601)

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 wiremock@v0.6.0 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)