| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0e2347c commit f899b5e
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,6 +2,52 @@ | |||
| 2 | 2 | ||
| 3 | 3 | All versions below are listed in reverse chronological order. | |
| 4 | 4 | ||
| 5 | + ## v8.5.0 (2026-07-28) | ||
| 6 | + | ||
| 7 | + ### Bug Fixes | ||
| 8 | + | ||
| 9 | + - Typo | ||
| 10 | + ([`72134f5`](https://github.com/python-gitlab/python-gitlab/commit/72134f5369cd4568a2374f25543071245375d26e)) | ||
| 11 | + | ||
| 12 | + - **api**: Allow ProjectMergeRequestDiscussionNote.resolved to be updated | ||
| 13 | + ([`b411e5a`](https://github.com/python-gitlab/python-gitlab/commit/b411e5a20a4370a7c1b6968c85251b57785a9d03)) | ||
| 14 | + | ||
| 15 | + - **client**: Retry fetching server version after an unknown result | ||
| 16 | + ([`046fbac`](https://github.com/python-gitlab/python-gitlab/commit/046fbac664e033a0a5a65417bfd229e91a1fd09f)) | ||
| 17 | + | ||
| 18 | + ### Continuous Integration | ||
| 19 | + | ||
| 20 | + - Run the pre-commit rst checks in the CI | ||
| 21 | + ([`a9c5d17`](https://github.com/python-gitlab/python-gitlab/commit/a9c5d17d3ab57d448be6dd5eac3b7ec9eb680261)) | ||
| 22 | + | ||
| 23 | + ### Documentation | ||
| 24 | + | ||
| 25 | + - Correct error with backticks | ||
| 26 | + ([`e57559e`](https://github.com/python-gitlab/python-gitlab/commit/e57559e8c1bea1ba580074e83d21072d9b80d582)) | ||
| 27 | + | ||
| 28 | + - **discussions**: Add example of resolving a single project merge request discussion note | ||
| 29 | + ([`2ef6452`](https://github.com/python-gitlab/python-gitlab/commit/2ef6452b9471c1a421ac8addc06eb3b5052289e0)) | ||
| 30 | + | ||
| 31 | + ### Features | ||
| 32 | + | ||
| 33 | + - **api**: Add ListMixin to remaining *DiscussionNoteManagers | ||
| 34 | + ([`0e2347c`](https://github.com/python-gitlab/python-gitlab/commit/0e2347cc181214bd3d825eac3cc94239e6cd2ef5)) | ||
| 35 | + | ||
| 36 | + - **client**: Additionally handle retries for request timeouts | ||
| 37 | + ([`4e32439`](https://github.com/python-gitlab/python-gitlab/commit/4e32439deaa9516a48becf9a7fc9cdb7723207c6)) | ||
| 38 | + | ||
| 39 | + - **hooks**: Support custom webhook template on project hooks | ||
| 40 | + ([`39dc990`](https://github.com/python-gitlab/python-gitlab/commit/39dc9902af1383ea5f4b5efb8c2e42ab71f2910f)) | ||
| 41 | + | ||
| 42 | + - **users**: Allow updating only a user's email, username or name | ||
| 43 | + ([`0d2afb8`](https://github.com/python-gitlab/python-gitlab/commit/0d2afb878ea28038b229c7a14ddfdbe393f22e18)) | ||
| 44 | + | ||
| 45 | + ### Testing | ||
| 46 | + | ||
| 47 | + - **api**: Ensure ProjectMergeRequestDiscussionNote.resolved can be updated successfully | ||
| 48 | + ([`57fd60c`](https://github.com/python-gitlab/python-gitlab/commit/57fd60c1c606b98b43ca3dcde48b1fa841635e76)) | ||
| 49 | + | ||
| 50 | + | ||
| 5 | 51 | ## v8.4.0 (2026-05-28) | |
| 6 | 52 | ||
| 7 | 53 | ### 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__ = "8.4.0" | ||
| 6 | + __version__ = "8.5.0" | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments