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

Add a PR under "Breaking changes" in the object_store 0.8.0 changelog #5063

Merged
merged 1 commit into from
Nov 10, 2023

Conversation

carols10cents
Copy link
Contributor

@carols10cents carols10cents commented Nov 10, 2023

The PR added to the changelog here adds a method, put_opts, to the ObjectStore trait, so any implementer of this trait will need to update their code when they upgrade to 0.8.0.

Which issue does this PR close?

I will file an issue if you realllyyyy want me to, but do you need a changelog entry for a fix to the changelog? 🤔

Rationale for this change

I tried updating the IOx codebase from object_store 0.7.1 to 0.8.0 and got errors about an implementation of ObjectStore missing put_opts. I went to the changelog to learn more about the change, and I couldn't find the information I needed because the PR that added this method wasn't under the breaking changes section and searching the changelog for "put_opts" didn't return results either :)

What changes are included in this PR?

Adding a PR to the Breaking Changes section of the object_store 0.8.0 changelog.

Are there any user-facing changes?

This is some documentation for the user-facing change made previously :)

This PR adds a method, `put_opts`, to the `ObjectStore` trait, so any
implementer of this trait will need to update their code when they
upgrade to 0.8.0.
@github-actions github-actions bot added the object-store Object Store Interface label Nov 10, 2023
@tustvold tustvold merged commit 31b5724 into apache:master Nov 10, 2023
13 checks passed
@tustvold
Copy link
Contributor

Thank you for this, it slipped under the radar

@carols10cents carols10cents deleted the update-object-store-changelog branch November 10, 2023 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
object-store Object Store Interface
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants