Changelog
Unreleased
| Type | Description | PR | Issues | Author |
|---|---|---|---|---|
| Deprecation | Rename `GithubApp.get_installation_token_supplier()` to `.installation_token_supplier()` for consistency | @NiklasRosenstein | ||
| Fix | Hide `GithubApp.private_key` from `repr()` | @NiklasRosenstein | ||
| Feature | Add API for initiating OAuth2 Web application and Device flows | @NiklasRosenstein |
0.7.0 (2025-01-03)
| Type | Description | PR | Issues | Author |
|---|---|---|---|---|
| Breaking change | Drop Python 3.8 support. | @NiklasRosenstein | ||
| Hygiene | Migrate project from Poetry to UV | @NiklasRosenstein |
0.6.0 (2024-04-04)
| Type | Description | PR | Issues | Author |
|---|---|---|---|---|
| Hygiene | Remove dependency on `nr.functional` | @NiklasRosenstein | ||
| Breaking change | Remove deprecated `GithubApp.client` (use `GithubApp.app_client()` instead) | @NiklasRosenstein |
0.5.2 (2023-03-15)
| Type | Description | PR | Issues | Author |
|---|---|---|---|---|
| Improvement | Update dependencies, particularly cryptography | 12 | @timgates42 | |
| Fix | Change `GithubClientSettings.timeout` to an `Optional[int]` as the PyGithub API expects and integer for the respective argument to the `github.Github` constructor. | 10 | @BoboTiG | |
| Improvement | Bump `PyGithub` dependency to `^1.58`. | 10 | @BoboTIiG |