Skip to content

Commit 19ddb9f

Browse files
authored
Release v2.5.0 (PyGithub#3079)
1 parent 44120b1 commit 19ddb9f

33 files changed

+121
-3
lines changed

doc/changes.rst

Lines changed: 33 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Change log
44
Stable versions
55
~~~~~~~~~~~~~~~
66

7-
Version 2.5.0 (XXXXXXX)
8-
-----------------------
7+
Version 2.5.0 (November 06, 2024)
8+
---------------------------------
99

1010
Breaking Changes
1111
^^^^^^^^^^^^^^^^
@@ -16,6 +16,37 @@ Breaking Changes
1616
* Parameter ``output`` renamed to ``output_schema``
1717
* Default value of parameter ``output`` has been removed
1818

19+
New features
20+
^^^^^^^^^^^^
21+
22+
* Rework GraphQL mutations (#3046) (27222251)
23+
* Make pagination work with GraphQL response data (#3047) (cd30e379)
24+
* Add `RepositoryDiscussion` powered by GraphQL API (#3048) (29359f3c)
25+
* Add `Repository.get_discussion()` to get a single Discussion (#3072) (44120b1e)
26+
27+
Improvements
28+
^^^^^^^^^^^^
29+
30+
* Adds List organization memberships for the authenticated user (#3040) (cf443955)
31+
* Add `actor` property to WorkflowRun (#2764) (612ba68e)
32+
* Make requester a public attribute (#3056) (c44ec523)
33+
34+
Bug Fixes
35+
^^^^^^^^^
36+
37+
* Fix requesting urls containing parameters with parameters dict (#2929) (e1d67ada)
38+
* PullRequest.delete_branch: fix the remaining pull requests check (#3063) (72fa6278)
39+
40+
Maintenance
41+
^^^^^^^^^^^
42+
43+
* Remove stale bot (510c1402)
44+
* Upgrade Github actions (#3075) (323e2828)
45+
* Add top issues dashboard action (#3049) (c91f26a7)
46+
* Make tests pass some more years (#3045) (352c55aa)
47+
* Run top issues workflow only in PyGithub repo (0d395d4e)
48+
* Replace pre-commit Github action in order to pin pre-commit version (#3059) (1a05b43d)
49+
1950
Version 2.4.0 (August 26, 2024)
2051
-------------------------------
2152

github/AuthenticatedUser.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
# Copyright 2023 Trim21 <[email protected]> #
4949
# Copyright 2023 chantra <[email protected]> #
5050
# Copyright 2024 Chris Wells <[email protected]> #
51+
# Copyright 2024 Eduardo Ramírez <[email protected]> #
5152
# Copyright 2024 Enrico Minack <[email protected]> #
5253
# Copyright 2024 Oskar Jansson <[email protected]>#
5354
# #

github/DiscussionBase.py

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
############################ Copyrights and license ############################
22
# #
3+
# Copyright 2012 Vincent Jacques <[email protected]> #
4+
# Copyright 2012 Zearin <[email protected]> #
5+
# Copyright 2013 AKFish <[email protected]> #
6+
# Copyright 2013 Vincent Jacques <[email protected]> #
7+
# Copyright 2014 Vincent Jacques <[email protected]> #
8+
# Copyright 2016 Jannis Gebauer <[email protected]> #
9+
# Copyright 2016 Peter Buckley <[email protected]> #
10+
# Copyright 2018 Wan Liuyang <[email protected]> #
11+
# Copyright 2018 sfdye <[email protected]> #
12+
# Copyright 2019 Steve Kowalik <[email protected]> #
13+
# Copyright 2019 Wan Liuyang <[email protected]> #
14+
# Copyright 2020 Steve Kowalik <[email protected]> #
15+
# Copyright 2021 Mark Walker <[email protected]> #
16+
# Copyright 2021 Steve Kowalik <[email protected]> #
17+
# Copyright 2023 Enrico Minack <[email protected]> #
18+
# Copyright 2023 Jirka Borovec <[email protected]> #
19+
# Copyright 2023 Trim21 <[email protected]> #
320
# Copyright 2024 Enrico Minack <[email protected]> #
21+
# Copyright 2024 Jirka Borovec <[email protected]> #
422
# #
523
# This file is part of PyGithub. #
624
# http://pygithub.readthedocs.io/ #

github/DiscussionCommentBase.py

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
############################ Copyrights and license ############################
22
# #
3+
# Copyright 2012 Vincent Jacques <[email protected]> #
4+
# Copyright 2012 Zearin <[email protected]> #
5+
# Copyright 2013 AKFish <[email protected]> #
6+
# Copyright 2013 Vincent Jacques <[email protected]> #
7+
# Copyright 2014 Vincent Jacques <[email protected]> #
8+
# Copyright 2016 Jannis Gebauer <[email protected]> #
9+
# Copyright 2016 Peter Buckley <[email protected]> #
10+
# Copyright 2018 Wan Liuyang <[email protected]> #
11+
# Copyright 2018 sfdye <[email protected]> #
12+
# Copyright 2019 Steve Kowalik <[email protected]> #
13+
# Copyright 2019 Wan Liuyang <[email protected]> #
14+
# Copyright 2020 Steve Kowalik <[email protected]> #
15+
# Copyright 2021 Mark Walker <[email protected]> #
16+
# Copyright 2021 Steve Kowalik <[email protected]> #
17+
# Copyright 2023 Enrico Minack <[email protected]> #
18+
# Copyright 2023 Jirka Borovec <[email protected]> #
19+
# Copyright 2023 Trim21 <[email protected]> #
320
# Copyright 2024 Enrico Minack <[email protected]> #
21+
# Copyright 2024 Jirka Borovec <[email protected]> #
422
# #
523
# This file is part of PyGithub. #
624
# http://pygithub.readthedocs.io/ #

github/GithubIntegration.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
# Copyright 2023 chantra <[email protected]> #
1010
# Copyright 2024 Enrico Minack <[email protected]> #
1111
# Copyright 2024 Jirka Borovec <[email protected]> #
12+
# Copyright 2024 Min RK <[email protected]> #
1213
# #
1314
# This file is part of PyGithub. #
1415
# http://pygithub.readthedocs.io/ #

github/GithubObject.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
# Copyright 2023 Trim21 <[email protected]> #
2929
# Copyright 2024 Enrico Minack <[email protected]> #
3030
# Copyright 2024 Jirka Borovec <[email protected]> #
31+
# Copyright 2024 Min RK <[email protected]> #
3132
# #
3233
# This file is part of PyGithub. #
3334
# http://pygithub.readthedocs.io/ #

github/Installation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
# Copyright 2023 Trim21 <[email protected]> #
2222
# Copyright 2024 Enrico Minack <[email protected]> #
2323
# Copyright 2024 Jirka Borovec <[email protected]> #
24+
# Copyright 2024 Min RK <[email protected]> #
2425
# #
2526
# This file is part of PyGithub. #
2627
# http://pygithub.readthedocs.io/ #

github/MainClass.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
# Copyright 2023 chantra <[email protected]> #
7272
# Copyright 2024 Enrico Minack <[email protected]> #
7373
# Copyright 2024 Jirka Borovec <[email protected]> #
74+
# Copyright 2024 Min RK <[email protected]> #
7475
# #
7576
# This file is part of PyGithub. #
7677
# http://pygithub.readthedocs.io/ #

github/PullRequest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
# Copyright 2023 vanya20074 <[email protected]> #
4747
# Copyright 2024 Austin Sasko <[email protected]> #
4848
# Copyright 2024 Enrico Minack <[email protected]> #
49+
# Copyright 2024 Evan Fetsko <[email protected]> #
4950
# Copyright 2024 Jirka Borovec <[email protected]> #
5051
# Copyright 2024 Kobbi Gal <[email protected]> #
5152
# #

github/Repository.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@
130130
# Copyright 2024 Heitor de Bittencourt <[email protected]> #
131131
# Copyright 2024 Jacky Lam <[email protected]> #
132132
# Copyright 2024 Jirka Borovec <[email protected]> #
133+
# Copyright 2024 Sebastián Ramírez <[email protected]> #
133134
# Copyright 2024 Thomas Cooper <[email protected]> #
134135
# Copyright 2024 Thomas Crowley <[email protected]>#
135136
# Copyright 2024 jodelasur <[email protected]> #

0 commit comments

Comments
 (0)