|
| 1 | +4.0.0: 2023-04-23 |
| 2 | +----------------- |
| 3 | + |
| 4 | +Backwards Incompatible Changes |
| 5 | +`````````````````````````````` |
| 6 | + |
| 7 | +- :meth:`~github3.repos.comparison.Comparison.commits` was renamed to |
| 8 | + `original_commits` (max 250 commits). Now `commits` uses Github's API to |
| 9 | + get the full commit list out of the compare endpoint, so enabled |
| 10 | + pagination/iterator on the commits within the Comparison class |
| 11 | + (@amaccormack-lumira). See also gh-1137_ |
| 12 | + |
| 13 | +Features Added |
| 14 | +`````````````` |
| 15 | + |
| 16 | +- Add tests for Python 3.11 (@cclauss). See also gh-1124_ |
| 17 | +- Add function for getting repos for github app (@pettermk). See also gh-1085_ |
| 18 | +- Cancel and failed invitation (@pallavisharma1210). See also gh-1091_ |
| 19 | +- Allow to set GitHub API version (@anz-ableton). See also gh-1121_ |
| 20 | + |
| 21 | +Removal |
| 22 | +``````` |
| 23 | + |
| 24 | +- Remove support to EOL Python 3.6 (@staticdev). See also gh-1103_ |
| 25 | + |
| 26 | +Bug Fixes |
| 27 | +````````` |
| 28 | + |
| 29 | +- Missing set permission for collaborators (@NargiT). See also gh-954_ |
| 30 | + |
| 31 | +CI/CD |
| 32 | +````` |
| 33 | + |
| 34 | +- Bump the dev-requirements.txt (@offbyone). See also gh-1136_ |
| 35 | +- Modernize the build: switch to hatchling (@offbyone). See also gh-1142_ |
| 36 | + |
| 37 | +.. _gh-954: |
| 38 | + https://github.com/sigmavirus24/github3.py/issues/954 |
| 39 | +.. _gh-1103: |
| 40 | + https://github.com/sigmavirus24/github3.py/issues/1103 |
| 41 | +.. _gh-1085: |
| 42 | + https://github.com/sigmavirus24/github3.py/issues/1085 |
| 43 | +.. _gh-1091: |
| 44 | + https://github.com/sigmavirus24/github3.py/pull/1091 |
| 45 | +.. _gh-1124: |
| 46 | + https://github.com/sigmavirus24/github3.py/pull/1124 |
| 47 | +.. _gh-1121: |
| 48 | + https://github.com/sigmavirus24/github3.py/issues/1121 |
| 49 | +.. _gh-1136: |
| 50 | + https://github.com/sigmavirus24/github3.py/pull/1136 |
| 51 | +.. _gh-1137: |
| 52 | + https://github.com/sigmavirus24/github3.py/issues/1137 |
| 53 | +.. _gh-1142: |
| 54 | + https://github.com/sigmavirus24/github3.py/pull/1142 |
0 commit comments