Commit 3148b42
authored
Update Go dependencies (major) (#1049)
> ℹ️ **Note**
>
> This PR body was truncated due to platform limits.
This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [github.com/google/go-github/v88](https://redirect.github.com/google/go-github) | `v88.0.0` → `v90.0.0` |  |  |
| [gitlab.com/gitlab-org/api/client-go](https://gitlab.com/gitlab-org/api/client-go) | `v1.46.0` → `v2.56.0` |  |  |
---
### Release Notes
<details>
<summary>google/go-github (github.com/google/go-github/v88)</summary>
### [`v90.0.0`](https://redirect.github.com/google/go-github/releases/tag/v90.0.0)
[Compare Source](https://redirect.github.com/google/go-github/compare/v89.0.0...v90.0.0)
This release contains the following breaking API changes:
- refactor!: Pass `UpdateConnectedExternalGroup` request body by value via new `UpdateConnectedExternalGroupRequest` ([#​4425](https://redirect.github.com/google/go-github/issues/4425))
BREAKING CHANGE: `TeamsService.UpdateConnectedExternalGroup` now takes `UpdateConnectedExternalGroupRequest` (with non-pointer `GroupID`) by value.
- refactor!: Rename `PullRequestReviewDismissalRequest` to `PullRequestDismissReviewRequest`, add `PullRequestSubmitReviewRequest`, and pass review request bodies by value ([#​4406](https://redirect.github.com/google/go-github/issues/4406))
BREAKING CHANGE: `PullRequestReviewDismissalRequest` is now `PullRequestDismissReviewRequest` with non-pointer `Message` and `PullRequestsService.DismissReview` takes it by value; `PullRequestsService.SubmitReview` now takes a new `PullRequestSubmitReviewRequest`.
- refactor!: Split `CreateOrUpdateCustomRepoRoleOptions` into `CreateCustomRepoRoleRequest` and `UpdateCustomRepoRoleRequest` and pass by value ([#​4401](https://redirect.github.com/google/go-github/issues/4401))
BREAKING CHANGE: `CreateOrUpdateCustomRepoRoleOptions` is split into `CreateCustomRepoRoleRequest` (with non-pointer `Name` and `BaseRole`) and `UpdateCustomRepoRoleRequest`; `OrganizationsService.CreateCustomRepoRole` and `UpdateCustomRepoRole` now take these request types by value.
- refactor!: Rename `EditLabel` to `UpdateLabel`, Split `Label` into `CreateLabelRequest` & `UpdateLabelRequest` and pass by value ([#​4400](https://redirect.github.com/google/go-github/issues/4400))
BREAKING CHANGE: `IssuesService.CreateLabel` now takes `CreateLabelRequest` by value (with required non-pointer `Name`); `IssuesService.EditLabel` renamed to `UpdateLabel`, taking an `UpdateLabelRequest` by value.
- refactor!: Rename `AutolinkOptions` to `CreateAutolinkRequest`, `AddAutolink` to `CreateAutolink`, and pass the body by value ([#​4399](https://redirect.github.com/google/go-github/issues/4399))
BREAKING CHANGE: `AutolinkOptions` is now `CreateAutolinkRequest` with non-pointer `KeyPrefix` and `URLTemplate`; `RepositoriesService.AddAutolink` is now `CreateAutolink` and passes `body` by value.
- refactor!: Split `IssueRequest` into `CreateIssueRequest` & `UpdateIssueRequest` and pass by value ([#​4396](https://redirect.github.com/google/go-github/issues/4396))
BREAKING CHANGE: `IssueService.Edit` is renamed to `IssueService.Update`.
- refactor!: Rename `NewPullRequest` to `CreatePullRequest` and pass it by value ([#​4395](https://redirect.github.com/google/go-github/issues/4395))
BREAKING CHANGE: `NewPullRequest` is renamed to `CreatePullRequest`, `PullRequests.Create` now takes it by value, and `CreatePullRequest.Head` and `CreatePullRequest.Base` are now `string`.
- refactor!: Pass `SarifAnalysis` by value ([#​4394](https://redirect.github.com/google/go-github/issues/4394))
BREAKING CHANGE: `CodeScanningService.UploadSarif` now takes `body` by value and its required fields are no longer pointers.
- refactor!: Pass `CreateDeploymentBranchPolicyRequest` and `UpdateDeploymentBranchPolicyRequest` by value ([#​4382](https://redirect.github.com/google/go-github/issues/4382))
BREAKING CHANGE: `RepositoriesService.CreateDeploymentBranchPolicy` and `UpdateDeploymentBranchPolicy` now take `body` by value and the required `Name` field is of type `string`.
- refactor!: Pass `TemplateRepoRequest` by value in `Repositories.CreateFromTemplate` ([#​4378](https://redirect.github.com/google/go-github/issues/4378))
BREAKING CHANGE: `RepositoriesService.CreateFromTemplate` now passes `body` by value and `Name` is now required and passed by value.
- refactor!: Pass `RepositoryMergeRequest` and `RepoMergeUpstreamRequest` by value ([#​4372](https://redirect.github.com/google/go-github/issues/4372))
BREAKING CHANGE: `RepositoriesService.Merge` and `RepositoriesService.MergeUpstream` now pass `body` by value and required struct fields are now values.
- feat!: Refactor dependabot secrets to pass request by value ([#​4348](https://redirect.github.com/google/go-github/issues/4348))
BREAKING CHANGE: `DependabotService` methods involving secrets have new params and return values.
...and the following additional changes:
- chore: Bump version of go-github to v90.0.0 ([#​4428](https://redirect.github.com/google/go-github/issues/4428))
- docs: Clarify assisted contribution expectations ([#​4427](https://redirect.github.com/google/go-github/issues/4427))
- feat: Add org level secret scanning custom patterns support ([#​4426](https://redirect.github.com/google/go-github/issues/4426))
- feat: Add `MetaService.ListAPIVersions` ([#​4422](https://redirect.github.com/google/go-github/issues/4422))
- feat: Add `DeleteCodeQLDatabase` for code scanning ([#​4421](https://redirect.github.com/google/go-github/issues/4421))
- feat: Add `Stack` field to `PullRequest` for stacked pull requests ([#​4423](https://redirect.github.com/google/go-github/issues/4423))
- build: Bump GitHub workflow action versions ([#​4424](https://redirect.github.com/google/go-github/issues/4424))
- feat: Add `search_type` support to issue search ([#​4414](https://redirect.github.com/google/go-github/issues/4414))
- chore: Update SecurityAdvisory structs with new fields ([#​4413](https://redirect.github.com/google/go-github/issues/4413))
- chore: Consolidate Dependabot PRs ([#​4418](https://redirect.github.com/google/go-github/issues/4418))
- feat: Support OIDC custom property claims for Actions ([#​4411](https://redirect.github.com/google/go-github/issues/4411))
- feat: Add repo-level secret scanning custom patterns support ([#​4397](https://redirect.github.com/google/go-github/issues/4397))
- chore: Update openapi\_operations.yaml ([#​4412](https://redirect.github.com/google/go-github/issues/4412))
- chore: Fix comment typo ([#​4410](https://redirect.github.com/google/go-github/issues/4410))
- chore: Update dependabot changes ([#​4405](https://redirect.github.com/google/go-github/issues/4405))
- chore: Update openapi\_operations.yaml ([#​4398](https://redirect.github.com/google/go-github/issues/4398))
- feat: Add remaining Projects v2 endpoints ([#​4319](https://redirect.github.com/google/go-github/issues/4319))
- chore: Update Dependabot-driven dependencies ([#​4393](https://redirect.github.com/google/go-github/issues/4393))
- chore: Bump /example dependencies ([#​4380](https://redirect.github.com/google/go-github/issues/4380))
- chore: Fix flaky tests with deterministic runs ([#​4377](https://redirect.github.com/google/go-github/issues/4377))
- build(deps): Bump golang.org/x/sync from 0.21.0 to 0.22.0 in /tools ([#​4376](https://redirect.github.com/google/go-github/issues/4376))
- chore: Fix flaky unit test ([#​4374](https://redirect.github.com/google/go-github/issues/4374))
- fix: Enable submitting empty allowlist for actions permissions patterns ([#​4371](https://redirect.github.com/google/go-github/issues/4371))
- feat: Add GitHub App Enterprise perm scope ([#​4343](https://redirect.github.com/google/go-github/issues/4343))
- chore: Bump go-github from v88 to v89 in /scrape ([#​4370](https://redirect.github.com/google/go-github/issues/4370))
### [`v89.0.0`](https://redirect.github.com/google/go-github/releases/tag/v89.0.0)
[Compare Source](https://redirect.github.com/google/go-github/compare/v88.0.0...v89.0.0)
This release contains the following breaking API changes:
- refactor!: Pass `DeploymentRequest` and `DeploymentStatusRequest` by value ([#​4361](https://redirect.github.com/google/go-github/issues/4361))
BREAKING CHANGE: `CreateDeployment` and `CreateDeploymentStatus` now take `DeploymentRequest` and `DeploymentStatusRequest` by value; `DeploymentRequest.Ref` and `DeploymentStatusRequest.State` are now `string`, and `DeploymentRequest.RequiredContexts` is now `[]string`.
- refactor!: Pass `HookConfig` by value and rename `EditHookConfiguration` to `UpdateHookConfiguration` ([#​4360](https://redirect.github.com/google/go-github/issues/4360))
BREAKING CHANGE: `EditHookConfiguration` is renamed to `UpdateHookConfiguration` on `RepositoriesService` and `OrganizationsService`; these methods and `AppsService.UpdateHookConfig` now take `HookConfig` by value.
- refactor!: Pass `OIDCSubjectClaimCustomTemplate` by value in the OIDC subject-claim Set methods ([#​4340](https://redirect.github.com/google/go-github/issues/4340))
BREAKING CHANGE: `SetOrgOIDCSubjectClaimCustomTemplate` and `SetRepoOIDCSubjectClaimCustomTemplate` now take their `body` params by value.
- feat!: Refactor actions variables to pass request by value ([#​4346](https://redirect.github.com/google/go-github/issues/4346))
BREAKING CHANGE: `ActionsService` methods involving variables have new params and return values.
- feat!: Replace actions env secret endpoints ([#​4335](https://redirect.github.com/google/go-github/issues/4335))
BREAKING CHANGE: `ActionsService` methods involving secrets have new params and return values.
- refactor!: Pass `CreateJITConfigRequest` by value and rename `Generate*JITConfig` to `Create*JITConfig` ([#​4337](https://redirect.github.com/google/go-github/issues/4337))
BREAKING CHANGE: the JIT config methods are renamed from `Generate*JITConfig` to `Create*JITConfig`, and they now take `CreateJITConfigRequest` (renamed from `GenerateJITConfigRequest`) by value instead of by pointer.
- refactor!: Pass release-notes and asset params by value and rename `EditReleaseAsset` to `UpdateReleaseAsset` ([#​4336](https://redirect.github.com/google/go-github/issues/4336))
BREAKING CHANGE: `GenerateReleaseNotes` now takes `GenerateNotesRequest` by value (renamed from `GenerateNotesOptions`); `EditReleaseAsset` is renamed to `UpdateReleaseAsset` and takes `UpdateReleaseAssetRequest` by value.
- refactor!: Pass release params by value and rename `EditRelease` to `UpdateRelease` ([#​4329](https://redirect.github.com/google/go-github/issues/4329))
BREAKING CHANGE: `CreateRelease` & `UpdateRelease` now take `RepositoryRelease` by value; `EditRelease` is renamed to `UpdateRelease`.
- refactor!: Pass `GistsService` required params by value ([#​4320](https://redirect.github.com/google/go-github/issues/4320))
BREAKING CHANGE: `GistsService` methods now pass required params by-value instead of by-ref.
- fix!: Send request body in SCIM update methods ([#​4315](https://redirect.github.com/google/go-github/issues/4315))
BREAKING CHANGE: `UpdateProvisionedOrgMembership` and `UpdateAttributeForSCIMUser` params and return values changed.
- fix!: Fix `LicenseStatus` response and `Supportkey` type ([#​4297](https://redirect.github.com/google/go-github/issues/4297))
BREAKING CHANGE: `LicenseStatus.SupportKey` type changed from `*string` to `*bool` and `License` return type is no longer a slice.
- fix!: Enterprise App installation repos options structs ([#​4298](https://redirect.github.com/google/go-github/issues/4298))
BREAKING CHANGE: `SelectedRepositoryIDs []int64` is now `Repositories []string` in `*AppInstallationRepositoriesOptions`.
...and the following additional changes:
- chore: Bump version of go-github to v89.0.0 ([#​4369](https://redirect.github.com/google/go-github/issues/4369))
- feat: Add user team membership fields ([#​4347](https://redirect.github.com/google/go-github/issues/4347))
- chore: Add deprecated flag for unused metadata ([#​4367](https://redirect.github.com/google/go-github/issues/4367))
- docs: Add AGENTS.md and review-feedback tip ([#​4368](https://redirect.github.com/google/go-github/issues/4368))
- chore: Mark removed billing endpoints as deprecated ([#​4362](https://redirect.github.com/google/go-github/issues/4362))
- chore: Validate metadata ([#​4358](https://redirect.github.com/google/go-github/issues/4358))
- chore: Bump golang.org/x/tools to v0.47.0 ([#​4357](https://redirect.github.com/google/go-github/issues/4357))
- build(deps): Bump actions/setup-go from 6.4.0 to 6.5.0 in the actions group ([#​4349](https://redirect.github.com/google/go-github/issues/4349))
- build(deps): Bump the go\_modules group in /example ([#​4345](https://redirect.github.com/google/go-github/issues/4345))
- feat: Add `AccessSource` to `Team` ([#​4344](https://redirect.github.com/google/go-github/issues/4344))
- docs: Update `CONTRIBUTING.md` ([#​4341](https://redirect.github.com/google/go-github/issues/4341))
- build(deps): Bump golangci/golangci-lint-action from 9.2.1 to 9.3.0 ([#​4342](https://redirect.github.com/google/go-github/issues/4342))
- docs: Extend CONTRIBUTING.md with code guidelines ([#​4339](https://redirect.github.com/google/go-github/issues/4339))
- fix: AuditEntry fields `org` and `org_id` can be an array ([#​4333](https://redirect.github.com/google/go-github/issues/4333))
- build(deps): Bump actions/checkout from 6.0.3 to 7.0.0 in the actions group ([#​4332](https://redirect.github.com/google/go-github/issues/4332))
- feat: Add code quality findings support ([#​4330](https://redirect.github.com/google/go-github/issues/4330))
- chore: Update `openapi_operations.yaml` ([#​4331](https://redirect.github.com/google/go-github/issues/4331))
- chore: Replace `time.Date` with `referenceTime` ([#​4325](https://redirect.github.com/google/go-github/issues/4325))
- test: Refactor tests for `ProjectV2Item.UnmarshalJSON` ([#​4323](https://redirect.github.com/google/go-github/issues/4323))
- chore: Remove obsolete test/fields utility ([#​4322](https://redirect.github.com/google/go-github/issues/4322))
- feat: Add Issue Dependencies API support ([#​4130](https://redirect.github.com/google/go-github/issues/4130))
- fix: Set `GetBody` on uploads for HTTP/2 retry ([#​4318](https://redirect.github.com/google/go-github/issues/4318))
- chore: Remove deleted account from REVIEWERS ([#​4317](https://redirect.github.com/google/go-github/issues/4317))
- build(deps): Bump golang.org/x/crypto from 0.52.0 to 0.53.0 in /example ([#​4305](https://redirect.github.com/google/go-github/issues/4305))
- build(deps): Bump codecov/codecov-action from 6.0.1 to 7.0.0 ([#​4303](https://redirect.github.com/google/go-github/issues/4303))
- build(deps): Bump golang.org/x/net from 0.55.0 to 0.56.0 in /scrape ([#​4302](https://redirect.github.com/google/go-github/issues/4302))
- build(deps): Bump golang.org/x/term from 0.43.0 to 0.44.0 in /example ([#​4304](https://redirect.github.com/google/go-github/issues/4304))
- build(deps): Bump golang.org/x/tools from 0.45.0 to 0.46.0 in /tools ([#​4314](https://redirect.github.com/google/go-github/issues/4314))
- build(deps): Bump github.com/bradleyfalzon/ghinstallation/v2 from 2.18.0 to 2.19.0 in /example ([#​4306](https://redirect.github.com/google/go-github/issues/4306))
- refactor: Fix parameters in method endpoints ([#​4300](https://redirect.github.com/google/go-github/issues/4300))
- feat: Add enterprise billing usage endpoints and response types ([#​4288](https://redirect.github.com/google/go-github/issues/4288))
- build(deps): Bump golang.org/x/sync from 0.20.0 to 0.21.0 in /tools ([#​4294](https://redirect.github.com/google/go-github/issues/4294))
- build(deps): Bump github.com/getkin/kin-openapi from 0.139.0 to 0.140.0 in /tools ([#​4295](https://redirect.github.com/google/go-github/issues/4295))
- build(deps): Bump actions/checkout from 6.0.2 to 6.0.3 in the actions group ([#​4293](https://redirect.github.com/google/go-github/issues/4293))
- fix: Reject URL path segments containing percent-encoded dots ([#​4291](https://redirect.github.com/google/go-github/issues/4291))
- fix: Comparison of durations in `AbuseRateLimitError.Is` ([#​4292](https://redirect.github.com/google/go-github/issues/4292))
- test: Replace `&x` variables with inline `Ptr(value)` calls ([#​4289](https://redirect.github.com/google/go-github/issues/4289))
- feat: Inject OpenAPI deprecations safely ([#​4286](https://redirect.github.com/google/go-github/issues/4286))
- chore: Remove 'munlicode' from REVIEWERS ([#​4287](https://redirect.github.com/google/go-github/issues/4287))
- feat: Add `GetOrgAICreditUsage` and `GetUserAICreditUsage` endpoints ([#​4282](https://redirect.github.com/google/go-github/issues/4282))
- test: Fix test names and error messages ([#​4284](https://redirect.github.com/google/go-github/issues/4284))
- test: Use `testJSONBody` helper for request body assertions ([#​4283](https://redirect.github.com/google/go-github/issues/4283))
- feat: Add pull request fields to `Repository` ([#​4268](https://redirect.github.com/google/go-github/issues/4268))
- build(deps): Bump golangci/golangci-lint-action from 9.2.0 to 9.2.1 ([#​4272](https://redirect.github.com/google/go-github/issues/4272))
- build(deps): Bump go.opentelemetry.io/otel to v1.44.0 ([#​4280](https://redirect.github.com/google/go-github/issues/4280))
- build(deps): Bump golang.org/x/net from 0.54.0 to 0.55.0 in /scrape ([#​4271](https://redirect.github.com/google/go-github/issues/4271))
- build(deps): Bump golang.org/x/crypto from 0.51.0 to 0.52.0 in /example ([#​4273](https://redirect.github.com/google/go-github/issues/4273))
- fix: Handle missing reviewer type in `RequiredReviewer` unmarshal ([#​4270](https://redirect.github.com/google/go-github/issues/4270))
- test: Remove redundant Marshal tests ([#​4266](https://redirect.github.com/google/go-github/issues/4266))
- chore: Update `openapi_operations.yaml` ([#​4265](https://redirect.github.com/google/go-github/issues/4265))
- feat: Add support for GitHub Code Quality API ([#​4260](https://redirect.github.com/google/go-github/issues/4260))
- build(deps): Bump github.com/getkin/kin-openapi from 0.138.0 to 0.139.0 in /tools ([#​4261](https://redirect.github.com/google/go-github/issues/4261))
- chore: Fix zizmor security issues in GHA workflows ([#​4259](https://redirect.github.com/google/go-github/issues/4259))
- feat: Add support for getting Copilot cloud agent configuration ([#​4241](https://redirect.github.com/google/go-github/issues/4241))
- feat: Add client API version support ([#​4246](https://redirect.github.com/google/go-github/issues/4246))
- test: Add secret scanning marshal tests ([#​4252](https://redirect.github.com/google/go-github/issues/4252))
- lint: Improve `extraneousnew` linter to catch unnecessary use of value var ([#​4249](https://redirect.github.com/google/go-github/issues/4249))
- build(deps): Bump codecov/codecov-action from 6.0.0 to 6.0.1 ([#​4248](https://redirect.github.com/google/go-github/issues/4248))
- chore: Bump go-github from v87 to v88 in /scrape ([#​4247](https://redirect.github.com/google/go-github/issues/4247))
</details>
<details>
<summary>gitlab-org/api/client-go (gitlab.com/gitlab-org/api/client-go)</summary>
### [`v2.56.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.56.0)
[Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.55.1...v2.56.0)
##### 2.56.0
##### 🚀 Features
- Add StartDate to IssueEventObjectAttributes ([!2972](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2972)) by [Brian](https://gitlab.com/mookwoo)
##### 🐛 Bug Fixes
- fix(event_webhook_types): Add StartDate to IssueCommentEventIssue struct ([!2971](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2971)) by [Cesar Hinojosa](https://gitlab.com/cesarihinojosa)
##### 🔄 Other Changes
- chore(deps): update module go.yaml.in/yaml/v3 to v3.0.5 ([!2973](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2973)) by [GitLab Dependency Bot](https://gitlab.com/gitlab-dependency-update-bot)
- chore(deps): update module github.com/google/cel-go to v0.30.0 ([!2974](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2974)) by [GitLab Dependency Bot](https://gitlab.com/gitlab-dependency-update-bot)
##### [2.56.0](https://gitlab.com/gitlab-org/api/client-go/compare/v2.55.1...v2.56.0) (2026-08-05)
##### Bug Fixes
* **event_webhook_types:** Add StartDate to IssueCommentEventIssue struct ([4e3accc](https://gitlab.com/gitlab-org/api/client-go/commit/4e3accce0bb8cd05689c70cba277b70c701dab90))
### [`v2.55.1`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.55.1)
[Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.55.0...v2.55.1)
##### 2.55.1
##### 🐛 Bug Fixes
- fix(feature_flags): omit ProjectFeatureFlagScope.ID when unset ([!2969](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2969)) by [Radek Antoniuk](https://gitlab.com/rantoniuk)
##### [2.55.1](https://gitlab.com/gitlab-org/api/client-go/compare/v2.55.0...v2.55.1) (2026-07-31)
##### Bug Fixes
* **feature_flags:** omit ProjectFeatureFlagScope.ID when unset ([aadece3](https://gitlab.com/gitlab-org/api/client-go/commit/aadece3c293676a500f44c6d17f4216ed6958af2))
### [`v2.55.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.55.0)
[Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.54.0...v2.55.0)
##### 2.55.0
##### 🚀 Features
- fix(workitems): send status widget when creating a work item ([!2970](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2970)) by [Radek Antoniuk](https://gitlab.com/rantoniuk)
##### 🔄 Other Changes
- chore(deps): update module golang.org/x/sys to v0.47.0 ([!2937](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2937)) by [GitLab Dependency Bot](https://gitlab.com/gitlab-dependency-update-bot)
##### [2.55.0](https://gitlab.com/gitlab-org/api/client-go/compare/v2.54.0...v2.55.0) (2026-07-31)
##### Bug Fixes
* **workitems:** send status widget when creating a work item ([e9d1c49](https://gitlab.com/gitlab-org/api/client-go/commit/e9d1c498719c344ef033ca8d32715c335ec98265))
### [`v2.54.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.54.0)
[Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.53.0...v2.54.0)
##### 2.54.0
##### 🚀 Features
- Add custom attributes filtering for projects ([!2965](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2965)) by [Giannis Kepas](https://gitlab.com/gkepas)
- feat(feature_flags): support gitlabUserList and strategy removal ([!2964](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2964)) by [Radek Antoniuk](https://gitlab.com/rantoniuk)
##### 🔄 Other Changes
- Add custom attributes filtering for users ([!2967](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2967)) by [Giannis Kepas](https://gitlab.com/gkepas)
- fix(workitems): Clear AssigneeIDs and CRMContactIDs when passed an empty slice to UpdateWorkItem ([!2966](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2966)) by [Cesar Hinojosa](https://gitlab.com/cesarihinojosa)
##### [2.54.0](https://gitlab.com/gitlab-org/api/client-go/compare/v2.53.0...v2.54.0) (2026-07-30)
##### Bug Fixes
* **workitems:** Clear AssigneeIDs and CRMContactIDs when passed an empty slice to UpdateWorkItem ([294301f](https://gitlab.com/gitlab-org/api/client-go/commit/294301f277a48d338f6ef5a44146280b7eb84833))
##### Features
* **feature_flags:** support gitlabUserList and strategy removal ([4eb4dc1](https://gitlab.com/gitlab-org/api/client-go/commit/4eb4dc107ed5d114380563db42da49c8b5d6c29a))
### [`v2.53.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.53.0)
[Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.52.0...v2.53.0)
##### 2.53.0
##### 🚀 Features
- feat: support project api 'cicd_catalog_enabled' field ([!2963](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2963)) by [BoxBoxJason](https://gitlab.com/BoxBoxJason)
##### [2.53.0](https://gitlab.com/gitlab-org/api/client-go/compare/v2.52.0...v2.53.0) (2026-07-28)
##### Features
* support project api 'cicd_catalog_enabled' field ([894a927](https://gitlab.com/gitlab-org/api/client-go/commit/894a9271f4d417b350ba3f9747426d97dcd0ebd3))
### [`v2.52.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.52.0)
[Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.51.0...v2.52.0)
##### 2.52.0
##### 🚀 Features
- Add custom attributes filtering for groups ([!2959](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2959)) by [Giannis Kepas](https://gitlab.com/gkepas)
##### 🔄 Other Changes
- chore(deps): update docker docker tag to v29.6.2 ([!2960](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2960)) by [GitLab Dependency Bot](https://gitlab.com/gitlab-dependency-update-bot)
##### [2.52.0](https://gitlab.com/gitlab-org/api/client-go/compare/v2.51.0...v2.52.0) (2026-07-27)
### [`v2.51.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.51.0)
[Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.50.0...v2.51.0)
##### 2.51.0
##### 🚀 Features
- feat(client): add option to retry only idempotent requests ([!2945](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2945)) by [Patrick Dawkins](https://gitlab.com/pjcdawkins)
##### 🔄 Other Changes
- feat(workitems): Add `Children` field to `WorkItem` struct. ([!2950](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2950)) by [Florian Forster](https://gitlab.com/fforster)
##### [2.51.0](https://gitlab.com/gitlab-org/api/client-go/compare/v2.50.0...v2.51.0) (2026-07-17)
##### Features
* **client:** add option to retry only idempotent requests ([8260b22](https://gitlab.com/gitlab-org/api/client-go/commit/8260b221903a0c6670e2ff0399a4f9700b34fc19))
* **workitems:** Add `Children` field to `WorkItem` struct. ([6a5eca2](https://gitlab.com/gitlab-org/api/client-go/commit/6a5eca23b44d1370149284d698c4aaab89f2683e))
### [`v2.50.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.50.0)
[Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.49.0...v2.50.0)
#### 2.50.0
##### 🚀 Features
- Add mr_default_title_template to projects ([!2958](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2958)) by [Giannis Kepas](https://gitlab.com/gkepas)
##### 🔄 Other Changes
- chore(deps): update module github.com/google/cel-go to v0.29.2 ([!2957](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2957)) by [GitLab Dependency Bot](https://gitlab.com/gitlab-dependency-update-bot)
### [2.50.0](https://gitlab.com/gitlab-org/api/client-go/compare/v2.49.0...v2.50.0) (2026-07-16)
### [`v2.49.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.49.0)
[Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.48.1...v2.49.0)
#### 2.49.0
##### 🚀 Features
- Update `ListWorkItems` to return only CE fields by default. ListWorkItemOptions now includes ReturnedFields which allows users to opt in to EE fields ([!2936](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2936)) by [Kai Armstrong](https://gitlab.com/phikai)
##### 🔄 Other Changes
- chore(deps): update module github.com/google/cel-go to v0.29.2 ([!2956](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2956)) by [GitLab Dependency Bot](https://gitlab.com/gitlab-dependency-update-bot)
- Pin Duo agent image to 0.0.10 for Duo executions during library development ([!2952](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2952)) by [Patrick Rice](https://gitlab.com/PatrickRice)
### [2.49.0](https://gitlab.com/gitlab-org/api/client-go/compare/v2.48.1...v2.49.0) (2026-07-15)
### [`v2.48.1`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.48.1)
[Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.48.0...v2.48.1)
##### 2.48.1
##### 🐛 Bug Fixes
- fix(audit_events): Add support for object-valued details.change (stored in `details.ChangeObject`) and the details.changes array ([!2949](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2949)) by [Cesar Hinojosa](https://gitlab.com/cesarihinojosa)
##### [2.48.1](https://gitlab.com/gitlab-org/api/client-go/compare/v2.48.0...v2.48.1) (2026-07-14)
##### Bug Fixes
* **audit_events:** Add support for object-valued details.change (stored in `details.ChangeObject`) and the details.changes array ([7f7f38f](https://gitlab.com/gitlab-org/api/client-go/commit/7f7f38f1a476f97ff7633972afbaee380424e019))
### [`v2.48.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.48.0)
[Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.47.0...v2.48.0)
##### 2.48.0
##### 🚀 Features
- TCC-14338 Add NonArchived field to ListMergeRequestsOptions ([!2944](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2944)) by [Federico Mannucci](https://gitlab.com/federico.mannucci)
##### 🔄 Other Changes
- Add new skill for providing additional instructions to the quick win agent ([!2951](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2951)) by [Patrick Rice](https://gitlab.com/PatrickRice)
##### [2.48.0](https://gitlab.com/gitlab-org/api/client-go/compare/v2.47.0...v2.48.0) (2026-07-13)
### [`v2.47.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.47.0)
[Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.46.0...v2.47.0)
#### 2.47.0
##### 🚀 Features
- Expose crm enabled on groups ([!2933](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2933)) by [Jimmy Spagnola](https://gitlab.com/jspagnola)
##### 🔄 Other Changes
- chore(deps): update module github.com/google/cel-go to v0.29.1 ([!2948](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2948)) by [GitLab Dependency Bot](https://gitlab.com/gitlab-dependency-update-bot)
- chore(deps): update module github.com/google/cel-go to v0.29.0 ([!2943](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2943)) by [GitLab Dependency Bot](https://gitlab.com/gitlab-dependency-update-bot)
- chore(deps): update module buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go to v1.36.11-20260709200747-435963d16310.1 ([!2946](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2946)) by [GitLab Dependency Bot](https://gitlab.com/gitlab-dependency-update-bot)
- test(security-scan-profiles): Validate GraphQL request structure ([!2942](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2942)) by [Oscar Tovar](https://gitlab.com/hacks4oats)
### [2.47.0](https://gitlab.com/gitlab-org/api/client-go/compare/v2.46.0...v2.47.0) (2026-07-12)
### [`v2.46.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.46.0)
[Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.45.0...v2.46.0)
##### 2.46.0
##### 🚀 Features
- Add projects reviewer_assignment_strategy ([!2940](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2940)) by [Giannis Kepas](https://gitlab.com/gkepas)
##### [2.46.0](https://gitlab.com/gitlab-org/api/client-go/compare/v2.45.0...v2.46.0) (2026-07-07)
### [`v2.45.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.45.0)
[Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.44.0...v2.45.0)
##### 2.45.0
##### 🚀 Features
- feat: add security scan profile GraphQL service ([!2932](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2932)) by [Oscar Tovar](https://gitlab.com/hacks4oats)
##### 🔄 Other Changes
- chore(deps): update docker docker tag to v29.6.1 ([!2941](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2941)) by [GitLab Dependency Bot](https://gitlab.com/gitlab-dependency-update-bot)
- chore(deps): update module golang.org/x/text to v0.38.0 ([!2938](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2938)) by [GitLab Dependency Bot](https://gitlab.com/gitlab-dependency-update-bot)
- Add Auditor field in ModifyUserOptions ([!2935](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2935)) by [Giannis Kepas](https://gitlab.com/gkepas)
##### [2.45.0](https://gitlab.com/gitlab-org/api/client-go/compare/v2.44.0...v2.45.0) (2026-07-04)
##### Features
* add security scan profile GraphQL service ([fbd1bcd](https://gitlab.com/gitlab-org/api/client-go/commit/fbd1bcd0a82bea085ef42f58719f024de902cdd2))
### [`v2.44.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.44.0)
[Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.43.0...v2.44.0)
##### 2.44.0
##### 🚀 Features
- feat: support renew application secret api endpoint ([!2934](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2934)) by [BoxBoxJason](https://gitlab.com/BoxBoxJason)
##### 🔄 Other Changes
- chore(deps): update docker docker tag to v29.6.0 ([!2930](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2930)) by [GitLab Dependency Bot](https://gitlab.com/gitlab-dependency-update-bot)
- test(workitems): split t.Run() sub-tests into individual parent test functions ([!2929](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2929)) by [Patrick Rice](https://gitlab.com/PatrickRice)
##### [2.44.0](https://gitlab.com/gitlab-org/api/client-go/compare/v2.43.0...v2.44.0) (2026-06-29)
##### Features
* support renew application secret api endpoint ([576fa15](https://gitlab.com/gitlab-org/api/client-go/commit/576fa15ec5d4e26a21e7d5a006f2afcc6e3d59ac))
### [`v2.43.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.43.0)
[Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.42.0...v2.43.0)
##### 2.43.0
##### 🚀 Features
- Support `discussion_id` field in commit and snippet comment webhook ([!2920](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2920)) by [vntw](https://gitlab.com/vntw)
##### 🔄 Other Changes
- test(workitems): replace schema validation with exact query files ([!2928](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2928)) by [Patrick Rice](https://gitlab.com/PatrickRice)
##### [2.43.0](https://gitlab.com/gitlab-org/api/client-go/compare/v2.42.0...v2.43.0) (2026-06-25)
### [`v2.42.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.42.0)
[Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.41.0...v2.42.0)
##### 2.42.0
##### 🚀 Features
- Add missing fields to project level jira integration ([!2925](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2925)) by [Heidi Berry](https://gitlab.com/heidi.berry)
##### [2.42.0](https://gitlab.com/gitlab-org/api/client-go/compare/v2.41.0...v2.42.0) (2026-06-24)
### [`v2.41.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.41.0)
[Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.40.1...v2.41.0)
##### 2.41.0
##### 🚀 Features
- Add missing attributes and endpoints to group ([!2905](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2905)) by [Jimmy Spagnola](https://gitlab.com/jspagnola)
##### 🔄 Other Changes
- chore(deps): update docker docker tag to v29.5.3 ([!2924](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2924)) by [GitLab Dependency Bot](https://gitlab.com/gitlab-dependency-update-bot)
##### [2.41.0](https://gitlab.com/gitlab-org/api/client-go/compare/v2.40.1...v2.41.0) (2026-06-23)
### [`v2.40.1`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.40.1)
[Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.40.0...v2.40.1)
##### 2.40.1
##### 🐛 Bug Fixes
- Fix Bitbucket cloud import parameters ([!2912](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2912)) by [Tom van Dijk](https://gitlab.com/tevd)
- fix: backward-compatible OrbitStatus for nested status response shape ([!2923](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2923)) by [Dmitry Gruzd](https://gitlab.com/dgruzd)
##### 🔄 Other Changes
- Temporarily cache the GraphQL schema in the repository ([!2921](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2921)) by [Heidi Berry](https://gitlab.com/heidi.berry)
##### [2.40.1](https://gitlab.com/gitlab-org/api/client-go/compare/v2.40.0...v2.40.1) (2026-06-22)
##### Bug Fixes
* backward-compatible OrbitStatus for nested status response shape ([4cd72af](https://gitlab.com/gitlab-org/api/client-go/commit/4cd72afbdf34ac7ab4aab1754449e04aefe5a1b0))
### [`v2.40.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.40.0)
[Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.39.0...v2.40.0)
#### 2.40.0
##### 🚀 Features
- feat: add support for container registry tag protection rules ([!2919](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2919)) by [Prakash Divy](https://gitlab.com/prakashdivyy)
### [2.40.0](https://gitlab.com/gitlab-org/api/client-go/compare/v2.39.0...v2.40.0) (2026-06-20)
##### Features
* add support for container registry tag protection rules ([8083227](https://gitlab.com/gitlab-org/api/client-go/commit/80832278d603b69ead1a052aeb675f78fa390bbb))
### [`v2.39.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.39.0)
[Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.38.0...v2.39.0)
##### 2.39.0
##### 🚀 Features
- Add Scopes field to Application struct ([!2918](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2918)) by [Ashraf Abdellatif](https://gitlab.com/ash-abdellatif)
##### [2.39.0](https://gitlab.com/gitlab-org/api/client-go/compare/v2.38.0...v2.39.0) (2026-06-12)
### [`v2.38.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.38.0)
[Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.37.0...v2.38.0)
##### 2.38.0
##### 🚀 Features
- Add missing error tracking method ([!2911](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2911)) by [Jimmy Spagnola](https://gitlab.com/jspagnola)
- Add archive to group and project labels ([!2913](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2913)) by [Jimmy Spagnola](https://gitlab.com/jspagnola)
##### [2.38.0](https://gitlab.com/gitlab-org/api/client-go/compare/v2.37.0...v2.38.0) (2026-06-10)
### [`v2.37.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.37.0)
[Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.36.3...v2.37.0)
##### 2.37.0
##### 🚀 Features
- Add missing events to hooks and integration tests. ([!2909](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2909)) by [Jimmy Spagnola](https://gitlab.com/jspagnola)
##### 🔄 Other Changes
- chore(deps): update module golang.org/x/time to v0.15.0 ([!2838](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2838)) by [GitLab Dependency Bot](https://gitlab.com/gitlab-dependency-update-bot)
##### [2.37.0](https://gitlab.com/gitlab-org/api/client-go/compare/v2.36.3...v2.37.0) (2026-06-10)
### [`v2.36.3`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.36.3)
[Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.36.2...v2.36.3)
##### 2.36.3
##### 🐛 Bug Fixes
- fix: dynamically build ListWorkItems GraphQL query to prevent API hangs, add integration test for ListWorkItems ([!2915](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2915)) by [Carlos Corona](https://gitlab.com/ccorona2)
##### [2.36.3](https://gitlab.com/gitlab-org/api/client-go/compare/v2.36.2...v2.36.3) (2026-06-09)
##### Bug Fixes
* dynamically build ListWorkItems GraphQL query to prevent API hangs, add integration test for ListWorkItems ([8793f2b](https://gitlab.com/gitlab-org/api/client-go/commit/8793f2b3a4ff913741001666512d8ee08e7631a0))
### [`v2.36.2`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.36.2)
[Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.36.1...v2.36.2)
##### 2.36.2
##### 🐛 Bug Fixes
- Update JobEvent webhook type to reflect GitLab documentation ([!2914](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2914)) by [Möhsün Babayev](https://gitlab.com/mohsunb)
##### 🔄 Other Changes
- chore(deps): update module golang.org/x/sys to v0.45.0 ([!2836](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2836)) by [GitLab Dependency Bot](https://gitlab.com/gitlab-dependency-update-bot)
##### [2.36.2](https://gitlab.com/gitlab-org/api/client-go/compare/v2.36.1...v2.36.2) (2026-06-09)
### [`v2.36.1`](https://gitlab.com/gitlab-org/api/client-go/blob/HEAD/CHANGELOG.md#2370-2026-06-10)
[Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.36.0...v2.36.1)
#### 2.36.3
##### 🐛 Bug Fixes
- fix: dynamically build ListWorkItems GraphQL query to prevent API hangs, add integration test for ListWorkItems ([!2915](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2915)) by [Carlos Corona](https://gitlab.com/ccorona2)
#### [2.36.3](https://gitlab.com/gitlab-org/api/client-go/compare/v2.36.2...v2.36.3) (2026-06-09)
##### Bug Fixes
- dynamically build ListWorkItems GraphQL query to prevent API hangs, add integration test for ListWorkItems ([8793f2b](https://gitlab.com/gitlab-org/api/client-go/commit/8793f2b3a4ff913741001666512d8ee08e7631a0))
#### 2.36.2
##### 🐛 Bug Fixes
- Update JobEvent webhook type to reflect GitLab documentation ([!2914](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2914)) by [Möhsün Babayev](https://gitlab.com/mohsunb)
##### 🔄 Other Changes
- chore(deps): update module golang.org/x/sys to v0.45.0 ([!2836](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2836)) by [GitLab Dependency Bot](https://gitlab.com/gitlab-dependency-update-bot)
#### [2.36.2](https://gitlab.com/gitlab-org/api/client-go/compare/v2.36.1...v2.36.2) (2026-06-09)
#### 2.36.1
##### 🐛 Bug Fixes
- fix: Fixed error where GraphQL calls on subpaths didn't work properly ([!2910](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2910)) by [Patrick Rice](https://gitlab.com/PatrickRice)
##### 🔄 Other Changes
- chore(deps): update module github.com/graph-gophers/graphql-go to v1.10.2 ([!2895](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2895)) by [GitLab Dependency Bot](https://gitlab.com/gitlab-dependency-update-bot)
- Add Security Manager access level ([!2908](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2908)) by [Kim Sondrup](https://gitlab.com/kimsondrup)
- feat: add support for group Datadog integration ([!2907](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2907)) by [Gatla Vishweshwar Reddy](https://gitlab.com/gatlavishweshwarreddy26)
- chore(deps): update docker docker tag to v29.5.2 ([!2904](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2904)) by [GitLab Dependency Bot](https://gitlab.com/gitlab-dependency-update-bot)
- chore(deps): update module golang.org/x/text to v0.37.0 ([!2906](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2906)) by [GitLab Dependency Bot](https://gitlab.com/gitlab-dependency-update-bot)
#### [2.36.1](https://gitlab.com/gitlab-org/api/client-go/compare/v2.36.0...v2.36.1) (2026-06-07)
##### Bug Fixes
- Fixed error where GraphQL calls on subpaths didn't work properly ([be0528f](https://gitlab.com/gitlab-org/api/client-go/commit/be0528f0b26452792018c4202f71a77dc116231f))
##### Features
- add support for group Datadog integration ([ce5d787](https://gitlab.com/gitlab-org/api/client-go/commit/ce5d78784df2fafeb0d07dcc0dee62360937877e))
#### 2.36.0
##### 🚀 Features
- Add support for updating an instance service account ([!2900](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2900)) by [Jimmy Spagnola](https://gitlab.com/jspagnola)
### [`v2.36.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.36.0)
[Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.35.0...v2.36.0)
##### 2.36.0
##### 🚀 Features
- Add support for updating an instance service account ([!2900](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2900)) by [Jimmy Spagnola](https://gitlab.com/jspagnola)
##### [2.36.0](https://gitlab.com/gitlab-org/api/client-go/compare/v2.35.0...v2.36.0) (2026-05-28)
### [`v2.35.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.35.0)
[Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.34.0...v2.35.0)
##### 2.35.0
##### 🚀 Features
- feat: add from_project_id field to CompareOptions ([!2878](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2878)) by [Raphael Rösch](https://gitlab.com/raphael.roesch)
##### [2.35.0](https://gitlab.com/gitlab-org/api/client-go/compare/v2.34.0...v2.35.0) (2026-05-28)
##### Features
* add from_project_id field to CompareOptions ([78460c8](https://gitlab.com/gitlab-org/api/client-go/commit/78460c8ef7a53aff066c2fbf34a8bf5c925daf71))
### [`v2.34.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.34.0)
[Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.33.0...v2.34.0)
##### 2.34.0
##### 🚀 Features
- Extend DeploymentDeployablePipeline with web_url ([!2902](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2902)) by [Jan Berge Sommerdahl](https://gitlab.com/sommerdahl)
##### 🔄 Other Changes
- chore(deps): update docker docker tag to v29.5.1 ([!2903](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2903)) by [GitLab Dependency Bot](https://gitlab.com/gitlab-dependency-update-bot)
##### [2.34.0](https://gitlab.com/gitlab-org/api/client-go/compare/v2.33.0...v2.34.0) (2026-05-27)
### [`v2.33.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.33.0)
[Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.32.0...v2.33.0)
##### 2.33.0
##### 🚀 Features
- feat(work-items): add ListWorkItemTypes to WorkItemsService ([!2864](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2864)) by [Emmanuel 326](https://gitlab.com/Emmanuel326)
##### 🔄 Other Changes
- chore(deps): update module cel.dev/expr to v0.25.2 ([!2881](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2881)) by [GitLab Dependency Bot](https://gitlab.com/gitlab-dependency-update-bot)
##### [2.33.0](https://gitlab.com/gitlab-org/api/client-go/compare/v2.32.0...v2.33.0) (2026-05-27)
##### Features
* **work-items:** add ListWorkItemTypes to WorkItemsService ([e71cb99](https://gitlab.com/gitlab-org/api/client-go/commit/e71cb994482aa882eb8eb9fc4140ca1e4aac25ab))
### [`v2.32.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.32.0)
[Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.31.0...v2.32.0)
##### 2.32.0
##### 🚀 Features
- feat(ci-job-cancel): force cancel ([!2872](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2872)) by [Filip Aleksic](https://gitlab.com/faleksic)
##### [2.32.0](https://gitlab.com/gitlab-org/api/client-go/compare/v2.31.0...v2.32.0) (2026-05-23)
##### Features
* **ci-job-cancel:** force cancel ([aa46bd1](https://gitlab.com/gitlab-org/api/client-go/commit/aa46bd18428834eebdb42622f2523c64686021e8))
### [`v2.31.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.31.0)
[Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.30.0...v2.31.0)
##### 2.31.0
##### 🚀 Features
- Adds project service accounts API ([!2899](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2899)) by [Jimmy Spagnola](https://gitlab.com/jspagnola)
- feat(gitlaboauth2): support ephemeral ports in CallbackServer ([!2877](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2877)) by [Raphael Rösch](https://gitlab.com/raphael.roesch)
##### [2.31.0](https://gitlab.com/gitlab-org/api/client-go/compare/v2.30.0...v2.31.0) (2026-05-22)
##### Features
* **gitlaboauth2:** support ephemeral ports in CallbackServer ([c8c388d](https://gitlab.com/gitlab-org/api/client-go/commit/c8c388d56663a8f2e27b4c74f1323d3671a6bbaf))
### [`v2.30.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.30.0)
[Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.29.0...v2.30.0)
##### 2.30.0
##### 🚀 Features
- feat(orbit): add GetDsl for /api/v4/orbit/schema/dsl ([!2901](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2901)) by [Michael Angelo Rivera](https://gitlab.com/michaelangeloio)
##### [2.30.0](https://gitlab.com/gitlab-org/api/client-go/compare/v2.29.0...v2.30.0) (2026-05-20)
##### Features
* **orbit:** add GetDsl for /api/v4/orbit/schema/dsl ([530031c](https://gitlab.com/gitlab-org/api/client-go/commit/530031c2854b05d05f69815ea3a7ca8fb65341a5))
### [`v2.29.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.29.0)
[Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.28.0...v2.29.0)
##### 2.29.0
##### 🚀 Features
- Add support for project setting `protect_merge_request_pipelines` ([!2896](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2896)) by [Gatla Vishweshwar Reddy](https://gitlab.com/gatlavishweshwarreddy26)
##### 🐛 Bug Fixes
- fix(orbit): add QueryRaw for streaming llm/GOON response body verbatim ([!2897](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2897)) by [Dmitry Gruzd](https://gitlab.com/dgruzd)
##### [2.29.0](https://gitlab.com/gitlab-org/api/client-go/compare/v2.28.0...v2.29.0) (2026-05-19)
##### Bug Fixes
* **orbit:** add QueryRaw for streaming llm/GOON response body verbatim ([a849302](https://gitlab.com/gitlab-org/api/client-go/commit/a8493022225b928aaa340df86fc4d09c2d22c1f4))
### [`v2.28.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.28.0)
[Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.27.1...v2.28.0)
##### 2.28.0
##### 🚀 Features
- Add signing_token and related fields to group_hook and project_hook ([!2891](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2891)) by [Jimmy Spagnola](https://gitlab.com/jspagnola)
##### 🔄 Other Changes
- WithPath already escapes, escaping again causes bad requests ([!2898](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2898)) by [Jimmy Spagnola](https://gitlab.com/jspagnola)
##### [2.28.0](https://gitlab.com/gitlab-org/api/client-go/compare/v2.27.1...v2.28.0) (2026-05-18)
### [`v2.27.1`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.27.1)
[Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.27.0...v2.27.1)
##### 2.27.1
##### 🐛 Bug Fixes
- fix: handle string-encoded and null durations in webhooks that happen when Sidekiq runs in compress mode with large payloads ([!2862](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2862)) by [Emmanuel 326](https://gitlab.com/Emmanuel326)
##### 🔄 Other Changes
- chore(deps): update module buf.build/go/protoyaml to v0.7.0 ([!2894](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2894)) by [GitLab Dependency Bot](https://gitlab.com/gitlab-dependency-update-bot)
##### [2.27.1](https://gitlab.com/gitlab-org/api/client-go/compare/v2.27.0...v2.27.1) (2026-05-18)
##### Bug Fixes
* handle string-encoded and null durations in webhooks that happen when Sidekiq runs in compress mode with large payloads ([8bfe7d3](https://gitlab.com/gitlab-org/api/client-go/commit/8bfe7d3effc77dc370ceee9939b13d81c6d383d0))
### [`v2.27.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.27.0)
[Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.26.1...v2.27.0)
##### 2.27.0
##### 🚀 Features
- feat(users): add SCIMIdentities field to User type ([!2888](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2888)) by [dragonrider.](https://gitlab.com/junevm)
##### 🔄 Other Changes
- chore(deps): update node docker tag to v26 ([!2890](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2890)) by [GitLab Dependency Bot](https://gitlab.com/gitlab-dependency-update-bot)
- chore(deps): update docker docker tag to v29.4.3 ([!2892](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2892)) by [GitLab Dependency Bot](https://gitlab.com/gitlab-dependency-update-bot)
##### [2.27.0](https://gitlab.com/gitlab-org/api/client-go/compare/v2.26.1...v2.27.0) (2026-05-18)
##### Features
* **users:** add SCIMIdentities field to User type ([ccb318d](https://gitlab.com/gitlab-org/api/client-go/commit/ccb318dc531df3a2d3bf641bb273eb1a777555a4))
### [`v2.26.1`](https://gitlab.com/gitlab-org/api/client-go/blob/HEAD/CHANGELOG.md#2270-2026-05-18)
[Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.26.0...v2.26.1)
##### Features
- **users:** add SCIMIdentities field to User type ([ccb318d](https://gitlab.com/gitlab-org/api/client-go/commit/ccb318dc531df3a2d3bf641bb273eb1a777555a4))
#### 2.26.1
##### 🐛 Bug Fixes
- Use a sentinel ErrorResponse for 404 errors, so both `Is()` and `HasStatusCode` work properly ([!2884](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2884)) by [Jimmy Spagnola](https://gitlab.com/jspagnola)
#### [2.26.1](https://gitlab.com/gitlab-org/api/client-go/compare/v2.26.0...v2.26.1) (2026-05-15)
#### 2.26.0
##### 🚀 Features
- fix: Add PublicJobs to CreateProjectOptions ([!2883](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2883)) by [Heidi Berry](https://gitlab.com/heidi.berry)
##### 🔄 Other Changes
- chore(deps): update dependency golangci-lint to v2.12.2 ([!2886](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2886)) by [GitLab Dependency Bot](https://gitlab.com/gitlab-dependency-update-bot)
- chore(deps): update module github.com/google/cel-go to v0.28.1 ([!2885](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2885)) by [GitLab Dependency Bot](https://gitlab.com/gitlab-dependency-update-bot)
### [`v2.26.0`](https://gitlab.com/gitlab-org/api/client-go/blob/HEAD/CHANGELOG.md#2270-2026-05-18)
[Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.25.0...v2.26.0)
##### Features
- **users:** add SCIMIdentities field to User type ([ccb318d](https://gitlab.com/gitlab-org/api/client-go/commit/ccb318dc531df3a2d3bf641bb273eb1a777555a4))
#### 2.26.1
##### 🐛 Bug Fixes
- Use a sentinel ErrorResponse for 404 errors, so both `Is()` and `HasStatusCode` work properly ([!2884](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2884)) by [Jimmy Spagnola](https://gitlab.com/jspagnola)
#### [2.26.1](https://gitlab.com/gitlab-org/api/client-go/compare/v2.26.0...v2.26.1) (2026-05-15)
#### 2.26.0
##### 🚀 Features
- fix: Add PublicJobs to CreateProjectOptions ([!2883](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2883)) by [Heidi Berry](https://gitlab.com/heidi.berry)
##### 🔄 Other Changes
- chore(deps): update dependency golangci-lint to v2.12.2 ([!2886](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2886)) by [GitLab Dependency Bot](https://gitlab.com/gitlab-dependency-update-bot)
- chore(deps): update module github.com/google/cel-go to v0.28.1 ([!2885](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2885)) by [GitLab Dependency Bot](https://gitlab.com/gitlab-dependency-update-bot)
### [`v2.25.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v2.25.0)
[Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v2.24.1...v2.25.0)
##### 2.25.0
##### 🚀 Features
- feat: Add GraphQL API support for security attributes and categories ([!2856](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2856)) by [Caleb Madara](https://gitlab.com/calebmadara58)
##### 🔄 Other Changes
- chore(deps): update dependency golangci-lint to v2.12.1 ([!2880](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2880)) by [GitLab Dependency Bot](https://gitlab.com/gitlab-dependency-update-bot)
- Resolve lint errors on `main` cau
> ✂ **Note**
>
> PR body was truncated to here.
</details>
---
### Configuration
📅 **Schedule**: (UTC)
- 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.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/kenn-io/roborev).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4yNC4wIiwidXBkYXRlZEluVmVyIjoiNDQuMjkuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>1 parent b3ffbde commit 3148b42
15 files changed
Lines changed: 22 additions & 24 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
135 | | - | |
| 134 | + | |
| 135 | + | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
145 | | - | |
146 | 144 | | |
147 | 145 | | |
148 | 146 | | |
| |||
268 | 266 | | |
269 | 267 | | |
270 | 268 | | |
271 | | - | |
272 | | - | |
| 269 | + | |
| 270 | + | |
273 | 271 | | |
274 | 272 | | |
275 | 273 | | |
| |||
367 | 365 | | |
368 | 366 | | |
369 | 367 | | |
370 | | - | |
371 | | - | |
| 368 | + | |
| 369 | + | |
372 | 370 | | |
373 | 371 | | |
374 | 372 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments