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

Expose object metadata from Bucket.list #181

Merged
merged 2 commits into from
Nov 1, 2024

Conversation

jonasfj
Copy link
Member

@jonasfj jonasfj commented Oct 31, 2024

This is a slightly breaking change, mostly for people who are subclassing BucketEntry.

Which someone might do if they are mocking or faking objects for testing.

But for almost everyone else this is a non-breaking change.

We could avoid adding sealed, but then switch'ing on BucketEntry wouldn't be exhaustive.

@@ -1,5 +1,16 @@
## 0.8.16-wip
Copy link
Contributor

Choose a reason for hiding this comment

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

Should we mark this with a breaking version change?
We are still not 1.0.0 so I think we shouldn't worry too much

Copy link
Member Author

Choose a reason for hiding this comment

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

I don't know, it's not likely to break anyone.

Copy link
Contributor

@sigurdm sigurdm left a comment

Choose a reason for hiding this comment

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

seems like the ci sdk needs to be updated.

@github-actions github-actions bot added the type-infra A repository infrastructure change or enhancement label Nov 1, 2024
@jonasfj jonasfj merged commit c04a70a into dart-lang:main Nov 1, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package:gcloud type-infra A repository infrastructure change or enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants