We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03ac8da commit 627a6aaCopy full SHA for 627a6aa
RELEASE_NOTES.rst
@@ -7,6 +7,15 @@ This page describes important changes between python-gitlab releases.
7
Changes from 0.20 to 0.21
8
=========================
9
10
+* Initial support for the v4 API (experimental)
11
+
12
+ The support for v4 is stable enough to be tested, but some features might be
13
+ broken. Please report issues to
14
+ https://github.com/python-gitlab/python-gitlab/issues/
15
16
+ Be aware that the python-gitlab API for v4 objects might change in the next
17
+ releases.
18
19
* Several methods have been deprecated in the ``gitlab.Gitlab`` class:
20
21
+ ``credentials_auth()`` is deprecated and will be removed. Call ``auth()``.
0 commit comments