fix(deps): update module gitlab.com/gitlab-org/api/client-go to v0.128.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
gitlab.com/gitlab-org/api/client-go | require | minor |
v0.123.0 -> v0.128.0
|
Release Notes
gitlab-org/api/client-go (gitlab.com/gitlab-org/api/client-go)
v0.128.0
0.128.0 (2025-04-24)
Improvements (35 changes)
- Add pipeline source constants to enhance API integration by @xestenlite (merge request)
- Add support for retrieving signatures for tags by @David-Development (merge request)
- Add debug logs for sporadically failing job (merge request)
- Add support for getting issues related to MRs (merge request)
- Preserve URL encoding in error messages by @helmyl (merge request)
- test: Enhance UT for Testing New Clients by @syedzubeen (merge request)
- refactor: use table-driven tests for conciseness and maintainability by @syedzubeen (merge request)
- Breaking change, remove color from broadcast messages by @heidi.berry (merge request)
- test: Enhance UTs to cover more cases by @syedzubeen (merge request)
- test: Adds a unit test for the Render method in the MarkdownService by @syedzubeen (merge request)
- Add UTs for TestMarkAllTodosAsDone by @syedzubeen (merge request)
- Add little missing deprecation notice by @heidi.berry (merge request)
- Add support for the Dependencies API by @heidi.berry (merge request)
- Add support for the Alert Management API by @heidi.berry (merge request)
- Add missing fields to LinePositionOptions by @jakubbortlik (merge request)
- Add support for the Database Migrations API by @heidi.berry (merge request)
- Add support for the Enterprise Users API by @heidi.berry (merge request)
- Add support for the Application Statistics API by @heidi.berry (merge request)
- Add support for the Feature Flag User Lists API by @heidi.berry (merge request)
- Add support for the Group Activity Analytics API by @heidi.berry (merge request)
- Add support for the Dependency Proxy API by @heidi.berry (merge request)
- Add basic GraphQL interface in client (merge request)
- Implement iterator-based Scan helper functions for easy pagination (merge request)
- Add support for Geo Sites API by @heidi.berry (merge request)
- Fix local golangci-lint installation (merge request)
- Added reviewer_ids to MergeCommentEvent by @renbou (merge request)
- Update golangci/golangci-lint Docker tag to v2 (merge request)
- go: Update module go.uber.org/mock to v0.5.1 (merge request)
- Add deprecation notices on whole APIs by @heidi.berry (merge request)
- Update doc links by @heidi.berry (merge request)
- Update doc links by @heidi.berry (merge request)
- Add SourcePipeline to JobEvent Webhook struct by @camtheman256 (merge request)
- Add deprecation notices to fields and functions by @heidi.berry (merge request)
- Add deprecation notices to fields and functions by @heidi.berry (merge request)
- Update doc links by @heidi.berry (merge request)
Bug Fixes (1 change)
- Breaking Change: Fixed an issue where "None" or "Any" didn't work when using... by @prarit (merge request)
v0.127.0
0.127.0 (2025-04-01)
Breaking Change (4 changes)
-
Add
CreateSecureFileOptions
toCreateSecureFile
instead of the string... by @heidi.berry (merge request) - Remove support for non-project CI Lint APIs as they were removed in GitLab... by @heidi.berry (merge request)
- Remove deprecated tag release APIs, since they've been removed for multiple major versions by @heidi.berry (merge request)
-
Remove
MasterPermissions
as they've been renamed toMaintainerPermissions
... by @heidi.berry (merge request)
Improvements (10 changes)
- Update documentation links on additional APIs by @heidi.berry (merge request)
- Update documentation links on additional APIs by @heidi.berry (merge request)
- Update documentation links on additional APIs by @heidi.berry (merge request)
- Update documentation links on additional APIs by @heidi.berry (merge request)
- Update doc links on multiple APIs by @heidi.berry (merge request)
- Add planner role by @heidi.berry (merge request)
- Add support for getting a raw repository file's metadata by @heidi.berry (merge request)
- Add support for Container Registry Protection Rules API by @heidi.berry (merge request)
- Implement group access token self rotate by @uwej711 (merge request)
- Implement project access token self rotate by @uwej711 (merge request)
v0.126.0
0.126.0 (2025-03-17)
Improvements (6 changes)
- Parallelize unit tests (merge request)
- Adding service ping API (merge request)
- Exclude generated files from coverage report (merge request)
- Enable SAST scans (merge request)
- bug: Add fallback for macOS version of readlink (merge request)
- Implement testing package for gomock based tests (merge request)
v0.125.0
0.125.0 (2025-03-14)
Improvements (11 changes)
- Add function for deleting a user's identity by @heidi.berry (merge request)
-
Add
GetProjectMirrorPublicKey
, and add support forauth_method
toProjectMirror
by @mness (merge request) - Add custom role support to LDAP links by @heidi.berry (merge request)
- Add function for configuring a project pull mirror by @heidi.berry (merge request)
- Add new user filter options: Humans, ExcludeActive and ExcludeHumans by @mjovanovic1 (merge request)
-
Add support for
Usernames
in project-level MR approval rules by @rkosegi (merge request) -
add
ci_id_token_sub_claim_components
to EditProjectOptions by @bakkerduncan (merge request) - feat: Add support for list shared projects group API by @sy-be (merge request)
- Fix pipeline for arbitrary fork location without Ultimate access (merge request)
- Update access tokens to use alias type to reduce duplication (merge request)
- Add support for merge request approval settings API by @heidi.berry (merge request)
v0.124.0
0.124.0 (2025-02-28)
Breaking Changes (4 changes)
- Refactor ShareWithGroup as a Named Struct instead of an Anonymous Struct by @heidi.berry (merge request)
-
Add support for instance member roles API, and align
CreateMemberRoleOptions
... by @heidi.berry (merge request) - Switch to using BasicMergeRequest for API endpoints that use it by @heidi.berry (merge request)
- Add state option when listing project access tokens. This requires that... by @heidi.berry (merge request)
Improvements (13 changes)
- Add bundled reviewable command for ease of local development by @heidi.berry (merge request)
- Add function for uploading a wiki attachment by @heidi.berry (merge request)
- Add internal flag when creating different types of notes. Update documentation... by @heidi.berry (merge request)
-
Add
Internal
support toCreateIssueNoteOptions
by @ebuildy (merge request) - Add support for Secure Files API by @heidi.berry (merge request)
- add ci_delete_pipelines_in_seconds to project edit and read by @kingcrunch (merge request)
- Add filter to group variables update and delete by @heidi.berry (merge request)
- Add support for group releases API by @heidi.berry (merge request)
- Add description to personal access token APIs by @heidi.berry (merge request)
- Add description to group access token APIs by @heidi.berry (merge request)
- Add description to project access token APIs by @heidi.berry (merge request)
- Add 'username' support to AddProjectMemberOptions by @sy-be (merge request)
- Update Group Hooks to add missing options and fix documentation links by @heidi.berry (merge request)
Breaking Change (1 change)
Features (1 change)
- Add support for project security settings API by @heidi.berry (merge request)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by Soos