Comparing v6.4.0...v6.5.0 · python-gitlab/python-gitlab
Commits on Oct 17, 2025
-
feat(api): add content_ref and dry_run_ref parameters to ProjectCiLin…
…tManager Add support for the new GitLab API parameters for validating existing CI/CD configurations: - content_ref: specify the branch, tag, or SHA to validate - dry_run_ref: set branch/tag context for dry run simulations The deprecated 'ref' parameter is kept for backward compatibility. Also update documentation with examples showing how to validate CI configuration from specific branches and with dry run simulation. Fixes #3260