Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update rust crate azure_devops_rust_api to 0.25.0 #196

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 29, 2024

This PR contains the following updates:

Package Type Update Change
azure_devops_rust_api dependencies minor 0.19.2 -> 0.25.0

Release Notes

microsoft/azure-devops-rust-api (azure_devops_rust_api)

v0.25.0

Breaking change
  • Change git 'Change::item' field to be optional.
    • Discovered that in some returned values this field is not present.
      Any code accessing this field now needs to wrap it in an Option, or deal with the returned value being wrapped in an Option.
Changes
  • Clippy fixes for needless_lifetime warnings.

v0.24.0

Compare Source

Breaking change
  • Update azure_core, azure_identity to 0.21.

v0.23.0

Compare Source

Breaking change
  • Change IdentityRef id to be optional
    • Discovered that in some returned values this field is not present.
      Any code accessing this field now needs to wrap it in an Option, or deal with
      the returned value being wrapped in an Option.

v0.22.0

Compare Source

Breaking change
  • Change IdentityRef unique_name to be optional
    • Discovered that in some returned values this field is not present.
      Any code accessing this field now needs to wrap it in an Option, or deal with
      the returned value being wrapped in an Option.
Changes
  • Update search_code example to demonstrate use of filters.

v0.21.1

Compare Source

Changes
  • Fix datetime model fields being serialized when empty, causing invalid JSON to be sent to ADO for some requests
  • Fix clippy failure with empty doc comments.
  • Cleanup vsts-api-patcher structure.

v0.21.0

Compare Source

Changes
  • Update autorust code generator to latest version from azure-sdk-for-rust.

v0.20.1

Compare Source

Changes
  • Add missing distributed_task submodules:
    • events
    • logs
    • oidctoken
    • records
  • Add missing artifacts SBOM-related data structures.

v0.20.0

Compare Source

Changes
  • Update azure_core, azure_identity to 0.20.
    • Change example code util::get_credential return type from Credential to Result<Credential>,
      as DefaultAzureCredentialBuilder::build() is now fallible.
    • Reinstate wasm build in CI pipeline.
    • Fix telemetry code wasm build.
  • Update vsts-rest-api-specs to latest version
    • Additional parameters in approvals_and_checks::ApprovalQueryParameters
      • approver_status
      • top
      • user_ids
    • Additional fields in build::PipelineGeneralSettings
      • builds_enabled_for_forks
      • enable_shell_tasks_args_sanitizing_audit
      • enforce_job_auth_scope_for_forks
      • enforce_no_access_to_secrets_from_forks
      • fork_protection_enabled
      • is_comment_required_for_pull_request
      • require_comments_for_non_team_member_and_non_contributors
      • require_comments_for_non_team_members_only
    • Additional field in build::PullRequestTrigger
      • pipeline_trigger_settings
    • Additional field in git::IdentityRefWithVote
      • is_reapprove

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 force-pushed the renovate/azure_devops_rust_api-0.x branch from 2dddd0f to f1cd8ef Compare April 29, 2024 22:32
@renovate renovate bot changed the title fix(deps): update rust crate azure_devops_rust_api to 0.20.0 fix(deps): update rust crate azure_devops_rust_api to 0.20.1 Apr 29, 2024
@renovate renovate bot force-pushed the renovate/azure_devops_rust_api-0.x branch from f1cd8ef to c0d53f3 Compare May 5, 2024 10:42
@renovate renovate bot changed the title fix(deps): update rust crate azure_devops_rust_api to 0.20.1 fix(deps): update rust crate azure_devops_rust_api to 0.20.0 May 5, 2024
@renovate renovate bot force-pushed the renovate/azure_devops_rust_api-0.x branch from c0d53f3 to 9750d20 Compare May 7, 2024 02:16
@renovate renovate bot changed the title fix(deps): update rust crate azure_devops_rust_api to 0.20.0 fix(deps): update rust crate azure_devops_rust_api to 0.21.0 May 7, 2024
@renovate renovate bot force-pushed the renovate/azure_devops_rust_api-0.x branch from 9750d20 to 0e9f315 Compare September 16, 2024 19:55
@renovate renovate bot changed the title fix(deps): update rust crate azure_devops_rust_api to 0.21.0 fix(deps): update rust crate azure_devops_rust_api to 0.22.0 Sep 16, 2024
@renovate renovate bot changed the title fix(deps): update rust crate azure_devops_rust_api to 0.22.0 fix(deps): update rust crate azure_devops_rust_api to 0.23.0 Sep 18, 2024
@renovate renovate bot force-pushed the renovate/azure_devops_rust_api-0.x branch from 0e9f315 to 586a51e Compare September 18, 2024 12:31
@renovate renovate bot force-pushed the renovate/azure_devops_rust_api-0.x branch from 586a51e to 5ee8f1c Compare November 21, 2024 13:49
@renovate renovate bot changed the title fix(deps): update rust crate azure_devops_rust_api to 0.23.0 fix(deps): update rust crate azure_devops_rust_api to 0.24.0 Nov 21, 2024
@renovate renovate bot force-pushed the renovate/azure_devops_rust_api-0.x branch from 5ee8f1c to 3291af7 Compare December 21, 2024 14:15
@renovate renovate bot changed the title fix(deps): update rust crate azure_devops_rust_api to 0.24.0 fix(deps): update rust crate azure_devops_rust_api to 0.25.0 Dec 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants