v0.49.0 #5001
Xuanwo
started this conversation in
Announcements
v0.49.0
#5001
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Release List
0.45.8
, but due to Python binding release failed #5000, we were unable to. We will release it next time.OpenDAL Core Upgrade to v0.49
Public API
Configurator
now returns associated builder insteadConfigurator
used to returnimpl Builder
, but now it returns associated builder type directly. This will allow users to use the builder in a more flexible way.LoggingLayer
now acceptsLoggingInterceptor
LoggingLayer
now acceptsLoggingInterceptor
trait instead of configuration. This change will allow users to customize the logging behavior more flexibly.Users can now implement the log in the way they want.
OpenDAL Java Binding Upgrade to v0.47
Breaking change
artifactId of the
opendal-java
has changed from toopendal
to align with the convention of entire OpenDAL project.What's Changed
Added
put_multipart
inobject_store
by @Rachelint in feat: implput_multipart
inobject_store
#4793AsyncWriter
for parquet integrations by @WenyXu in feat: introduce opendalAsyncWriter
for parquet integrations #4958AsyncReader
for parquet integrations by @WenyXu in feat: introduce opendalAsyncReader
for parquet integrations #4972Changed
Fixed
allow_anonymous
by @jdockerty in fix(gcs): do not skip signing withallow_anonymous
#4979Docs
CI
Chore
New Contributors
put_multipart
inobject_store
#4793Full Changelog: v0.48.0...v0.49.0
This discussion was created from the release v0.49.0.
Beta Was this translation helpful? Give feedback.
All reactions