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

Remove tail() from logging since it's broken anyway #601

Merged
merged 3 commits into from
Mar 5, 2024

Conversation

lesnitsky
Copy link
Contributor

Related to #407

resources/googleapis/CHANGELOG.md Outdated Show resolved Hide resolved
config.yaml Outdated Show resolved Hide resolved
@kevmoo
Copy link
Collaborator

kevmoo commented Mar 5, 2024

The broken test is a known issue with the google auth library...

lesnitsky and others added 2 commits March 5, 2024 23:09
@kevmoo
Copy link
Collaborator

kevmoo commented Mar 5, 2024

I reserve the right to bump this down to a "dot" release. Removing features that don't work is not a big breaking change in my book. 😄

@lesnitsky
Copy link
Contributor Author

Technically it is a breaking change. Maybe there's a library that wraps logging API and uses this method internally, no matter if it doesn't work. dart pub get without a lock will break their code :)

Of course, it's up to you to decide whether this is a breaking change. I followed a semver guideline and a method removal is a breaking change.

Copy link
Collaborator

@kevmoo kevmoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kevmoo kevmoo merged commit d02bb36 into google:master Mar 5, 2024
22 checks passed
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