v0.49.2
Release List
Name | Version |
---|---|
core | 0.49.2 |
integrations/dav-server | 0.1.0 |
integrations/fuse3 | 0.0.6 |
integrations/object_store | 0.47.0 |
integrations/parquet | 0.1.2 |
integrations/unftp-sbe | 0.0.6 |
bin/oay | 0.41.10 |
bin/ofs | 0.0.11 |
bin/oli | 0.41.10 |
bindings/c | 0.44.12 |
bindings/cpp | 0.45.10 |
bindings/dotnet | 0.1.8 |
bindings/go | 0.1.2 |
bindings/haskell | 0.44.10 |
bindings/java | 0.47.2 |
bindings/lua | 0.1.8 |
bindings/nodejs | 0.47.4 |
bindings/php | 0.1.8 |
bindings/python | 0.45.9 |
bindings/ruby | 0.1.8 |
What's Changed
Added
- feat(ovfs): support read and write by @zjregee in #5016
- feat(bin/ofs): introduce
integrations/cloudfilter
for ofs by @ho-229 in #4935 - feat(integrations/spring): add AutoConfiguration class for Spring Mvc and Webflux by @shoothzj in #5019
- feat(services/monoiofs): impl read and write, add behavior test by @NKID00 in #4944
- feat(core/services-s3): support user defined metadata by @haoqixu in #5030
- feat: align
fn root
semantics; fix missing root for some services; rm duplicated normalize ops by @yjhmelody in #5035 - feat(core): expose configs always by @tisonkun in #5034
- feat(services/monoiofs): append, create_dir, copy and rename by @NKID00 in #5041
Changed
- refactor(core): new type to print context and reduce allocations by @evenyag in #5021
- refactor(layers/prometheus-client): remove useless
scheme
field fromPrometheusAccessor
andPrometheusMetricWrapper
type by @koushiro in #5026 - refactor(layers/prometheus-client): avoid multiple clone of labels by @koushiro in #5028
- refactor(core/services-oss): remove the
starts_with
by @haoqixu in #5036
Fixed
- fix(layers/prometheus-client): remove duplicated
increment_request_total
of write operation by @koushiro in #5023 - fix(services/monoiofs): drop JoinHandle in worker thread by @NKID00 in #5031
CI
- ci: Add contents write permission for build-website by @Xuanwo in #5017
- ci: Fix test for service ghac by @Xuanwo in #5018
- ci(integrations/spring): add spring boot bean load test by @shoothzj in #5032
Chore
- chore: fix path typo in release docs by @tisonkun in #5038
- chore: align the
token
method semantics by @yjhmelody in #5045
New Contributors
- @MahdiBaghbani made their first contribution in #5020
- @haoqixu made their first contribution in #5030
- @yjhmelody made their first contribution in #5035
Full Changelog: v0.49.1...v0.49.2