|
1 | 1 | ChangeLog
|
2 | 2 | =========
|
3 | 3 |
|
| 4 | +Version 1.5.0_ - 2018-06-22 |
| 5 | +--------------------------- |
| 6 | + |
| 7 | +* Drop API v3 support |
| 8 | +* Drop GetFromListMixin |
| 9 | +* Update the sphinx extension for v4 objects |
| 10 | +* Add support for user avatar upload |
| 11 | +* Add support for project import/export |
| 12 | +* Add support for the search API |
| 13 | +* Add a global per_page config option |
| 14 | +* Add support for the discussions API |
| 15 | +* Add support for merged branches deletion |
| 16 | +* Add support for Project badges |
| 17 | +* Implement user_agent_detail for snippets |
| 18 | +* Implement commit.refs() |
| 19 | +* Add commit.merge_requests() support |
| 20 | +* Deployment: add list filters |
| 21 | +* Deploy key: add missing attributes |
| 22 | +* Add support for environment stop() |
| 23 | +* Add feature flags deletion support |
| 24 | +* Update some group attributes |
| 25 | +* Issues: add missing attributes and methods |
| 26 | +* Fix the participants() decorator |
| 27 | +* Add support for group boards |
| 28 | +* Implement the markdown rendering API |
| 29 | +* Update MR attributes |
| 30 | +* Add pipeline listing filters |
| 31 | +* Add missing project attributes |
| 32 | +* Implement runner jobs listing |
| 33 | +* Runners can be created (registered) |
| 34 | +* Implement runner token validation |
| 35 | +* Update the settings attributes |
| 36 | +* Add support for the gitlab CI lint API |
| 37 | +* Add support for group badges |
| 38 | +* Fix the IssueManager path to avoid redirections |
| 39 | +* time_stats(): use an existing attribute if available |
| 40 | +* Make ProjectCommitStatus.create work with CLI |
| 41 | +* Tests: default to python 3 |
| 42 | +* ProjectPipelineJob was defined twice |
| 43 | +* Silence logs/warnings in unittests |
| 44 | +* Add support for MR approval configuration (EE) |
| 45 | +* Change post_data default value to None |
| 46 | +* Add geo nodes API support (EE) |
| 47 | +* Add support for issue links (EE) |
| 48 | +* Add support for LDAP groups (EE) |
| 49 | +* Add support for board creation/deletion (EE) |
| 50 | +* Add support for Project.pull_mirror (EE) |
| 51 | +* Add project push rules configuration (EE) |
| 52 | +* Add support for the EE license API |
| 53 | +* Add support for the LDAP groups API (EE) |
| 54 | +* Add support for epics API (EE) |
| 55 | +* Fix the non-verbose output of ProjectCommitComment |
| 56 | + |
4 | 57 | Version 1.4.0_ - 2018-05-19
|
5 | 58 | ---------------------------
|
6 | 59 |
|
@@ -585,6 +638,7 @@ Version 0.1 - 2013-07-08
|
585 | 638 |
|
586 | 639 | * Initial release
|
587 | 640 |
|
| 641 | +.. _1.5.0: https://github.com/python-gitlab/python-gitlab/compare/1.4.0...1.5.0 |
588 | 642 | .. _1.4.0: https://github.com/python-gitlab/python-gitlab/compare/1.3.0...1.4.0
|
589 | 643 | .. _1.3.0: https://github.com/python-gitlab/python-gitlab/compare/1.2.0...1.3.0
|
590 | 644 | .. _1.2.0: https://github.com/python-gitlab/python-gitlab/compare/1.1.0...1.2.0
|
|
0 commit comments