-
Notifications
You must be signed in to change notification settings - Fork 486
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
chore: Bump to version 0.44.2 to start release process #4028
Conversation
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.
That's a whole bunch of release changes PR.
Lines 3235 to 3237 in 6782d56
We may need to update here, too. |
Done |
Signed-off-by: Manjusaka <[email protected]>
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.
Mostly LGTM, let's go!
What's changed
[v0.44.2] - 2023-01-19
Added
MultipartUploadWriter
by @WenyXu in feat: implement concurrentMultipartUploadWriter
#3915RangeWriter
by @WenyXu in feat: implement concurrentRangeWriter
#3923concurrent
andbuffer
parameters into FuzzInput by @WenyXu in feat: addconcurrent
andbuffer
parameters into FuzzInput #3921Changed
Fixed
next_offset
by @WenyXu in fix: fix RangeWriter incorrectnext_offset
#3927Docs
CI
Chore
New Contributors