Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Update Rust crate octocrab to 0.39.0 #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 18, 2021

Mend Renovate

This PR contains the following updates:

Package Type Update Change
octocrab dependencies minor 0.11.0 -> 0.39.0

Release Notes

XAMPPRocky/octocrab (octocrab)

v0.39.0

Compare Source

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

Compare Source

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

Compare Source

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

Compare Source

Added
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

Compare Source

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

Compare Source

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

v0.34.2

Compare Source

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

Compare Source

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

Compare Source

Other

v0.33.4

Compare Source

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

v0.33.3

Compare Source

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

v0.33.2

Compare Source

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

Compare Source

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

v0.33.0

Compare Source

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

Compare Source

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

Compare Source

Other
  • Add follow-redirect feature (#​469)

v0.31.1

Compare Source

Other
  • add get_readme for RepoHandler (#​465)

v0.31.0

Compare Source

Other

v0.30.1

Compare Source

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

v0.30.0

Compare Source

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

Compare Source

Other
  • add WebhookEventType::Schedule variant

v0.29.2

Compare Source

Fixed
  • fix get_asset url
Other
  • Add optional email field to Author
  • Add get_org_installation to AppsRequestHandler
  • Update CHANGELOG.md

v0.29.1

Compare Source

Other
  • Make models::webhook_events::payload public

v0.29.0

Compare Source

Other
  • Add webhook event deserialization (#​427)
  • Update changelog for v0.28.0 (#​428)
  • Add associated pull requests and commit compare functionality (#​413)
  • Fix clippy 1.71 warnings (#​424)

v0.28.0

Compare Source

Other

v0.27.0

Compare Source

Other

v0.26.0

Compare Source

Other
  • Pass through hyper-rustls/webpki-tokio (#​392)

v0.25.1

Compare Source

Other
  • Pass through hyper-rustls/webpki-tokio (#​392)

v0.25.0

Compare Source

Other
  • Add User Access Authentication (#​375)
  • Add allow_forking & allow_update_branch in Repository model (#​379)
  • added org secrets api (#​384)

v0.24.0

Compare Source

Fixed
  • the API returns one reviewer not reviewers (#​390)
  • wrap pull_request_review_id in an Option (#​388)
Other
  • Add Issue Timeline API (#​389)
  • add some of the missing fields to PullRequest (#​386)
  • Builder for list_reviews for pulls (#​387)
  • Link to gists documentation in README (#​383)

v0.23.0

Compare Source

Other
  • Add "updated since" support to ListIssuesBuilder (#​373)
  • Gists API: Complete support (#​371)
  • Add more fields (#​369)

v0.22.0

Compare Source

Other
  • Add leading / to NotificationsHandler.lists() (#​364)
  • Alter graphql method to pass arbitrarily complex payloads (variables and graphql-client support) (#​332)
  • Fix authentication endpoints (#​354)
  • Handle redirects for download_tarball (#​359)
  • Make building without the retry feature work. (#​358)
  • Add list_org_memberships_for_authenticated_user (#​357)
  • add Uploader struct for Asset uploader field (#​355)

v0.21.0

Other
  • Add an example showing gist creation (#​329)
  • Use CommitAuthor for Commit.author (#​353)
  • Create release-plz.toml
  • Sort deps in cargo.toml (#​352)
  • Enable rustls(and use as default client) (#​351)
  • (ci) update release-plz version (#​350)
  • Add missing pub to struct ListCheckRuns 😅 (#​347)
  • Add Checks API skeleton (#​345)
  • cargo fmt (#​343)
  • Remove reqwest (#​342)

v0.20.0

Other
  • Handle DELETE /gists/{gist_id} (#​333)

v0.19.0

Compare Source

v0.18.1

Compare Source

v0.18.0

Compare Source

v0.17.0

Compare Source

v0.16.0

Compare Source

v0.15.4

Compare Source

v0.15.3

Compare Source

v0.15.2

Compare Source

v0.15.1

Compare Source

v0.15.0

Compare Source

v0.14.0

Compare Source

v0.13.0

Compare Source

v0.12.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update Rust crate octocrab to 0.12.0 Update Rust crate octocrab to 0.15.3 Jan 8, 2022
@renovate renovate bot changed the title Update Rust crate octocrab to 0.15.3 Update Rust crate octocrab to 0.15.4 Mar 7, 2022
@renovate renovate bot changed the title Update Rust crate octocrab to 0.15.4 Update Rust crate octocrab to 0.16.0 Apr 27, 2022
@renovate renovate bot changed the title Update Rust crate octocrab to 0.16.0 Update Rust crate octocrab to 0.17.0 Sep 25, 2022
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Scan Summary

Tool Critical High Medium Low Status
Secrets Audit 0 5 0 0
Security Audit for Infrastructure 0 0 0 0

Recommendation

Please review the findings from Code scanning alerts before approving this pull request. You can also configure the build rules or add suppressions to customize this bot 👍

@renovate renovate bot changed the title Update Rust crate octocrab to 0.17.0 Update Rust crate octocrab to 0.18.1 Mar 16, 2023
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Scan Summary

Tool Critical High Medium Low Status
Secrets Audit 0 5 0 0

Recommendation

Please review the findings from Code scanning alerts before approving this pull request. You can also configure the build rules or add suppressions to customize this bot 👍

@renovate renovate bot changed the title Update Rust crate octocrab to 0.18.1 Update Rust crate octocrab to 0.19.0 Mar 24, 2023
@renovate renovate bot changed the title Update Rust crate octocrab to 0.19.0 Update Rust crate octocrab to 0.20.0 Apr 17, 2023
@renovate renovate bot changed the title Update Rust crate octocrab to 0.20.0 Update Rust crate octocrab to 0.23.0 May 28, 2023
@renovate renovate bot changed the title Update Rust crate octocrab to 0.23.0 Update Rust crate octocrab to 0.24.0 Jun 2, 2023
@renovate renovate bot force-pushed the renovate/octocrab-0.x branch 2 times, most recently from 621cdb4 to 325c1b1 Compare June 3, 2023 13:47
@renovate renovate bot changed the title Update Rust crate octocrab to 0.24.0 Update Rust crate octocrab to 0.25.0 Jun 3, 2023
@renovate renovate bot changed the title Update Rust crate octocrab to 0.25.0 Update Rust crate octocrab to 0.25.1 Jun 6, 2023
@renovate renovate bot changed the title Update Rust crate octocrab to 0.25.1 Update Rust crate octocrab to 0.26.0 Jul 12, 2023
@renovate renovate bot changed the title Update Rust crate octocrab to 0.32.0 Update Rust crate octocrab to 0.33.0 Jan 15, 2024
@renovate renovate bot changed the title Update Rust crate octocrab to 0.33.0 Update Rust crate octocrab to 0.33.1 Jan 15, 2024
@renovate renovate bot changed the title Update Rust crate octocrab to 0.33.1 Update Rust crate octocrab to 0.33.2 Jan 24, 2024
@renovate renovate bot changed the title Update Rust crate octocrab to 0.33.2 Update Rust crate octocrab to 0.33.3 Jan 26, 2024
@renovate renovate bot changed the title Update Rust crate octocrab to 0.33.3 Update Rust crate octocrab to 0.33.4 Feb 6, 2024
@renovate renovate bot changed the title Update Rust crate octocrab to 0.33.4 Update Rust crate octocrab to 0.34.0 Feb 7, 2024
@renovate renovate bot changed the title Update Rust crate octocrab to 0.34.0 Update Rust crate octocrab to 0.34.1 Feb 12, 2024
@renovate renovate bot changed the title Update Rust crate octocrab to 0.34.1 Update Rust crate octocrab to 0.34.2 Mar 4, 2024
@renovate renovate bot changed the title Update Rust crate octocrab to 0.34.2 Update Rust crate octocrab to 0.34.3 Mar 5, 2024
@renovate renovate bot changed the title Update Rust crate octocrab to 0.34.3 Update Rust crate octocrab to 0.35.0 Mar 11, 2024
@renovate renovate bot changed the title Update Rust crate octocrab to 0.35.0 Update Rust crate octocrab to 0.36.0 Mar 19, 2024
@renovate renovate bot changed the title Update Rust crate octocrab to 0.36.0 Update Rust crate octocrab to 0.37.0 Mar 27, 2024
@renovate renovate bot changed the title Update Rust crate octocrab to 0.37.0 Update Rust crate octocrab to 0.38.0 Apr 9, 2024
@renovate renovate bot changed the title Update Rust crate octocrab to 0.38.0 Update Rust crate octocrab to 0.39.0 Jul 31, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants