-
Notifications
You must be signed in to change notification settings - Fork 788
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
Update object_store version to 0.5.2 and add CHANGELOG #3253
Conversation
@@ -49,8 +49,8 @@ docker run -it --rm -e CHANGELOG_GITHUB_TOKEN="$CHANGELOG_GITHUB_TOKEN" -v "$(pw | |||
--cache-file=.githubchangeloggenerator.cache \ | |||
--cache-log=.githubchangeloggenerator.cache.log \ | |||
--http-cache \ | |||
--max-issues=300 \ | |||
--exclude-tags-regex "^\d+\.\d+\.\d+$" \ | |||
--max-issues=600 \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need to fetch 600 issues to get some of the older ones that have been resolved!
--max-issues=300 \ | ||
--exclude-tags-regex "^\d+\.\d+\.\d+$" \ | ||
--max-issues=600 \ | ||
--exclude-tags-regex "(^\d+\.\d+\.\d+$)|(rc)" \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also I needed to exclude the 'rc' tags so it didn't make changelog entries for 26.0.0_rc1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be awesome for #3256 to make this release, but otherwise this looks good
It is in! |
Benchmark runs are scheduled for baseline = ecbb8c2 and contender = 74b174c. 74b174c is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
Which issue does this PR close?
re #3229
Rendered changelog: https://github.com/alamb/arrow-rs/blob/alamb/prepare_object_store_0.5.2/object_store/CHANGELOG.md
I double checked the changelog against the list of PRs is https://github.com/apache/arrow-rs/pulls?q=is%3Apr+is%3Aclosed+label%3Aobject-store+ and I think it now correctly reflects everything that was done.
I'll tweak it a bit more immediately prior to the release