We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent3dc997f commit68b798bCopy full SHA for 68b798b
RELEASE_NOTES.rst
@@ -4,6 +4,25 @@ Release notes
4
5
This page describes important changes between python-gitlab releases.
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
26
Changes from 1.2 to 1.3
27
=======================
28