diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index 7e05419a5..29f4ccd21 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 + `__. +* python-gitlab now handles the server rate limiting feature. It will pause for + the required time when reaching the limit (`documentation + `__) + Changes from 1.2 to 1.3 =======================