Skip to content

Commit 68b798b

Browse files
author
Gauvain Pocentek
committed
prepare release notes for 1.4
1 parent 3dc997f commit 68b798b

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

RELEASE_NOTES.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@ Release notes
44

55
This page describes important changes between python-gitlab releases.
66

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+
726
Changes from 1.2 to 1.3
827
=======================
928

0 commit comments

Comments
 (0)