Skip to content

Commit 4e00288

Browse files
authored
Bump to opendal 0.53.3 Round 2 (#6207)
Signed-off-by: Xuanwo <[email protected]>
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 @@ [email protected] X
1414
1515
1616
17-
17+
1818
1919
2020
21-
21+
2222
2323
2424
2525
2626
2727
28-
28+
2929
3030
3131
3232
3333
3434
3535
36-
36+
3737
3838
3939
@@ -63,22 +63,22 @@ [email protected] X X
6363
6464
6565
66-
66+
6767
6868
6969
7070
7171
7272
73-
74-
73+
74+
7575
7676
7777
7878
7979
8080
81-
81+
8282
8383
8484
@@ -99,10 +99,10 @@ [email protected] X X X
9999
100100
101101
102-
102+
103103
104104
105-
105+
106106
107107
108108
@@ -131,7 +131,7 @@ [email protected] X X X
131131
132132
133133
134-
134+
135135
136136
137137
@@ -194,20 +194,21 @@ [email protected] X
194194
195195
196196
197-
198-
197+
198+
199199
200200
201201
202202
203203
204-
204+
205205
206-
206+
207207
208208
209209
210210
211+
211212
212213
213214

0 commit comments

Comments
 (0)