Breaking changes:
- Fix the branch protection defaults by
@svanharmelenin https://github.com/xanzy/go-gitlab/pull/2036
This ☝🏻 fixes a bug in the settings API (see #2033) by introducing a dedicated struct for branch protection defaults. To prevent duplicated code, this struct is now also used (as a pointer!) for theDefaultBranchProtectionDefaultsfield in theGroupstruct.
What's Changed
- Add alert status to project hooks by
@dany74qin https://github.com/xanzy/go-gitlab/pull/2034
- missing protected_branches#deploy_key_id by
@seyguaiin https://github.com/xanzy/go-gitlab/pull/2035
- Add missing created at to project struct by
@wind0rin https://github.com/xanzy/go-gitlab/pull/2037
New Contributors
@dany74qmade their first contribution in https://github.com/xanzy/go-gitlab/pull/2034
@seyguaimade their first contribution in https://github.com/xanzy/go-gitlab/pull/2035
Full Changelog: https://github.com/xanzy/go-gitlab/compare/v0.111.0...v0.112.0