There was an error while loading. Please reload this page.
1 parent 09d1ec0 commit 2c34237Copy full SHA for 2c34237
1 file changed
RELEASE_NOTES.rst
@@ -4,6 +4,27 @@ Release notes
4
5
This page describes important changes between python-gitlab releases.
6
7
+Changes from 1.4 to 1.5
8
+=======================
9
+
10
+* APIv3 support has been removed. Use the 1.4 release/branch if you need v3
11
+ support.
12
+* The ``GetFromListMixin`` class has been removed. The ``get()`` method is not
13
+ available anymore for the following managers:
14
+ - UserKeyManager
15
+ - DeployKeyManager
16
+ - GroupAccessRequestManager
17
+ - GroupIssueManager
18
+ - GroupProjectManager
19
+ - GroupSubgroupManager
20
+ - IssueManager
21
+ - ProjectCommitStatusManager
22
+ - ProjectEnvironmentManager
23
+ - ProjectLabelManager
24
+ - ProjectPipelineJobManager
25
+ - ProjectAccessRequestManager
26
+ - TodoManager
27
28
Changes from 1.3 to 1.4
29
=======================
30
0 commit comments