We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2b94a7 commit 5ea7f84Copy full SHA for 5ea7f84
RELEASE_NOTES.rst
@@ -16,6 +16,12 @@ Changes from 0.20 to 0.21
16
Be aware that the python-gitlab API for v4 objects might change in the next
17
releases.
18
19
+ .. warning::
20
+
21
+ Consider defining explicitly which API version you want to use in the
22
+ configuration files or in your ``gitlab.Gitlab`` instances. The default
23
+ will change from v3 to v4 soon.
24
25
* Several methods have been deprecated in the ``gitlab.Gitlab`` class:
26
27
+ ``credentials_auth()`` is deprecated and will be removed. Call ``auth()``.
0 commit comments