|
1 | 1 | ChangeLog
|
2 | 2 | =========
|
3 | 3 |
|
| 4 | +Version 1.4.0_ - 2018-05-19 |
| 5 | +--------------------------- |
| 6 | + |
| 7 | +* Require requests>=2.4.2 |
| 8 | +* ProjectKeys can be updated |
| 9 | +* Add support for unsharing projects (v3/v4) |
| 10 | +* [cli] fix listing for json and yaml output |
| 11 | +* Fix typos in documentation |
| 12 | +* Introduce RefreshMixin |
| 13 | +* [docs] Fix the time tracking examples |
| 14 | +* [docs] Commits: add an example of binary file creation |
| 15 | +* [cli] Allow to read args from files |
| 16 | +* Add support for recursive tree listing |
| 17 | +* [cli] Restore the --help option behavior |
| 18 | +* Add basic unit tests for v4 CLI |
| 19 | +* [cli] Fix listing of strings |
| 20 | +* Support downloading a single artifact file |
| 21 | +* Update docs copyright years |
| 22 | +* Implement attribute types to handle special cases |
| 23 | +* [docs] fix GitLab reference for notes |
| 24 | +* Expose additional properties for Gitlab objects |
| 25 | +* Fix the impersonation token deletion example |
| 26 | +* feat: obey the rate limit |
| 27 | +* Fix URL encoding on branch methods |
| 28 | +* [docs] add a code example for listing commits of a MR |
| 29 | +* [docs] update service.available() example for API v4 |
| 30 | +* [tests] fix functional tests for python3 |
| 31 | +* api-usage: bit more detail for listing with `all` |
| 32 | +* More efficient .get() for group members |
| 33 | +* Add docs for the `files` arg in http_* |
| 34 | +* Deprecate GetFromListMixin |
| 35 | + |
4 | 36 | Version 1.3.0_ - 2018-02-18
|
5 | 37 | ---------------------------
|
6 | 38 |
|
@@ -553,6 +585,7 @@ Version 0.1 - 2013-07-08
|
553 | 585 |
|
554 | 586 | * Initial release
|
555 | 587 |
|
| 588 | +.. _1.3.0: https://github.com/python-gitlab/python-gitlab/compare/1.3.0...1.4.0 |
556 | 589 | .. _1.3.0: https://github.com/python-gitlab/python-gitlab/compare/1.2.0...1.3.0
|
557 | 590 | .. _1.2.0: https://github.com/python-gitlab/python-gitlab/compare/1.1.0...1.2.0
|
558 | 591 | .. _1.1.0: https://github.com/python-gitlab/python-gitlab/compare/1.0.2...1.1.0
|
|
0 commit comments