Skip to content
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

refactor: Bump OpenDAL to 0.50 #2283

Merged
merged 1 commit into from
Nov 8, 2024
Merged

refactor: Bump OpenDAL to 0.50 #2283

merged 1 commit into from
Nov 8, 2024

Conversation

Xuanwo
Copy link
Collaborator

@Xuanwo Xuanwo commented Nov 6, 2024

This PR will bump opendal to 0.50. No affected breaking changes.

Signed-off-by: Xuanwo <github@xuanwo.io>
@Xuanwo Xuanwo requested a review from sylvestre November 6, 2024 10:57
@Xuanwo
Copy link
Collaborator Author

Xuanwo commented Nov 6, 2024

Hi, @sylvestre, we can release a new version after this PR merged.

@sylvestre
Copy link
Collaborator

do you have the release notes for this version ?

@Xuanwo
Copy link
Collaborator Author

Xuanwo commented Nov 6, 2024

do you have the release notes for this version ?

release notes for sccache or opendal?

@sylvestre
Copy link
Collaborator

opendal :)

@Xuanwo
Copy link
Collaborator Author

Xuanwo commented Nov 6, 2024

opendal :)

Aha, of course:

## Added

feat(core)!: make list return path itself by @meteorgan in https://github.com/apache/opendal/pull/4959
feat(services/oss): support role_arn and oidc_provider_arn by @tisonkun in https://github.com/apache/opendal/pull/5063
feat(services): add lakefs support by @liugddx in https://github.com/apache/opendal/pull/5086
feat: add list api for lakefs service. by @liugddx in https://github.com/apache/opendal/pull/5092
feat: add write api for lakefs service. by @liugddx in https://github.com/apache/opendal/pull/5100
feat: add delete api for lakefs service. by @liugddx in https://github.com/apache/opendal/pull/5107

## Changed

refactor: use sqlx for sql services by @tisonkun in https://github.com/apache/opendal/pull/5040
refactor(core)!: Add observe layer as building block by @Xuanwo in https://github.com/apache/opendal/pull/5064
refactor(layers/prometheus): rewrite prometheus layer based on observe mod by @koushiro in https://github.com/apache/opendal/pull/5069
refactor(bindings/java): replace num_cpus with std::thread::available_parallelism by @miroim in https://github.com/apache/opendal/pull/5080
refactor(layers/prometheus): provide builder APIs by @koushiro in https://github.com/apache/opendal/pull/5072
refactor(layers/prometheus-client): provide builder APIs by @koushiro in https://github.com/apache/opendal/pull/5073
refactor(layers/metrics): rewrite metrics layer using observe layer by @koushiro in https://github.com/apache/opendal/pull/5098

## Fixed

fix(core): TimeoutLayer now needs enable tokio time by @Xuanwo in https://github.com/apache/opendal/pull/5057
fix(core): Fix failed list related tests by @Xuanwo in https://github.com/apache/opendal/pull/5058
fix(services/memory): blocking_scan right range by @meteorgan in https://github.com/apache/opendal/pull/5062
fix(core/services/mysql): Fix mysql Capability by @jackyyyyyssss in https://github.com/apache/opendal/pull/5067
fix: fix rust 1.76 error due to temporary value being dropped by @aawsome in https://github.com/apache/opendal/pull/5071
fix(service/fs): error due to temporary value being dropped by @miroim in https://github.com/apache/opendal/pull/5079
fix(core/services/hdfs): Fix the HDFS write failure when atomic_write_dir is set by @meteorgan in https://github.com/apache/opendal/pull/5039
fix(services/icloud): adjust error handling code to avoid having to write out result type explicitly by @koushiro in https://github.com/apache/opendal/pull/5091
fix(services/monoiofs): handle async cancel during file open by @NKID00 in https://github.com/apache/opendal/pull/5094
Docs
docs: Update binding-java.md by @tisonkun in https://github.com/apache/opendal/pull/5087

## CI

ci(bindings/go): add golangci-lint by @yuchanns in https://github.com/apache/opendal/pull/5060
ci(bindings/zig): Fix build and test of zig on 0.13 by @Xuanwo in https://github.com/apache/opendal/pull/5102
ci: Don't publish with all features by @Xuanwo in https://github.com/apache/opendal/pull/5108
ci: Fix upload-artifacts doesn't include hidden files by @Xuanwo in https://github.com/apache/opendal/pull/5112

## Chore

chore(bindings/go): bump ffi and sys version by @shoothzj in https://github.com/apache/opendal/pull/5055
chore: Bump backon to 1.0.0 by @Xuanwo in https://github.com/apache/opendal/pull/5056
chore(services/rocksdb): fix misuse rocksdb prefix iterator by @meteorgan in https://github.com/apache/opendal/pull/5059
chore(README): add Go binding badge by @yuchanns in https://github.com/apache/opendal/pull/5074
chore(deps): bump crate-ci/typos from 1.23.6 to 1.24.3 by https://github.com/dependabot in https://github.com/apache/opendal/pull/5085
chore(layers/prometheus-client): export PrometheusClientLayerBuilder type by @koushiro in https://github.com/apache/opendal/pull/5093
chore(layers): check the examples when running tests by @koushiro in https://github.com/apache/opendal/pull/5104
chore(integrations/parquet): Bump parquet to 53 by @Xuanwo in https://github.com/apache/opendal/pull/5109
chore: Bump OpenDAL to 0.50.0 by @Xuanwo in https://github.com/apache/opendal/pull/5110

@sylvestre sylvestre merged commit 990854f into main Nov 8, 2024
110 checks passed
trxcllnt pushed a commit to trxcllnt/sccache that referenced this pull request Nov 14, 2024
Signed-off-by: Xuanwo <github@xuanwo.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants