v0.50.0 #5124
Xuanwo
started this conversation in
Announcements
v0.50.0
#5124
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Release List
Upgrade to OpenDAL Core v0.50
Public API
services-postgresql
's connect string now supports only URL formatPreviously, it supports both URL format and key-value format. After switching the implementation from
tokio-postgres
tosqlx
, the service now supports only the URL format.list
now returns path itselfPreviously,
list("a/b")
would not returna/b
even if it does exist. Since v0.50.0, this behavior has been changed. OpenDAL will now return the path itself if it exists. This change applies to all cases, whether the path is a directory or a file.Refactoring of the metrics-related layer
In OpenDAL v0.50.0, we did a refactor on all metrics-related layers. They are now sharing the same underlying implemenationts.
PrometheusLayer
,PrometheusClientLayer
andMetricsLayer
are now have similar public APIs and exactly the same metrics value.What's Changed
Added
Changed
num_cpus
withstd::thread::available_parallelism
by @miroim in refactor(bindings/java): replacenum_cpus
withstd::thread::available_parallelism
#5080Fixed
Docs
CI
Chore
PrometheusClientLayerBuilder
type by @koushiro in chore(layers/prometheus-client): exportPrometheusClientLayerBuilder
type #5093New Contributors
Full Changelog: v0.49.2...v0.50.0
This discussion was created from the release v0.50.0.
Beta Was this translation helpful? Give feedback.
All reactions