diff options
| author | Gauvain Pocentek <gauvain@pocentek.net> | 2018-01-01 18:16:48 +0100 |
|---|---|---|
| committer | Gauvain Pocentek <gauvain@pocentek.net> | 2018-01-01 18:16:48 +0100 |
| commit | 3a119cd6a4841fae5b2f116512830ed12b4b29f0 (patch) | |
| tree | c2a28bd17b23d3275036a4a1606a31e4816c26cc /ChangeLog.rst | |
| parent | 6f50447917f3af4ab6611d0fdf7eb9bb67ee32c5 (diff) | |
| download | gitlab-3a119cd6a4841fae5b2f116512830ed12b4b29f0.tar.gz | |
Prepare v1.2.01.2.0
Diffstat (limited to 'ChangeLog.rst')
| -rw-r--r-- | ChangeLog.rst | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst index fe6b201..3049b9a 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,6 +1,46 @@ ChangeLog ========= +Version 1.2.0_ - 2018-01-01 +--------------------------- + +* Add mattermost service support +* Add users custom attributes support +* [doc] Fix project.triggers.create example with v4 API +* Oauth token support +* Remove deprecated objects/methods +* Rework authentication args handling +* Add support for oauth and anonymous auth in config/CLI +* Add support for impersonation tokens API +* Add support for user activities +* Update user docs with gitlab URLs +* [docs] Bad arguments in projetcs file documentation +* Add support for user_agent_detail (issues) +* Add a SetMixin +* Add support for project housekeeping +* Expected HTTP response for subscribe is 201 +* Update pagination docs for ProjectCommit +* Add doc to get issue from iid +* Make todo() raise GitlabTodoError on error +* Add support for award emojis +* Update project services docs for v4 +* Avoid sending empty update data to issue.save +* [docstrings] Explicitly document pagination arguments +* [docs] Add a note about password auth being removed from GitLab +* Submanagers: allow having undefined parameters +* ProjectFile.create(): don't modify the input data +* Update testing tools for /session removal +* Update groups tests +* Allow per_page to be used with generators +* Add groups listing attributes +* Add support for subgroups listing +* Add supported python versions in setup.py +* Add support for pagesdomains +* Add support for features flags +* Add support for project and group custom variables +* Add support for user/group/project filter by custom attribute +* Respect content of REQUESTS_CA_BUNDLE and *_proxy envvars + Version 1.1.0_ - 2017-11-03 --------------------------- @@ -495,6 +535,7 @@ Version 0.1 - 2013-07-08 * Initial release +.. _1.2.0: https://github.com/python-gitlab/python-gitlab/compare/1.1.0...1.2.0 .. _1.1.0: https://github.com/python-gitlab/python-gitlab/compare/1.0.2...1.1.0 .. _1.0.2: https://github.com/python-gitlab/python-gitlab/compare/1.0.1...1.0.2 .. _1.0.1: https://github.com/python-gitlab/python-gitlab/compare/1.0.0...1.0.1 |
