Sourced from pygithub's releases.
v2.3.0
New features
- Support oauth for enterprise
@EnricoMi
(#2780)- Support creation of Dependabot Organization and Repository Secrets
@thomascrowley
(#2874)Improvements
- Create release with optional
name
andmessage
whengenerate_release_notes
is true@heitorpolidoro
(#2868)- Add missing attributes to
WorkflowJob
@xvega
(#2921)- Add
created
andcheck_suite_id
filter for Repository Workflow runs@treee111
(#2891)- Assert requester argument type in Auth
@EnricoMi
(#2912)Bug Fixes
- Revert having allowed values for
add_to_collaborators
@jodelasur
(#2905)Maintenance
- Fix imports in authentication docs
@wurstbrot
(#2923)- CI: add docformatter to precommit
@Borda
(#2614)- Add
.swp
fils to.gitignore
@boomanaiden154
(#2903)- Fix instructions building docs in
CONTRIBUTING.md
@wakamex
(#2900)- Explicitly name the modules built in
pyproject.toml
@treee111
(#2894)
Sourced from pygithub's changelog.
Version 2.3.0 (March 21, 2024)
New features ^^^^^^^^^^^^
- Support OAuth for enterprise (#2780) (e4106e00)
- Support creation of Dependabot Organization and Repository Secrets (#2874) (0784f835)
Improvements ^^^^^^^^^^^^
- Create release with optional name and message when generate_release_notes is true (#2868) (d65fc30d)
- Add missing attributes to WorkflowJob (#2921) (9e092458)
- Add
created
andcheck_suite_id
filter for Repository WorkflowRuns (#2891) (c788985c)- Assert requester argument type in Auth (#2912) (0b8435fc)
Bug Fixes ^^^^^^^^^
- Revert having allowed values for add_to_collaborators (#2905) (b542438e)
Maintenance ^^^^^^^^^^^
7266e81
Release v2.3.0 (#2926)e4106e0
Support oauth for enterprise (#2780)d65fc30
Create release with optional name and message when
generate_release_notes is ...0784f83
Support creation of Dependabot Organization and Repository Secrets (#2874)9e09245
Add missing attributes to WorkflowJob (#2921)e3d3653
Fix imports in authentication docs (#2923)c788985
Add created
and check_suite_id
filter for
Repository WorkflowRuns (#2891)0b8435f
Assert requester argument type in Auth (#2912)96ad19a
CI: add docformatter to precommit (#2614)b542438
Revert having allowed values for add_to_collaborators (#2905)