File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,25 @@ Release notes
4
4
5
5
This page describes important changes between python-gitlab releases.
6
6
7
+ Changes from 1.3 to 1.4
8
+ =======================
9
+
10
+ * 1.4 is the last release supporting the v3 API, and the related code will be
11
+ removed in the 1.5 version.
12
+
13
+ If you are using a Gitlab server version that does not support the v4 API you
14
+ can:
15
+
16
+ * upgrade the server (recommended)
17
+ * make sure to use version 1.4 of python-gitlab (``pip install
18
+ python-gitlab==1.4 ``)
19
+
20
+ See also the `Switching to GitLab API v4 documentation
21
+ <http://python-gitlab.readthedocs.io/en/master/switching-to-v4.html> `__.
22
+ * python-gitlab now handles the server rate limiting feature. It will pause for
23
+ the required time when reaching the limit (`documentation
24
+ <http://python-gitlab.readthedocs.io/en/master/api-usage.html#rate-limits> `__)
25
+
7
26
Changes from 1.2 to 1.3
8
27
=======================
9
28
You can’t perform that action at this time.
0 commit comments