Skip to content

fix(deps): update rust crate gitlab to 0.1706.0 - autoclosed

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

This MR contains the following updates:

Package Type Update Change
gitlab dependencies minor 0.1705.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.

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