| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 8719985 commit f49175d
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,6 +2,29 @@ | |||
| 2 | 2 | ||
| 3 | 3 | All versions below are listed in reverse chronological order. | |
| 4 | 4 | ||
| 5 | + ## v7.1.0 (2025-12-28) | ||
| 6 | + | ||
| 7 | + ### Bug Fixes | ||
| 8 | + | ||
| 9 | + - **utils**: Prevent negative sleep time in rate limit retry | ||
| 10 | + ([`4221195`](https://github.com/python-gitlab/python-gitlab/commit/422119576287de30e1b70411c7ab0bbe39231af7)) | ||
| 11 | + | ||
| 12 | + ### Continuous Integration | ||
| 13 | + | ||
| 14 | + - **release**: Use the correct token for publish to GitHub | ||
| 15 | + ([`614a74c`](https://github.com/python-gitlab/python-gitlab/commit/614a74c00f027f70b8e48a6b2a2ddcd3f823bffa)) | ||
| 16 | + | ||
| 17 | + ### Features | ||
| 18 | + | ||
| 19 | + - **registry-protection**: Add support for registry protection rule deletion | ||
| 20 | + ([`9dd62c3`](https://github.com/python-gitlab/python-gitlab/commit/9dd62c3f5bcf3e082c2733bd4edc068f993c22ec)) | ||
| 21 | + | ||
| 22 | + ### Testing | ||
| 23 | + | ||
| 24 | + - **functional**: Update to GitLab 18.6 and resolve issues found | ||
| 25 | + ([`c7c139b`](https://github.com/python-gitlab/python-gitlab/commit/c7c139b9e7823ec1800a819233aee469355ee8d1)) | ||
| 26 | + | ||
| 27 | + | ||
| 5 | 28 | ## v7.0.0 (2025-10-29) | |
| 6 | 29 | ||
| 7 | 30 | ### Features | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,4 +3,4 @@ | |||
| 3 | 3 | __email__ = "gauvainpocentek@gmail.com" | |
| 4 | 4 | __license__ = "LGPL3" | |
| 5 | 5 | __title__ = "python-gitlab" | |
| 6 | - __version__ = "7.0.0" | ||
| 6 | + __version__ = "7.1.0" | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments