github.com/xanzy/go-gitlab
v0.114.0
#648 most downloaded on Go modules
xanzy/go-gitlab
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Ships on a steady schedule
a new release about every 9 days
Rarely documented
notes for 8 of 191 stable releases
2 versions withdrawn
withdrawn after publishing
11 years old
1065 releases · first in 2015
0 releases in the last 12 months
see the full history below
Release timeline
1065 releases · Nov 2015 to Dec 2024Releases
latest 60 of 1065-
v0.115.1-0.20241210160154-68add0327e4210 Dec 2024 pre-release withdrawnModule deprecated: This module has been migrated to gitlab.com/gitlab-org/api/client-go. See https://gitlab.com/gitlab-org/api/client-go
Nothing published for this version
-
v0.115.010 Dec 2024 withdrawnModule deprecated: This module has been migrated to gitlab.com/gitlab-org/api/client-go. See https://gitlab.com/gitlab-org/api/client-go
Release notes
Open source →This release is solely to deprecate this package in favor of https://gitlab.com/gitlab-org/api/client-go.
See the migration information in #2060
-
v0.114.1-0.20241209223553-7f944b7f7df309 Dec 2024 pre-releaseNothing published for this version
-
v0.114.1-0.20241204165238-01aa9b5f3b3b04 Dec 2024 pre-releaseNothing published for this version
-
v0.114.1-0.20241129030656-35c2003ffacd29 Nov 2024 pre-releaseNothing published for this version
-
v0.114.1-0.20241126155215-9851eab70e5726 Nov 2024 pre-releaseNothing published for this version
-
v0.114.1-0.20241125221856-c1ce5186c1fd25 Nov 2024 pre-releaseNothing published for this version
-
v0.114.1-0.20241122205042-42949f8768b322 Nov 2024 pre-releaseNothing published for this version
-
v0.114.1-0.20241121191659-8186bd9e436a21 Nov 2024 pre-releaseNothing published for this version
-
v0.114.018 Nov 2024Release notes
Open source →What's Changed
- Add project setting ci_pipeline_variables_minimum_override_role by @vindvaki in #2057
- feat: implement 'allowed_email_domains_list' group attribute by @jeremad in #2059
- Implement
externalK8sProxyUrlfield in Metadata API by @timofurrer in #2062
New Contributors
Full Changelog: v0.113.0...v0.114.0
-
v0.113.1-0.20241118165405-912f9bf48d5e18 Nov 2024 pre-releaseNothing published for this version
-
v0.113.1-0.20241115100052-24eba2678c1b15 Nov 2024 pre-releaseNothing published for this version
-
v0.113.1-0.20241112094658-8eaea58d4b6812 Nov 2024 pre-releaseNothing published for this version
-
v0.113.005 Nov 2024Release notes
Open source →Breaking changes
- Support ListOptions for ListMembershipsForBillableGroupMember by @Iridias in #2043
- Make the (group)labels methods compatible with old and new API versions by @svanharmelen in #2049
- Update all services to return the service on update by @svanharmelen in #2042
What's Changed
- Add username to AddGroupMemberOptions by @xinau in #2047
- Add TriggerTestGroupHook by @smit-modi in #2046
- API pipeline update metadata by @alexpts in #2051
- Add Web URL to response when comparing in a repository by @heidiberry in #2055
- Add support for updating a project's GitLab Pages settings by @heidiberry in #2053
- Add expires_at field when creating project deploy keys by @heidiberry in #2054
New Contributors
Full Changelog: v0.112.0...v0.113.0
-
v0.112.1-0.20241104110134-e53b7a1f568c04 Nov 2024 pre-releaseNothing published for this version
-
v0.112.1-0.20241103192347-bc6554d8878303 Nov 2024 pre-releaseNothing published for this version
-
v0.112.1-0.20241031100656-5836f131dad231 Oct 2024 pre-releaseNothing published for this version
-
v0.112.1-0.20241028085527-0f91b06d691e28 Oct 2024 pre-releaseNothing published for this version
-
v0.112.1-0.20241024170714-098437be4ce224 Oct 2024 pre-releaseNothing published for this version
-
v0.112.1-0.20241018080354-e4b083f0421818 Oct 2024 pre-releaseNothing published for this version
-
v0.112.014 Oct 2024Release notes
Open source →Breaking changes:
- Fix the branch protection defaults by @svanharmelen in #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 @dany74q in #2034
- missing protected_branches#deploy_key_id by @seyguai in #2035
- Add missing created at to project struct by @wind0r in #2037
New Contributors
Full Changelog: v0.111.0...v0.112.0
- Fix the branch protection defaults by @svanharmelen in #2036
-
v0.111.1-0.20241014155916-56c0535486dd14 Oct 2024 pre-releaseNothing published for this version
-
v0.111.1-0.20241014103622-39fc25b65a7b14 Oct 2024 pre-releaseNothing published for this version
-
v0.111.1-0.20241014091824-5538ce0c790e14 Oct 2024 pre-releaseNothing published for this version
-
v0.111.010 Oct 2024Release notes
Open source →What's Changed
- Add event_name field to the audit events. by @lstout in #2024
- Add Description field in Environments API by @timofurrer in #2025
- Add 'default_branch' attribute by @jgangemi in #2030
- Add support for Harbor Integration by @houstonj1 in #2027
New Contributors
- @jgangemi made their first contribution in #2030
- @houstonj1 made their first contribution in #2027
Full Changelog: v0.110.0...v0.111.0
-
v0.110.1-0.20241010163332-b5e0812497a610 Oct 2024 pre-releaseNothing published for this version
-
v0.110.1-0.20241008165250-6c05c534084508 Oct 2024 pre-releaseNothing published for this version
-
v0.110.1-0.20241008123653-49a7d1972ca308 Oct 2024 pre-releaseNothing published for this version
-
v0.110.006 Oct 2024Release notes
Open source →Breaking Changes
- New options when calling DeleteProject by @heidiberry in #2010
What's Changed
- Support Kubernetes-related Environments API fields by @timofurrer in #2013
- add MergeStatus filed to struct MergeEvent by @cestlive in #2016
- Add ListServiceAccounts function to list all service accounts by @Atoms in #2012
- Add support for the Redmine Integration by @heidiberry in #2007
- feat(runners): add maintenance_note on put/get runner details by @jaredallard in #2017
- feat: add deployment approval config attribute by @loozhengyuan in #2022
- feat: add new pages api endpoint by @nickshine in #2019
- Support API endpoint: List memberships for a billable member of a group by @Iridias in #2021
New Contributors
- @cestlive made their first contribution in #2016
- @Atoms made their first contribution in #2012
- @jaredallard made their first contribution in #2017
- @loozhengyuan made their first contribution in #2022
- @Iridias made their first contribution in #2021
Full Changelog: v0.109.0...v0.110.0
-
v0.109.1-0.20241004092603-8a715ef928d004 Oct 2024 pre-releaseNothing published for this version
-
v0.109.1-0.20240928170859-5f6d49af81eb28 Sep 2024 pre-releaseNothing published for this version
-
v0.109.1-0.20240925082725-1016f7fe419125 Sep 2024 pre-releaseNothing published for this version
-
v0.109.1-0.20240908093815-b8ae589d1a5e08 Sep 2024 pre-releaseNothing published for this version
-
v0.109.007 Sep 2024Release notes
Open source →Breaking Changes
What's Changed
- Add endpoint to lists invited groups of a project by @habnux in #2000
- Update jira integration pt2 by @deepflame in #1999
- chore: add ReportType to ProjectApprovalRule by @mdevilliers in #2001
- Bug: Needs to be a list of ProjectGroup by @habnux in #2003
- Fix an issue with omitempty on default_branch_protection_defaults by @RicePatrick in #2004
New Contributors
Full Changelog: v0.108.0...v0.109.0
-
v0.108.1-0.20240907063714-afb61635486807 Sep 2024 pre-releaseNothing published for this version
-
v0.108.1-0.20240902161643-658c4fd474a002 Sep 2024 pre-releaseNothing published for this version
-
v0.108.1-0.20240902160819-f1d37ee6236702 Sep 2024 pre-releaseNothing published for this version
-
v0.108.1-0.20240902070517-fa3f0b2114ae02 Sep 2024 pre-releaseNothing published for this version
-
v0.108.1-0.20240830070723-315e1c6d75db30 Aug 2024 pre-releaseNothing published for this version
-
v0.108.026 Aug 2024Release notes
Open source →Breaking Changes
- Get scoped group variables by @andersparslov in #1995
- Rename GroupId to GroupID in the
MemberRoleandIterationstructs f97a106
What's Changed
- Adds
HookEventTokenhelper function for X-Gitlab-Token by @MaerF0x0 in #1976 - Add
ContainerRegistrySizefield toStatisticsstruct by @Florian3535 in #1978 - chore: add report type to MergeRequestApprovalRule by @mdevilliers in #1975
- Add field "is_auditor" in user by @thomasboni in #1981
- Fix the user tests by @svanharmelen in #1982
- Add new DCO attribute to project and group push rules by @beekeep in #1980
- Support more options for list PATs by @hjweddie in #1977
- feat: add Bitbucket Cloud and Server import endpoints by @pwlandoll in #1979
- Expose PreReceiveSecretDetectionEnabled project setting by @gravis in #1984
- Add 15 Missing GitLab Settings by @Jitsusama in #1985
- Add
prevent_merge_without_jira_issueto Edit Project API by @mtibben in #1986 - build(github): Added support for more versions of unit tests by @flc1125 in #1992
- Move PreReceiveSecretDetectionEnabled to Project by @gravis in #1989
- Add 26 Missing GitLab Settings by @Jitsusama in #1987
- Add page token to ListOption by @0xDagal in #1994
- member role model follow 17.4.0 spec by @Quanalogy in #1997
- Add more filters to List group milestones by @adamcohen2 in #1998
- Add 28 Missing GitLab Settings by @Jitsusama in #1996
- Add an exponential backoff to the retry function by @RicePatrick in #1993
New Contributors
- @MaerF0x0 made their first contribution in #1976
- @Florian3535 made their first contribution in #1978
- @mdevilliers made their first contribution in #1975
- @thomasboni made their first contribution in #1981
- @mtibben made their first contribution in #1986
- @flc1125 made their first contribution in #1992
- @0xDagal made their first contribution in #1994
- @Quanalogy made their first contribution in #1997
- @adamcohen2 made their first contribution in #1998
- @andersparslov made their first contribution in #1995
Full Changelog: v0.107.0...v0.108.0
-
v0.107.1-0.20240826075019-6404ea33e7f926 Aug 2024 pre-releaseNothing published for this version
-
v0.107.1-0.20240826074708-203df8edce5f26 Aug 2024 pre-releaseNothing published for this version
-
v0.107.1-0.20240824145811-b04c46a8d40b24 Aug 2024 pre-releaseNothing published for this version
-
v0.107.1-0.20240820172606-e57ef95ecbff20 Aug 2024 pre-releaseNothing published for this version
-
v0.107.1-0.20240819133018-5f1ec688b1a819 Aug 2024 pre-releaseNothing published for this version
-
v0.107.1-0.20240813074408-67d5bf4f49d313 Aug 2024 pre-releaseNothing published for this version
-
v0.107.1-0.20240812070337-e129792ced6912 Aug 2024 pre-releaseNothing published for this version
-
v0.107.1-0.20240808123908-6bce6cf303cb08 Aug 2024 pre-releaseNothing published for this version
-
v0.107.1-0.20240807140043-3e736850860007 Aug 2024 pre-releaseNothing published for this version
-
v0.107.1-0.20240803122440-9cafcb7c878503 Aug 2024 pre-releaseNothing published for this version
-
v0.107.1-0.20240802161705-3ba94c8c670202 Aug 2024 pre-releaseNothing published for this version
-
v0.107.016 Jul 2024 -
v0.106.1-0.20240716070128-32b78390817816 Jul 2024 pre-releaseNothing published for this version
-
v0.106.1-0.20240713084804-69412a46b56713 Jul 2024 pre-releaseNothing published for this version
-
v0.106.1-0.20240712132602-ec404fa24d4312 Jul 2024 pre-releaseNothing published for this version
-
v0.106.1-0.20240707185216-9f9ece413bbf07 Jul 2024 pre-releaseNothing published for this version
-
v0.106.1-0.20240704201014-f0095cdf967a04 Jul 2024 pre-releaseNothing published for this version
-
v0.106.1-0.20240626081339-480264c4eaad26 Jun 2024 pre-releaseNothing published for this version
-
v0.106.1-0.20240626072821-bf91cc43ff1626 Jun 2024 pre-releaseNothing published for this version
-
v0.106.024 Jun 2024Nothing published for this version