* chore(deps): update all non-major dependencies ([`88de2f0`](https://github.com/python-gitlab/python-gitlab/commit/88de2f0fc52f4f02e1d44139f4404acf172624d7))
* chore(deps): update all non-major dependencies ([`a510f43`](https://github.com/python-gitlab/python-gitlab/commit/a510f43d990c3a3fd169854218b64d4eb9491628))
* chore(deps): update gitlab/gitlab-ee docker tag to v17.0.2-ee.0 ([`51779c6`](https://github.com/python-gitlab/python-gitlab/commit/51779c63e6a58e1ae68e9b1c3ffff998211d4e66))
* chore(deps): update python-semantic-release/upload-to-gh-release digest to 6b7558f ([`fd0f0b0`](https://github.com/python-gitlab/python-gitlab/commit/fd0f0b0338623a98e9368c30b600d603b966f8b7))
* chore(deps): update all non-major dependencies ([`d4fdf90`](https://github.com/python-gitlab/python-gitlab/commit/d4fdf90655c2cb5124dc2ecd8b449e1e16d0add5))
* chore(deps): update dependency types-setuptools to v70 ([`7767514`](https://github.com/python-gitlab/python-gitlab/commit/7767514a1ad4269a92a6610aa71aa8c595565a7d))
* chore(deps): update gitlab/gitlab-ee docker tag to v17.0.1-ee.0 ([`df0ff4c`](https://github.com/python-gitlab/python-gitlab/commit/df0ff4c4c1497d6449488b8577ad7188b55c41a9))
* chore(deps): update python-semantic-release/upload-to-gh-release digest to 477a404 ([`02a551d`](https://github.com/python-gitlab/python-gitlab/commit/02a551d82327b879b7a903b56b7962da552d1089))
* chore(deps): update all non-major dependencies ([`d5de288`](https://github.com/python-gitlab/python-gitlab/commit/d5de28884f695a79e49605a698c4f17b868ddeb8))
* chore: add a help message for `gitlab project-key enable`
Add some help text for `gitlab project-key enable`. This both adds
help text and shows how to use the new `help` feature.
enable Enable a deploy key for the project ([`1291dbb`](https://github.com/python-gitlab/python-gitlab/commit/1291dbb588d3a5a54ee54d9bb93c444ce23efa8c))
* chore: sort CLI behavior-related args to remove
Sort the list of CLI behavior-related args that are to be removed. ([`9b4b0ef`](https://github.com/python-gitlab/python-gitlab/commit/9b4b0efa1ccfb155aee8384de9e00f922b989850))
### Feature
* feat(api): add support for latest pipeline ([`635f5a7`](https://github.com/python-gitlab/python-gitlab/commit/635f5a7128c780880824f69a9aba23af148dfeb4))
* feat: add `--no-mask-credentials` CLI argument
This gives the ability to not mask credentials when using the
Signed-off-by: Adrian DC <radian.dc@gmail.com> ([`33fbc14`](https://github.com/python-gitlab/python-gitlab/commit/33fbc14ea8432df7e637462379e567f4d0ad6c18))
## v4.5.0 (2024-05-13)
### Build
@@ -389,7 +455,6 @@ Signed-off-by: Tim Knight <tim.knight1@engineering.digital.dwp.gov.uk> ([`
* test(smoke): normalize all dist titles for smoke tests ([`ee013fe`](https://github.com/python-gitlab/python-gitlab/commit/ee013fe1579b001b4b30bae33404e827c7bdf8c1))
feat: add support for deployment approval endpoint ([`56fbe02`](https://github.com/python-gitlab/python-gitlab/commit/56fbe022e11b3b47fef0bd45b41543c9d73ec94e))
chore(docs): convert tabs to spaces ([`8771ad8`](https://github.com/python-gitlab/python-gitlab/commit/8771ad8ff3391ce42440fcb8df8da5dbe346e09e))
## v3.6.0 (2022-06-28)
### Chore
@@ -2859,7 +2908,6 @@ feat(client): introduce `iterator=True` and deprecate `as_list=False` in `list()
docs: use `as_list=False` or `all=True` in Getting started ([`5ae18d0`](https://github.com/python-gitlab/python-gitlab/commit/5ae18d08aa11a01347514b43db8470bfd65fd534))
chore(deps): update black to v22.3.0 ([`f942e65`](https://github.com/python-gitlab/python-gitlab/commit/f942e65ad6e0ab911de1ee32b4f720cf061e3dec))
## v3.3.0 (2022-03-28)
### Chore
@@ -3299,7 +3345,6 @@ chore(deps): update pre-commit hook alessandrojcm/commitlint-pre-commit-hook to
feat: add support for test report summary ([`7966584`](https://github.com/python-gitlab/python-gitlab/commit/79665841e5d998872876987e1c3f480e455951a4))
chore(tests): use method `projects.transfer()` ([`48b06a9`](https://github.com/python-gitlab/python-gitlab/commit/48b06a95ad08c5d937d602357895b09d5dcecd9e))
## v3.1.0 (2022-01-14)
### Chore
@@ -3917,7 +3960,6 @@ chore: add a stale workflow ([`9896340`](https://github.com/python-gitlab/python
chore: add functional test of mergerequest.get() ([`bc6c6e6`](https://github.com/python-gitlab/python-gitlab/commit/bc6c6e69e81db5f52afd422d8c8ec0c57a385acd))
## v3.0.0 (2022-01-05)
### Breaking
@@ -4993,7 +5035,6 @@ docs: correct documented return type ([`557c7d2`](https://github.com/python-gitl
feat: allow global retry_transient_errors ([`d98d948`](https://github.com/python-gitlab/python-gitlab/commit/d98d948f997e973a42a8a21dfdbba0b435a602df))
## v2.10.1 (2021-08-28)
### Chore
@@ -5048,7 +5089,6 @@ docs(mergerequests): gl.mergerequests.list documentation was misleading ([`8e277
@@ -5106,7 +5146,6 @@ Signed-off-by: Matej Focko <mfocko@redhat.com> ([`a9924f4`](https://github
feat(api): add `name_regex_keep` attribute in `delete_in_bulk()` ([`85713bb`](https://github.com/python-gitlab/python-gitlab/commit/85713bbbecdcec577a72749d2e495f823791b00f))
## v2.9.0 (2021-06-28)
### Chore
@@ -5207,7 +5246,6 @@ chore: add new required type packages for mypy ([`5446423`](https://github.com/p
chore: add type-hints to gitlab/v4/objects/projects.py ([`8e6aaf5`](https://github.com/python-gitlab/python-gitlab/commit/8e6aaf552ac44c21c70f902e5bdf1a2f631e347c))
## v2.8.0 (2021-06-10)
### Chore
@@ -5667,7 +5705,6 @@ feat: add support for lists of integers to ListAttribute ([`dde01c7`](https://gi
chore: make Get.*Mixin._optional_get_attrs always present ([`5b81d7d`](https://github.com/python-gitlab/python-gitlab/commit/5b81d7d25e5deefa4333098ebb5bc646fcee2c8d))
## v2.7.1 (2021-04-26)
### Feature
@@ -5691,7 +5728,6 @@ This will help us fix issue #1407 by using ListAttribute for the
fix(files): do not url-encode filepaths twice ([`37af229`](https://github.com/python-gitlab/python-gitlab/commit/37af2296703a481721489a66c5fc554257e34527))
## v2.7.0 (2021-04-25)
### Chore
@@ -6638,7 +6674,6 @@ feat(api,cli): make user agent configurable ([`643454c`](https://github.com/pyth
docs: switch from travis-ci.org to GitHub Actions ([`071d699`](https://github.com/python-gitlab/python-gitlab/commit/071d699f7e4bf7eb3aa49b78f9cc9e56a473e281))
## v2.6.0 (2021-01-29)
### Chore
@@ -6972,7 +7007,6 @@ chore(deps): update gitlab/gitlab-ce docker tag to v13.3.4-ce.0 ([`2a6801e`](htt
chore(deps): update gitlab/gitlab-ce docker tag to v13.3.3-ce.0 ([`769367c`](https://github.com/python-gitlab/python-gitlab/commit/769367c41d71610cc7d6a5eee67ebaaecb8b66bf))
## v2.5.0 (2020-09-01)
### Chore
@@ -7140,7 +7174,6 @@ feat: add share/unshare the group with a group ([`cfa8097`](https://github.com/p
docs: additional project file delete example ([`5b92de8`](https://github.com/python-gitlab/python-gitlab/commit/5b92de8eba9224210ecff1a1d4dae6a561c894be))
## v2.4.0 (2020-07-09)
### Chore
@@ -7195,7 +7228,6 @@ Add masked parameter for project-variable and group-variable ([`bfb5034`](https:
fix(merge): parse arguments as query_data ([`1d82310`](https://github.com/python-gitlab/python-gitlab/commit/1d82310da1a15f7172a3f87c2cf062bc0c17944d))
## v2.3.1 (2020-06-09)
### Chore
@@ -7214,7 +7246,6 @@ Instead we set pagination to offset on the other paths ([`e71fe16`](https://gith
@@ -7515,7 +7545,6 @@ feat: add support for commit GPG signature ([`1b8e748`](https://github.com/pytho
test: update tests and params for project export/import ([`4ffaf1d`](https://github.com/python-gitlab/python-gitlab/commit/4ffaf1dc0365690df810c99573f5737f635240e0))
## v2.1.2 (2020-03-09)
### Chore
@@ -7530,7 +7559,6 @@ Revert "feat: use keyset pagination by default for `all=True`" ([`6d941b
* Revert "feat: use keyset pagination by default for `all=True`" ([`6f843b6`](https://github.com/python-gitlab/python-gitlab/commit/6f843b63f7227ee3d338724d49b3ce111366a738))
## v2.1.1 (2020-03-09)
### Chore
@@ -7553,7 +7581,6 @@ chore(user): update user attributes to 12.8 ([`8c44bb6`](https://github.com/pyth
fix(docs): additional project statistics example ([`be5b15e`](https://github.com/python-gitlab/python-gitlab/commit/be5b15e27ad4a58d61f26e9f5ca3868f72959faa))
## v2.1.0 (2020-03-08)
### Chore
@@ -7671,7 +7698,6 @@ change path for set_approvers to new api, with defaulted rule_type an… ([`1924
Add capability to control GitLab features per project or group ([`066fc9b`](https://github.com/python-gitlab/python-gitlab/commit/066fc9bfdc1d8e6295cb924ea8471268ee869a90))
## v2.0.1 (2020-02-05)
### Chore
@@ -7726,7 +7752,6 @@ chore(user): update user attributes ([`f6d9858`](https://github.com/python-gitla
feat: Add grouplabel support with subscribable mixin ([`edb3359`](https://github.com/python-gitlab/python-gitlab/commit/edb3359fb3a77050d3e162da641445952397279b))