| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d5dc73d commit 5294a48
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,6 +2,22 @@ | |||
| 2 | 2 | ||
| 3 | 3 | All versions below are listed in reverse chronological order. | |
| 4 | 4 | ||
| 5 | + ## v8.1.0 (2026-02-28) | ||
| 6 | + | ||
| 7 | + ### Bug Fixes | ||
| 8 | + | ||
| 9 | + - **types**: Add explicit submodule import for pyright compatibility | ||
| 10 | + ([`84ad3fd`](https://github.com/python-gitlab/python-gitlab/commit/84ad3fd19cfbc236e962ac77c910571b0888c000)) | ||
| 11 | + | ||
| 12 | + ### Features | ||
| 13 | + | ||
| 14 | + - **api**: Add support for order_by filter in runner jobs | ||
| 15 | + ([`d5dc73d`](https://github.com/python-gitlab/python-gitlab/commit/d5dc73d0f82a15d96a956c1d868c253c9586e1bf)) | ||
| 16 | + | ||
| 17 | + - **api**: Add support for sort filter in runner jobs | ||
| 18 | + ([`b117ee3`](https://github.com/python-gitlab/python-gitlab/commit/b117ee3d139f422e463ebeb5007517a2052af8a4)) | ||
| 19 | + | ||
| 20 | + | ||
| 5 | 21 | ## v8.0.0 (2026-01-28) | |
| 6 | 22 | ||
| 7 | 23 | ### Bug Fixes | |
| 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.0.0" | ||
| 6 | + __version__ = "8.1.0" | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments