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

fix: Signet client subclasses no longer make the update! method private #516

Merged
merged 1 commit into from
Jan 24, 2025

Conversation

dazuma
Copy link
Member

@dazuma dazuma commented Jan 24, 2025

The update! method is public in Signet::OAuth2::Client. #499 made it private in some subclasses, causing a regression for certain workflows. This makes the method public again.

Fixes #515

@dazuma dazuma requested a review from a team as a code owner January 24, 2025 21:18
@dazuma dazuma requested a review from aandreassa January 24, 2025 21:19
@dazuma dazuma merged commit bd465c9 into googleapis:main Jan 24, 2025
10 checks passed
@dazuma dazuma deleted the pr/not-private branch January 24, 2025 22:04
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.

Breaking change in 1.13.0
2 participants