Skip to content

Commit 4e00288

Browse files
authored
Bump to opendal 0.53.3 Round 2 (#6207)
Signed-off-by: Xuanwo <github@xuanwo.io>
1 parent 074fa7a commit 4e00288

27 files changed

+677
-701
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,35 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77

88
<!-- Release notes generated with: gh release create v_draft --generate-notes --draft -->
99

10-
## [v0.53.3] - 2025-05-14
10+
## [v0.53.3] - 2025-05-21
1111

1212
### Added
1313
* feat(java): add ReadOptions for read methods by @liamzwbao in https://github.com/apache/opendal/pull/6157
1414
* feat(core): support sharing one redb database between different Operators by @TD-Sky in https://github.com/apache/opendal/pull/6173
1515
* feat(bin/oli): support cp to dir by @asukaminato0721 in https://github.com/apache/opendal/pull/6140
16+
* feat(bin/oli): support tee by @asukaminato0721 in https://github.com/apache/opendal/pull/6194
17+
* feat: expose `Error::backtrace()` by @xxchan in https://github.com/apache/opendal/pull/6196
18+
* feat(bindings/c)!: Make features configurable via CMakeLists by @asukaminato0721 in https://github.com/apache/opendal/pull/6143
19+
* feat: ADLS Client Credential Authentication by @c-thiel in https://github.com/apache/opendal/pull/6205
1620
### Changed
1721
* refactor(bindings/java): deprecate append in favor of write with append=true by @kingsword09 in https://github.com/apache/opendal/pull/6169
22+
* refactor(core): Put Backtrace in a box to reduce error size by @Xuanwo in https://github.com/apache/opendal/pull/6193
1823
### Fixed
1924
* fix(bindings/go): update dependencies by @JupiterRider in https://github.com/apache/opendal/pull/6175
2025
* fix(integrations/object_store): fix double percent encoding by @Colerar in https://github.com/apache/opendal/pull/6166
2126
* fix(services/fs): Make fs services work on our MSRV by @Xuanwo in https://github.com/apache/opendal/pull/6183
27+
* fix(services/s3): Remove not needed check for batch delete by @Xuanwo in https://github.com/apache/opendal/pull/6206
28+
### Docs
29+
* fix: typo error in 0429_init_from_iter.md by @warjiang in https://github.com/apache/opendal/pull/6203
30+
* doc: case-police Ocaml to OCaml by @yihong0618 in https://github.com/apache/opendal/pull/6204
2231
### CI
2332
* ci: uses taiki-e/install-action to replace cargo insatll by @xxchan in https://github.com/apache/opendal/pull/6168
2433
* ci(bindings/node): Add contents permissions for nodejs release by @Xuanwo in https://github.com/apache/opendal/pull/6182
2534
* ci(bindings/java): Enable zig build for java by @Xuanwo in https://github.com/apache/opendal/pull/6181
35+
* ci: Fix behavior tests for go bindings by @Xuanwo in https://github.com/apache/opendal/pull/6199
36+
### Chore
37+
* Bump opendal to v0.53.3 (Round 1) by @Xuanwo in https://github.com/apache/opendal/pull/6186
38+
* chore: remove useless labeler.yml by @koushiro in https://github.com/apache/opendal/pull/6192
2639

2740
## [v0.53.2] - 2025-05-09
2841

bin/oay/Cargo.lock

Lines changed: 35 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/oay/DEPENDENCIES.rust.tsv

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,26 +14,26 @@ backon@1.5.0 X
1414
backtrace@0.3.75 X X
1515
base64@0.21.7 X X
1616
base64@0.22.1 X X
17-
bitflags@2.9.0 X X
17+
bitflags@2.9.1 X X
1818
block-buffer@0.10.4 X X
1919
bumpalo@3.17.0 X X
2020
bytes@1.10.1 X
21-
cc@1.2.21 X X
21+
cc@1.2.23 X X
2222
cfg-if@1.0.0 X X
2323
chrono@0.4.41 X X
2424
core-foundation-sys@0.8.7 X X
2525
cpufeatures@0.2.17 X X
2626
crypto-common@0.1.6 X X
2727
dav-server@0.8.0 X
28-
dav-server-opendalfs@0.6.0 X
28+
dav-server-opendalfs@0.6.1 X
2929
deranged@0.4.0 X X
3030
derivative@2.2.0 X X
3131
digest@0.10.7 X X
3232
displaydoc@0.2.5 X X
3333
dyn-clone@1.0.19 X X
3434
env_filter@0.1.3 X X
3535
equivalent@1.0.2 X X
36-
errno@0.3.11 X X
36+
errno@0.3.12 X X
3737
fastrand@2.3.0 X X
3838
fnv@1.0.7 X X
3939
foldhash@0.1.5 X
@@ -63,22 +63,22 @@ httparse@1.10.1 X X
6363
httpdate@1.0.3 X X
6464
hyper@1.6.0 X
6565
hyper-rustls@0.27.5 X X X
66-
hyper-util@0.1.11 X
66+
hyper-util@0.1.12 X
6767
iana-time-zone@0.1.63 X X
6868
iana-time-zone-haiku@0.1.2 X X
6969
icu_collections@2.0.0 X
7070
icu_locale_core@2.0.0 X
7171
icu_normalizer@2.0.0 X
7272
icu_normalizer_data@2.0.0 X
73-
icu_properties@2.0.0 X
74-
icu_properties_data@2.0.0 X
73+
icu_properties@2.0.1 X
74+
icu_properties_data@2.0.1 X
7575
icu_provider@2.0.0 X
7676
idna@1.0.3 X X
7777
idna_adapter@1.2.1 X X
7878
indexmap@2.9.0 X X
7979
ipnet@2.11.0 X X
8080
itoa@1.0.15 X X
81-
jiff@0.2.13 X X
81+
jiff@0.2.14 X X
8282
jiff-tzdb@0.1.4 X X
8383
jiff-tzdb-platform@0.1.3 X X
8484
js-sys@0.3.77 X X
@@ -99,10 +99,10 @@ miniz_oxide@0.8.8 X X X
9999
mio@1.0.3 X
100100
num-conv@0.1.0 X X
101101
num-traits@0.2.19 X X
102-
oay@0.41.20 X
102+
oay@0.41.21 X
103103
object@0.36.7 X X
104104
once_cell@1.21.3 X X
105-
opendal@0.53.2 X
105+
opendal@0.53.3 X
106106
parking_lot@0.12.3 X X
107107
parking_lot_core@0.9.10 X X
108108
percent-encoding@2.3.1 X X
@@ -131,7 +131,7 @@ rustix@1.0.7 X X X
131131
rustls@0.23.27 X X X
132132
rustls-pemfile@2.2.0 X X X
133133
rustls-pki-types@1.12.0 X X
134-
rustls-webpki@0.103.2 X
134+
rustls-webpki@0.103.3 X
135135
rustversion@1.0.20 X X
136136
ryu@1.0.20 X X
137137
scopeguard@1.2.0 X X
@@ -194,20 +194,21 @@ webpki-roots@0.26.11 X
194194
webpki-roots@1.0.0 X
195195
windows@0.61.1 X X
196196
windows-collections@0.2.0 X X
197-
windows-core@0.61.0 X X
198-
windows-future@0.2.0 X X
197+
windows-core@0.61.2 X X
198+
windows-future@0.2.1 X X
199199
windows-implement@0.60.0 X X
200200
windows-interface@0.59.1 X X
201201
windows-link@0.1.1 X X
202202
windows-numerics@0.2.0 X X
203203
windows-registry@0.4.0 X X
204-
windows-result@0.3.2 X X
204+
windows-result@0.3.4 X X
205205
windows-strings@0.3.1 X X
206-
windows-strings@0.4.0 X X
206+
windows-strings@0.4.2 X X
207207
windows-sys@0.52.0 X X
208208
windows-sys@0.59.0 X X
209209
windows-targets@0.52.6 X X
210210
windows-targets@0.53.0 X X
211+
windows-threading@0.1.0 X X
211212
windows_aarch64_gnullvm@0.52.6 X X
212213
windows_aarch64_gnullvm@0.53.0 X X
213214
windows_aarch64_msvc@0.52.6 X X

0 commit comments

Comments
 (0)