|
1 | 1 | #CHANGELOG
|
2 | 2 |
|
3 | 3 |
|
| 4 | +##v5.5.0 (2025-01-28) |
| 5 | + |
| 6 | +###Chores |
| 7 | + |
| 8 | +- Add deprecation warning for mirror_pull functions |
| 9 | + ([`7f6fd5c`](https://github.com/python-gitlab/python-gitlab/commit/7f6fd5c3aac5e2f18adf212adbce0ac04c7150e1)) |
| 10 | + |
| 11 | +- Relax typing constraints for response action |
| 12 | + ([`f430078`](https://github.com/python-gitlab/python-gitlab/commit/f4300782485ee6c38578fa3481061bd621656b0e)) |
| 13 | + |
| 14 | +-**tests**: Catch deprecation warnings |
| 15 | + ([`0c1af08`](https://github.com/python-gitlab/python-gitlab/commit/0c1af08bc73611d288f1f67248cff9c32c685808)) |
| 16 | + |
| 17 | +###Documentation |
| 18 | + |
| 19 | +- Add usage of pull mirror |
| 20 | + ([`9b374b2`](https://github.com/python-gitlab/python-gitlab/commit/9b374b2c051f71b8ef10e22209b8e90730af9d9b)) |
| 21 | + |
| 22 | +- Remove old pull mirror implementation |
| 23 | + ([`9e18672`](https://github.com/python-gitlab/python-gitlab/commit/9e186726c8a5ae70ca49c56b2be09b34dbf5b642)) |
| 24 | + |
| 25 | +###Features |
| 26 | + |
| 27 | +-**functional**: Add pull mirror test |
| 28 | + ([`3b31ade`](https://github.com/python-gitlab/python-gitlab/commit/3b31ade152eb61363a68cf0509867ff8738ccdaf)) |
| 29 | + |
| 30 | +-**projects**: Add pull mirror class |
| 31 | + ([`2411bff`](https://github.com/python-gitlab/python-gitlab/commit/2411bff4fd1dab6a1dd70070441b52e9a2927a63)) |
| 32 | + |
| 33 | +-**unit**: Add pull mirror tests |
| 34 | + ([`5c11203`](https://github.com/python-gitlab/python-gitlab/commit/5c11203a8b281f6ab34f7e85073fadcfc395503c)) |
| 35 | + |
| 36 | + |
4 | 37 | ##v5.4.0 (2025-01-28)
|
5 | 38 |
|
6 | 39 | ###Bug Fixes
|
|