Skip to content

Releases: XAMPPRocky/octocrab

v0.42.0

14 Nov 09:06
9c39eaa
Compare
Choose a tag to compare

Added

  • added ssh_signing_keys ops (#725)

Other

  • Secrets and Code scanning alerts API (#730)
  • add support for custom executors (#728)
  • Fixup route in api/issues/update (#732)

v0.41.2

16 Oct 08:29
32c1467
Compare
Choose a tag to compare

Fixed

  • Removed rustls hard-dependency (#709)
  • crate build issues with stream feature (#711)

Other

  • Update tower dependency from 0.4.13 to 0.5.1 (#722)
  • added user's social accounts operations (/user/social_accounts) (#723)
  • added auth.user's git_ssh_keys operations (#719)
  • Remove --verbose (#716)

v0.41.1

10 Oct 22:16
02c8ac3
Compare
Choose a tag to compare

Fixed

  • don't capture backtraces by default (#710)

Other

  • added user's gpg_keys operations (#717)
  • Secrecy dependency update from 0.8.0 to 0.10.3 (#718)
  • Added handlers for Repo Dependabot API (#714)
  • #552 (emails, public_emails, visibility) (#712)
  • make some fields to public (#708)
  • Implement some style improvements (#698)

v0.41.0

30 Sep 14:28
8f7929f
Compare
Choose a tag to compare

Added

  • Implement getting users and reopos by their respective IDs (#690)

Fixed

  • (installation) [breaking] Return Result instead of panicking in Octocrab::installation (#687)

Other

  • Update tower-http requirement from 0.5.1 to 0.6.1 (#701)
  • add additional webhook model fields (#696)
  • Bump hyper-rustls version. (#699)

v0.40.0

23 Sep 11:47
bd8b648
Compare
Choose a tag to compare

Added

  • Support remove_assignees on issue API (#686)
  • add missing fields in CreateForkBuilder (#682)
  • Add Gist::public field (#678)

Fixed

  • (refs) [breaking] remove Reference::Commit variant (#697)

Other

  • Fix typo in cfg_attr statement (#693)
  • Handle empty author object in pr_commits (#656)
  • Add DeviceCodes::poll_until_available method (#679)
  • Uncomment pr_commits function (#680)
  • Only add base_path if req_pandq does not contain it (#684)
  • Update code scanning alert (#673)
  • Added merged_by and closed_by fields (#674)
  • Update and Fixes to the Code Scanning Models & Webhooks (#675)

v0.39.0

31 Jul 03:35
97a4a6c
Compare
Choose a tag to compare

Added

  • support permission on list_collaborators (#630)
  • add check run pull requests and list parameters (#494)
  • implement hook deliveries (#668)
  • allow sending non String payload with execute (#665)
  • added /user/blocks functionality (#657)
  • add method to create repo webhook (#640)

Fixed

  • use put instead of get for set_thread_subscription (#661)
  • (builder) Change add_retry_config signature to match others in OctocrabBuilder (#643)

Other

  • getting Code Scanning (#669)
  • added missing /repos/{owner}/{repo}/pulls/... handlers (#546) (#605)
  • Properly mark feature-gated functionality in docs (#662)
  • repos/releases improvements (#666)
  • Add AutoRebaseEnabled to models.rs (#660)
  • cargo fmt (#658)
  • Fix issue #635 (#637)
  • Update issues.rs (#634)
  • Add head repo to create pr (#636)
  • Added support for make_latest in UpdateReleaseBuilder (#646)
  • Changing the user name from required to optional parameter (#650)
  • Update models.rs (#651)

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)