Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-398710: Remove GitHubAppClientFactory.create_app_client #207

Merged
merged 1 commit into from
Sep 14, 2023

Conversation

jonathansick
Copy link
Member

This method was mistakenly added with sufficient testing and never worked. The Gidgethub API cannot cache an app JWT with its current API. The documentation now features the correct workflow, which requires manually obtaining the JWT and passing it with each release.

Since this is technically a breaking change, it should be included with the next major release. However, since the API was never usable, there shouldn't be any issue removing it.

This method was mistakenly added with sufficient testing and
never worked. The Gidgethub API cannot cache an app JWT with
its current API. The documentation now features the correct workflow,
which requires manually obtaining the JWT and passing it with each
release.
@jonathansick jonathansick requested a review from rra September 14, 2023 21:50
@jonathansick jonathansick merged commit 9134a10 into main Sep 14, 2023
5 checks passed
@jonathansick jonathansick deleted the tickets/DM-39710-remove-app-factory branch September 14, 2023 23:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants