-
Notifications
You must be signed in to change notification settings - Fork 500
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 v0.42.0 to start release process #3509
Conversation
Signed-off-by: silver-ymz <[email protected]>
Please fix typo: error: `explict` should be `explicit`
--> ./CHANGELOG.md:71:2[8](https://github.com/apache/incubator-opendal/actions/runs/6783376113/job/18437485331?pr=3509#step:4:9)
|
71 | * refactor(bindings/java): explict error handling by @tisonkun in https://github.com/apache/incubator-opendal/pull/3288
| ^^^^^^^
| |
Signed-off-by: silver-ymz <[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.
LGTM
Signed-off-by: silver-ymz <[email protected]>
Signed-off-by: silver-ymz <[email protected]>
LGTM so far, let's wait for another two approval by @apache/opendal-committers |
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.
Wow! A new milestone.
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.
Thank you!
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.
Thanks!
Thanks @PsiACE, @tisonkun and @suyanhanx, let's merging... |
I was hoping to get a new small 3 line change in for java's build.py to enable linux/arm support. It seems to compile just fine and it's a platform we need ro target. Sorry for the last minute request! Raising PR in 1h. |
cc @silver-ymz, can you wait a bit for this change? |
Sure |
Thank you guys! Here's the PR. |
part of #3503
What's Changed
Added
rename
support by @G-XD in feat(binding/java): addrename
support #3238Metadata
a POJO by @G-XD in feat(binding/java): makeMetadata
a POJO #3277memoryview
instead ofbytes
to avoid copy by @messense in feat(bindings/python): read APIs returnmemoryview
instead ofbytes
to avoid copy #3310Metadata::metakey()
api by @G-XD in feat(core): exposingMetadata::metakey()
api #3373Changed
list_with
inOperator::list
by @G-XD in refactor(core): uselist_with
inOperator::list
#3305Fixed
OPENDAL_DISABLE_RANDOM_ROOT
by @suyanhanx in fix: nodejs test adaptOPENDAL_DISABLE_RANDOM_ROOT
#3456Docs
connection_string
config description in doc by @xring in docs: Update mysqlconnection_string
config description in doc #3388range_reader
change in upgrade doc by @wcy-fdu in doc: applyrange_reader
change in upgrade doc #3401CI
testWriteFileWithNonAsciiName
behavior test by @G-XD in ci(binding/java): removetestWriteFileWithNonAsciiName
behavior test #3424Chore
New Contributors
connection_string
config description in doc #3388Full Changelog: v0.41.0...v0.42.0