|
| 1 | +1.3.0: 2019-01-25 |
| 2 | +----------------- |
| 3 | + |
| 4 | +Features Added |
| 5 | +`````````````` |
| 6 | + |
| 7 | +- Add partial support for the Checks API: |
| 8 | + |
| 9 | + - Add support for listing check runs via ``check_runs`` and check suites |
| 10 | + via ``check_suites`` methods to ``RepoCommit``, ``MiniCommit`` and |
| 11 | + ``ShortCommit`` classes |
| 12 | + |
| 13 | + - ``CheckRun.update`` to update the check run |
| 14 | + |
| 15 | + - ``CheckSuite.check_runs`` to retrieve the check runs for this suite |
| 16 | + |
| 17 | + - ``CheckRunOutput.annotations`` class to retrieve the annotations for a |
| 18 | + check run |
| 19 | + |
| 20 | +- Add ``unignore`` method to unignore notifications from repository for the |
| 21 | + user, to ``Repository`` and ``ShortRepository`` classes. |
| 22 | + |
| 23 | +- Add ``unsubscribe`` method to unsubscribe the user to repository's |
| 24 | + notifications, to ``Repository`` and ``ShortRepository`` classes. |
| 25 | + |
| 26 | +- Add support for webhooks in an organization by adding: |
| 27 | + |
| 28 | + - ``OrganizationHook`` class |
| 29 | + |
| 30 | + - ``create_hook``, ``hook``, and ``hooks`` methods to ``ShortOrganization`` |
| 31 | + and ``Organization`` classes |
| 32 | + |
| 33 | +- A ``Project.retrieve_issue_from_content`` method was added to retrieve an |
| 34 | + Issue from the content url. |
| 35 | + |
| 36 | +- A ``Project.retrieve_pull_request_from_content`` method was added to |
| 37 | + retrieve a PullRequest from the content url. |
| 38 | + |
| 39 | +- Add support for Parent/Child teams via the ``hellicat-preview`` API preview |
| 40 | + type. |
| 41 | + |
| 42 | +- Add support for specifying merge commit titles when merging a Pull Request. |
| 43 | + |
| 44 | + |
| 45 | +Bugs Fixed |
| 46 | +`````````` |
| 47 | + |
| 48 | +- Stop hard-coding GitHub url that breaks work with a GitHub Enterprise |
| 49 | + instance. |
| 50 | + |
| 51 | +- Set default connect and read timeouts in ``GitHubSession`` to avoid hangs. |
| 52 | + |
| 53 | + |
| 54 | +.. links |
| 55 | +.. _Checks API: |
| 56 | + https://developer.github.com/v3/orgs/checks/ |
| 57 | + |
| 58 | +.. _Webhooks API: |
| 59 | + https://developer.github.com/v3/orgs/hooks/ |
0 commit comments