Skip to content

fix(deps): update rust crate gitlab to 0.1706.0

renovate requested to merge renovate/gitlab-0.x into main

This MR contains the following updates:

Package Type Update Change
gitlab dependencies minor 0.1702.0 -> 0.1706.0

Release Notes

utils/rust-gitlab (gitlab)

v0.1706.0

Compare Source

Additions

  • Properly expose api::runners::RunnerMetadata for use with the CreateRunner::info method.
  • The following endpoints now support keyset pagination (depending on the ordering request):
    • api::groups::GroupProjects
    • api::projects::repository::Tree
    • api::users::UserProjects

Fixes

  • api::projects::repository::CreateCommit now property forces the encoding to base64 when non-UTF-8 contents are detected. This bumps the minimum Rust version to use the client_api feature to 1.66.
  • api::users::Users now supports keyset pagination when sorting by created_at or updated_at.

Deprecations

  • All webhooks and systemhooks types are deprecated. Parsing hooks should be done in the client crate to extract the fields of interest. See the hooktypes module for helpers with GitLab-specific oddities.
  • Deprecate api::issues::GroupIssues::{without_milestone,any_milestone,milestone} in preference for milestone_id. Previously documented to be deprecated in 0.1602.1, but the attributes were missed.

Additions

  • New hooktypes module for stable types to assist in webhook parsing.
  • hooktypes::HookDate to support parsing dates that appear in webhooks.
  • hooktypes::{HookKind, SystemHookType, WebHookType} to help classify webhooks.

v0.1705.0

Compare Source

Additions

  • Add ApiError code variants which give HTTP status codes with the GitLab error information (#​116). These variants are now returned instead of the status-less variants. The variants without status information are now deprecated.

v0.1704.1

Compare Source

Additions

  • Add api::projects::issues::DeleteIssue endpoint
  • Add api::projects::issues::notes::DeleteIssueNote endpoint
  • Add api::projects::approvals::ProjectApprovals endpoint
  • Add api::projects::approvals::ProjectApprovalRules endpoint
  • Add api::projects::repository::contributors::Contributors endpoint
  • Add api::users::CreateRunner endpoint
  • Add api::project::repository::branches::DeleteBranch endpoint
  • Add api::merge_requests::* datatypes (reexported from api::projects::merge_requests)
  • Support sorting merge requests by merge date
  • Add api::merge_requests::MergeRequests endpoint

v0.1704.0

Compare Source

  • No changes needed for GitLab 17.4.

v0.1703.0

Compare Source

  • No changes needed for GitLab 17.3.

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 MR is behind base branch, or you tick the rebase/retry checkbox.

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


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

This MR has been generated by Renovate Bot.

Edited by renovate

Merge request reports

Loading