|
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
| 5 | +## v4.2.0 (2023-11-28) |
| 6 | + |
| 7 | +### Chore |
| 8 | + |
| 9 | +* chore(deps): update all non-major dependencies ([`8aeb853`](https://github.com/python-gitlab/python-gitlab/commit/8aeb8531ebd3ddf0d1da3fd74597356ef65c00b3)) |
| 10 | + |
| 11 | +* chore(deps): update dessant/lock-threads action to v5 ([`f4ce867`](https://github.com/python-gitlab/python-gitlab/commit/f4ce86770befef77c7c556fd5cfe25165f59f515)) |
| 12 | + |
| 13 | +* chore(deps): update all non-major dependencies ([`9fe2335`](https://github.com/python-gitlab/python-gitlab/commit/9fe2335b9074feaabdb683b078ff8e12edb3959e)) |
| 14 | + |
| 15 | +* chore(deps): update all non-major dependencies ([`91e66e9`](https://github.com/python-gitlab/python-gitlab/commit/91e66e9b65721fa0e890a6664178d77ddff4272a)) |
| 16 | + |
| 17 | +* chore(deps): update all non-major dependencies ([`d0546e0`](https://github.com/python-gitlab/python-gitlab/commit/d0546e043dfeb988a161475de53d4ec7d756bdd9)) |
| 18 | + |
| 19 | +### Feature |
| 20 | + |
| 21 | +* feat: add pipeline status as Enum |
| 22 | + |
| 23 | +https://docs.gitlab.com/ee/api/pipelines.html ([`4954bbc`](https://github.com/python-gitlab/python-gitlab/commit/4954bbcd7e8433aac672405f3f4741490cb4561a)) |
| 24 | + |
| 25 | +* feat(api): add support for wiki attachments (#2722) |
| 26 | + |
| 27 | +Added UploadMixin in mixin module |
| 28 | +Added UploadMixin dependency for Project, ProjectWiki, GroupWiki |
| 29 | +Added api tests for wiki upload |
| 30 | +Added unit test for mixin |
| 31 | +Added docs sections to wikis.rst ([`7b864b8`](https://github.com/python-gitlab/python-gitlab/commit/7b864b81fd348c6a42e32ace846d1acbcfc43998)) |
| 32 | + |
| 33 | + |
5 | 34 | ## v4.1.1 (2023-11-03)
|
6 | 35 |
|
7 | 36 | ### Chore
|
|