Sourced from pygithub's releases.
v2.5.0
Breaking Changes
- Parameters of method
github.Requester.Requester.graphql_named_mutation
have been renamed:
- Parameter
variables
renamed tomutation_input
- Parameter
output
renamed tooutput_schema
- Default value of parameter
output
has been removedNew features
- Rework GraphQL mutations
@EnricoMi
(#3046)- Make pagination work with GraphQL response data
@EnricoMi
(#3047)- Add
RepositoryDiscussion
powered by GraphQL API@EnricoMi
(#3048)- Add
Repository.get_discussion()
to get a single Discussion@tiangolo
(#3072)Improvements
- Adds List organization memberships for the authenticated user
@eduramirezh
(#3040)- Add
actor
property to WorkflowRun@gbhand
(#2764)- Make requester a public attribute
@minrk
(#3056)Bug Fixes
- Fix requesting urls containing parameters with parameters dict
@EnricoMi
(#2929)- PullRequest.delete_branch: fix the remaining pull requests check
@fetsko
(#3063)Maintenance
- Remove stale bot
@EnricoMi
(510c1402)- Upgrade Github actions
@EnricoMi
(#3075)- Add top issues dashboard action
@EnricoMi
(#3049)- Make tests pass some more years
@bmwiedemann
(#3045)- Run top issues workflow only in PyGithub repo
@EnricoMi
(0d395d4e)- Replace pre-commit action in order to pin pre-commit
@minrk
(#3059)
Sourced from pygithub's changelog.
Version 2.5.0 (November 06, 2024)
Breaking Changes ^^^^^^^^^^^^^^^^
Parameters of method
github.Requester.Requester.graphql_named_mutation
have been renamed:
- Parameter
variables
renamed tomutation_input
- Parameter
output
renamed tooutput_schema
- Default value of parameter
output
has been removedNew features ^^^^^^^^^^^^
- Rework GraphQL mutations (#3046) (27222251)
- Make pagination work with GraphQL response data (#3047) (cd30e379)
- Add
RepositoryDiscussion
powered by GraphQL API (#3048) (29359f3c)- Add
Repository.get_discussion()
to get a single Discussion (#3072) (44120b1e)Improvements ^^^^^^^^^^^^
- Adds List organization memberships for the authenticated user (#3040) (cf443955)
- Add
actor
property to WorkflowRun (#2764) (612ba68e)- Make requester a public attribute (#3056) (c44ec523)
Bug Fixes ^^^^^^^^^
- Fix requesting urls containing parameters with parameters dict (#2929) (e1d67ada)
- PullRequest.delete_branch: fix the remaining pull requests check (#3063) (72fa6278)
Maintenance ^^^^^^^^^^^
- Remove stale bot (510c1402)
- Upgrade Github actions (#3075) (323e2828)
- Add top issues dashboard action (#3049) (c91f26a7)
- Make tests pass some more years (#3045) (352c55aa)
- Run top issues workflow only in PyGithub repo (0d395d4e)
- Replace pre-commit Github action in order to pin pre-commit version (#3059) (1a05b43d)
19ddb9f
Release v2.5.0 (#3079)44120b1
Add support for Repository.get_discussion()
to get a single
Discussion (#3072)323e282
Upgrade Github actions (#3075)29359f3
Add RepositoryDiscussion
powered by GraphQL API (#3048)cd30e37
Make pagination work with GraphQL response data (#3047)2722225
Rework GraphQL mutations (#3046)72fa627
PullRequest.delete_branch: fix the remaining pull requests check (#3063)352c55a
Make tests pass some more years (#3045)cf44395
Adds List organization memberships for the authenticated user (#3040)612ba68
Add actor
property to WorkflowRun (#2764)