Breaking change for ListGroupMergeRequestsOptions in v1.2.0

Bug Report

In v1.2.0 the In field of the ListGroupMergeRequestsOptions struct has been removed, see commit here.

According to the GitLab API documentation this is still a valid attribute for the request.

Relevant Code

394ed44d

Relevant Log Output

These are the logs of the error output:
go test -coverprofile coverage.out -race ./...
go: downloading gitlab.com/gitlab-org/api/client-go v1.2.0
# somegitlab.com/sometool/internal/toolname
internal/toolname/toolname.go:182:8: opts.In undefined (type *gitlab.ListGroupMergeRequestsOptions has no field or method In)

Additional Details

  • GitLab Client Go Version: v1.2.0
  • Go Version: 1.25
Edited by 🤖 GitLab Bot 🤖