diff options
author | Gauvain Pocentek <gauvain@pocentek.net> | 2018-05-11 06:27:17 +0200 |
---|---|---|
committer | Gauvain Pocentek <gauvain@pocentek.net> | 2018-05-11 06:27:17 +0200 |
commit | 68b798b96330db70c94a7aba7bb96c6cdab8718c (patch) | |
tree | 35835d13a5d8bfe44bb8dd93c5a7e1b8eca23985 | |
parent | 3dc997ffba46a6e0666b9b3416ce50ce3ad71959 (diff) | |
download | gitlab-68b798b96330db70c94a7aba7bb96c6cdab8718c.tar.gz |
prepare release notes for 1.4
-rw-r--r-- | RELEASE_NOTES.rst | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index 7e05419..29f4ccd 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -4,6 +4,25 @@ Release notes This page describes important changes between python-gitlab releases. +Changes from 1.3 to 1.4 +======================= + +* 1.4 is the last release supporting the v3 API, and the related code will be + removed in the 1.5 version. + + If you are using a Gitlab server version that does not support the v4 API you + can: + + * upgrade the server (recommended) + * make sure to use version 1.4 of python-gitlab (``pip install + python-gitlab==1.4``) + + See also the `Switching to GitLab API v4 documentation + <http://python-gitlab.readthedocs.io/en/master/switching-to-v4.html>`__. +* python-gitlab now handles the server rate limiting feature. It will pause for + the required time when reaching the limit (`documentation + <http://python-gitlab.readthedocs.io/en/master/api-usage.html#rate-limits>`__) + Changes from 1.2 to 1.3 ======================= |