File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,27 @@ Release notes
44
55This page describes important changes between python-gitlab releases.
66
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+
728Changes from 1.3 to 1.4
829=======================
930
You can’t perform that action at this time.
0 commit comments