build(deps): update module gitlab.com/gitlab-org/api/client-go to v1.46.0
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| gitlab.com/gitlab-org/api/client-go | require | minor |
v1.18.0 -> v1.46.0
|
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
gitlab-org/api/client-go (gitlab.com/gitlab-org/api/client-go)
v1.46.0
1.46.0
🚀 Features
- Update urls and add missing (!2785) by Mohamed Mongy
1.46.0 (2026-03-01)
v1.45.0
1.45.0
🚀 Features
- Add LockMembershipsToSAML support to Application Settings (!2791) by Mohamed Mongy
🔄 Other Changes
- test(integration): Use epic IID instead of ID in
DeleteEpiccleanup. (!2794) by Florian Forster
1.45.0 (2026-02-27)
Bug Fixes
-
test: Use epic IID instead of ID in
DeleteEpiccleanup. (49dea05)
v1.44.0
1.44.0
🚀 Features
- Implement runner controller instance-level runner scope support (!2765) by Timo Furrer
🔄 Other Changes
- chore(deps): update module github.com/graph-gophers/graphql-go to v1.9.0 (!2789) by GitLab Dependency Bot
1.44.0 (2026-02-26)
v1.43.0
1.43.0
🚀 Features
- feat(pagination): Add
ScanAndCollectNto collect at most n results. (!2788) by Florian Forster
1.43.0 (2026-02-25)
Features
-
pagination: Add
ScanAndCollectNto collect at most n results. (f821c08)
v1.42.0
1.42.0
🚀 Features
- feat: Add public_email to CreateUserOptions (!2787) by Mohamed Othman
1.42.0 (2026-02-24)
Features
- Add public_email to CreateUserOptions (ab1ec31)
v1.41.1
1.41.1
🐛 Bug Fixes
- fix: Fixed a set of endpoints where inputs were escaped and should not be escaped (!2772) by kilianpaquier
🔄 Other Changes
- Add
primary_domainandpages_primary_domainto Pages structs (!2786) by Mohamed Mongy
1.41.1 (2026-02-24)
Bug Fixes
- Fixed a set of endpoints where inputs were escaped and should not be escaped (d6d7b17)
v1.41.0
1.41.0
🚀 Features
- feat: Add missing event toggles to Group Slack integration (!2784) by Mohamed Othman
🔄 Other Changes
- chore(deps): update module buf.build/go/protovalidate to v1.1.3 (!2783) by GitLab Dependency Bot
1.41.0 (2026-02-22)
Features
- Add missing event toggles to Group Slack integration (a4e84a2)
v1.40.1
1.40.1
🐛 Bug Fixes
- Add missing group API parameters to Go SDK structs (!2764) by Mohamed Mongy
1.40.1 (2026-02-21)
v1.40.0
1.40.0
🚀 Features
- feat: Add visibility option to listgroupoptions (!2775) by Mohamed Othman
- Add missing parameters to MergeRequestDiff struct (!2767) by Alekhin Sergey
🔄 Other Changes
1.40.0 (2026-02-21)
Features
- Add visibility option to listgroupoptions (ca08a62)
v1.39.0
1.39.0
🚀 Features
- feat: Add hide backlog and closed list properties to IssueBoards (!2780) by Mohamed Othman
- feat(groups): Add provider to AddGroupSAMLLinkOptions (!2776) by Mohamed Othman
1.39.0 (2026-02-19)
Features
- Add hide backlog and closed list properties to IssueBoards (a66984e)
- groups: Add provider to AddGroupSAMLLinkOptions (bb97c7f)
v1.38.0
1.38.0
🚀 Features
- feat(events): Add missing parameters for label operations and update documentation links (!2781) by Mohamed Mongy
- feat(labels): add missing params and edit links (!2778) by Mohamed Mongy
🔄 Other Changes
- docs: Fix broken GitLab docs anchors for alert_management API (!2777) by Mohamed Othman
- docs: Fix broken documentation links in attestations.go (!2779) by Mohamed Othman
1.38.0 (2026-02-19)
Features
- events: Add missing parameters for label operations and update documentation links (11b9f08)
- labels: add missing params and edit links (ec1b92b)
v1.37.0
1.37.0
🚀 Features
- Support system & system_action fields for merge event attributes (!2737) by Artem Mikheev
🔄 Other Changes
- Update links of geo_sites.go (!2782) by Mohamed Mongy
- chore(deps): update dependency golangci-lint to v2.10.1 (!2770) by GitLab Dependency Bot
- chore(deps): update golangci/golangci-lint docker tag to v2.10.1 (!2771) by GitLab Dependency Bot
- chore(deps): update golangci/golangci-lint docker tag to v2.10.0 (!2769) by GitLab Dependency Bot
- chore(deps): update dependency golangci-lint to v2.10.0 (!2768) by GitLab Dependency Bot
1.37.0 (2026-02-19)
v1.36.0
1.36.0
🚀 Features
🔄 Other Changes
- chore(deps): update module buf.build/go/protovalidate to v1.1.2 (!2757) by GitLab Dependency Bot
1.36.0 (2026-02-17)
Features
- add support for google chat APIs (81e58cb)
v1.35.0
1.35.0
🚀 Features
- feat(groups): add code_owner_approval_required in a group's default_branch_protection_defaults (!2725) by Preethi Atchudan
🐛 Bug Fixes
- fix(integration): Add missing json tags to ms teams struct (!2703) by aishahsofea
🔄 Other Changes
- chore(deps): update module buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go to v1.36.11-20260209202127-80ab13bee0bf.1 (!2749) by GitLab Dependency Bot
- chore(deps): update node docker tag to v25 (!2762) by GitLab Dependency Bot
1.35.0 (2026-02-16)
Bug Fixes
- integration: Add missing json tags to ms teams struct (dafd6fd)
v1.34.0
1.34.0
🚀 Features
- feat(workitems): Add an initial "Work Items" service with "Get" and "List" methods. (!2719) by Florian Forster
🔄 Other Changes
- refactor: migrate to math/rand/v2 (!2759) by Ville Skyttä
1.34.0 (2026-02-13)
Bug Fixes
-
workitems: Use
int64for global work item IDs. (f04e3d0)
Features
-
request_options: Add boolean return value to
WithNext. (1cd1e1e) -
workitems: Add comprehensive filtering to
ListWorkItemsOptions(052a897) -
workitems: Add pagination support to
ListWorkItems. (cfdf5ee) - workitems: Add WorkItems service with Get methods (00925c2), closes gitlab-org/api/client-go#2213
-
workitems: Implement the
ListWorkItemsmethod. (4f8a709)
v1.33.0
1.33.0
🚀 Features
- Support unauthenticated clients via Unauthenticated auth source (!2761) by Timo Furrer
1.33.0 (2026-02-13)
v1.32.0
1.32.0
🚀 Features
- Implement endpoints for runner controller scopes (!2758) by Timo Furrer
🔄 Other Changes
- test(namespaces): Address test feedback to simplify the test (!2744) by Patrick Rice
- chore(deps): update golangci/golangci-lint docker tag to v2.9.0 (!2755) by GitLab Dependency Bot
- chore(deps): update dependency golangci-lint to v2.9.0 (!2754) by GitLab Dependency Bot
1.32.0 (2026-02-13)
v1.31.0
1.31.0
🚀 Features
- Add missing fields to emoji and milestone event types (!2704) by Huijie Shi
1.31.0 (2026-02-11)
v1.30.0
1.30.0
🚀 Features
- Add missing query params to ListGroupsOptions (!2726) by Mohamed Mongy
🔄 Other Changes
- chore(deps): update module buf.build/go/protovalidate to v1.1.1 (!2750) by GitLab Dependency Bot
- docs(no-release): update url for community fork (!2748) by Oleksandr Redko
1.30.0 (2026-02-10)
v1.29.0
1.29.0
🚀 Features
- Update runner controllers to match latest state (!2747) by Timo Furrer
🔄 Other Changes
- chore(deps): migrate from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3 (!2639) by Ville Skyttä
1.29.0 (2026-02-09)
v1.28.1
1.28.1
🐛 Bug Fixes
- Fix error where GetNamespace double escaped URL-encoded projects (!2743) by Patrick Rice
🔄 Other Changes
1.28.1 (2026-02-06)
v1.28.0
1.28.0
🚀 Features
- Add
destroyattribute for pipeline schedule inputs (!2702) by long nguyen huy
🔄 Other Changes
- Migrate bytes endpoints to new
dopattern (!2738) by Timo Furrer - docs(users): document the
LockedandStatefields (!2741) by Florian Forster - ci: migrate to Danger from
common-ci-tasks(!2742) by Florian Forster - chore(oauth): improve the look of the OAuth confirmation page (!2739) by Tomas Vik
1.28.0 (2026-02-05)
v1.27.0
1.27.0
🚀 Features
- Trim leading
@in user ids indo()requests paths (!2736) by Timo Furrer
🔄 Other Changes
- Migrate endpoints with special status code handling to new
dopattern (!2733) by Timo Furrer - Support file uploads in
do()request handler (!2732) by Timo Furrer - Migrate more endpoints to the
do()pattern (!2731) by Timo Furrer - Revert "refactor(http): preserve response body without copying in multiple services" (!2730) by Timo Furrer
- chore(deps): update docker docker tag to v29.2.1 (!2729) by GitLab Dependency Bot
1.27.0 (2026-02-04)
v1.26.0
1.26.0
🚀 Features
- Add slack integration support (!2692) by Hamza Hassanain
🔄 Other Changes
- refactor(no-release): fix minor revive issues (!2711) by Oleksandr Redko
1.26.0 (2026-02-03)
v1.25.0
1.25.0
🚀 Features
- feat(hooks): Add webexintegration (!2707) by Preethi Atchudan
🔄 Other Changes
- fix: Fix broken GitLab docs anchors for Wikis API (!2723) by Mohamed Othman
- refactor: moved comments to interface 7 (!2715) by Zubeen
- chore(deps): update module github.com/google/cel-go to v0.27.0 (!2721) by GitLab Dependency Bot
- refactor: moved comments to interface 1 (!2706) by Zubeen
- Refactor low complexity endpoints to use new
dorequest function (!2718) by Timo Furrer - Add some additional test coverage for functions before migrating to
do(!2720) by Patrick Rice
1.25.0 (2026-02-01)
Bug Fixes
- Fix broken GitLab docs anchors for Wikis API (bdbb5c0)
Features
- hooks: Add webexintegration (857ac6a)
v1.24.0
1.24.0
🚀 Features
- Add assignee_id to issues api (!2673) by David Schneider
1.24.0 (2026-01-29)
v1.23.0
1.23.0
🚀 Features
- feat: add group protected branches service (!2685) by Prakash Divy
🔄 Other Changes
- chore(no-release): refactor to slog.DiscardHandler (!2710) by Oleksandr Redko
1.23.0 (2026-01-28)
Features
- add group protected branches service (c7ffe6f)
v1.22.1
1.22.1
🐛 Bug Fixes
🔄 Other Changes
- fix: URL tags for throttle protected path settings in UpdateSettingsOptions (!2705) by Zubeen
- test: Refactor tests to use testify assertions 7 (!2700) by Zubeen
- test: Refactor tests to use testify assertions 4 (!2696) by Zubeen
- test: Refactor tests to use testify assertions 3 (!2695) by Zubeen
- test(no-release): Refactor tests to use testify assertions 2 (!2694) by Zubeen
- test(no-release): Refactor tests to use testify assertions (!2693) by Zubeen
- test(no-release): Refactor tests to use testify assertions 6 (!2699) by Zubeen
1.22.1 (2026-01-28)
Bug Fixes
- Type Mismatch in UpdateSettingsOptions for SentryEnabled (c2d3ca9)
- URL tags for throttle protected path settings in UpdateSettingsOptions (a4a525d)
v1.22.0
1.22.0
🚀 Features
- feat(project_mirror): add ForceSyncProjectMirror (!2683) by Prakash Divy
🔄 Other Changes
1.22.0 (2026-01-28)
Features
- project_mirror: add ForceSyncProjectMirror (b13fcb7)
v1.21.0
1.21.0
🚀 Features
- feat(settings): Add AnonymousSearchesAllowed field support (!2678) by Seif Hatem
🔄 Other Changes
- feat: improve URL validation and error handling in client initialization (!2656) by Amer Khaled
1.21.0 (2026-01-27)
Features
- improve URL validation and error handling in client initialization (9417155)
- settings: Add AnonymousSearchesAllowed field support (7185888)
v1.20.0
1.20.0
🚀 Features
- feat: update events (!2689) by Huijie Shi
🔄 Other Changes
- chore(no-release): remove redundant build tag (!2701) by Oleksandr Redko
- chore(deps): update docker docker tag to v29.2.0 (!2698) by GitLab Dependency Bot
1.20.0 (2026-01-27)
Features
- update events (46ba91c)
v1.19.0
1.19.0
🚀 Features
- feat(integrations): Add Chat & Notify integrations (!2691) by Hamza Hassanain
🔄 Other Changes
- refactor: use do function for requests (!2674) by Timo Furrer
- chore(docs): Update adding API support guide for new coding patterns (!2688) by Heidi Berry
1.19.0 (2026-01-26)
Features
Configuration
- If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by GitLab Dependency Bot