Skip to content

Commit 5ea7f84

Browse files
author
Gauvain Pocentek
committed
add a warning about the upcoming v4 as default
1 parent f2b94a7 commit 5ea7f84

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

RELEASE_NOTES.rst

+6
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ Changes from 0.20 to 0.21
1616
Be aware that the python-gitlab API for v4 objects might change in the next
1717
releases.
1818

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+
1925
* Several methods have been deprecated in the ``gitlab.Gitlab`` class:
2026

2127
+ ``credentials_auth()`` is deprecated and will be removed. Call ``auth()``.

0 commit comments

Comments
 (0)