Skip to content

Commit fe8c14f

Browse files
authored
Bump to version 0.55.0 with rc.2 (#6788)
* Update changelogs Signed-off-by: Xuanwo <[email protected]> * update upgrade Signed-off-by: Xuanwo <[email protected]> --------- Signed-off-by: Xuanwo <[email protected]>
1 parent d05602c commit fe8c14f

21 files changed

+572
-511
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
88
<!-- Release notes generated with: gh release create v_draft --generate-notes --draft -->
99

1010
## [v0.55.0] - 2025-11-11
11-
1211
### Added
1312
* feat(services/oss): allow users to specify endpoint addressing style by @howardlau1999 in https://github.com/apache/opendal/pull/6504
1413
* feat(bindings/ruby): publish ruby binding by @erickguan in https://github.com/apache/opendal/pull/6539
@@ -36,6 +35,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
3635
* feat(services/compfs): implement IoVectoredBuf for Buffer by @meteorgan in https://github.com/apache/opendal/pull/6762
3736
* feat(services/lakefs): Implement write returns metadata by @kingsword09 in https://github.com/apache/opendal/pull/6770
3837
* Add `connection_pool_max_size` option to memcached and redis builders by @trxcllnt in https://github.com/apache/opendal/pull/6759
38+
* fix:(bindings/python) Gate service-sftp on windows targets by @chitralverma in https://github.com/apache/opendal/pull/6777
39+
* feat(binding/nodejs): add TimeoutLayer, LoggingLayer and ThrottleLayer in nodejs binding by @Kilerd in https://github.com/apache/opendal/pull/6772
3940
### Changed
4041
* refactor: Migrate cloudflare_kv from adapter::kv to Access instead by @kingsword09 in https://github.com/apache/opendal/pull/6340
4142
* refactor: Centralize date/time handling with Timestamp wrapper by @dami0806 in https://github.com/apache/opendal/pull/6650
@@ -60,6 +61,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
6061
* refactor(hdfs): restructure HdfsBackend and introduce HdfsCore by @kingsword09 in https://github.com/apache/opendal/pull/6736
6162
* refactor(hdfs-native): restructure HdfsNativeBackend and introduce HdfsNativeCore by @kingsword09 in https://github.com/apache/opendal/pull/6737
6263
* refactor(services): impl Debug for all service builders by @koushiro in https://github.com/apache/opendal/pull/6756
64+
* refactor(types)!: use string-based scheme over enum-based approach by @koushiro in https://github.com/apache/opendal/pull/6765
6365
### Fixed
6466
* fix(services/cloudflare_kv): Use DEFAULT_SCHEME constant for Cloudflare KV scheme by @kingsword09 in https://github.com/apache/opendal/pull/6568
6567
* fix(bindings/d): Enhance D bindings build script and tests for OpenDAL by @kingsword09 in https://github.com/apache/opendal/pull/6569
@@ -77,13 +79,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
7779
* fix: retry on 409 with AWS S3 by @wolfv in https://github.com/apache/opendal/pull/6742
7880
* fix(bindings/ruby): fix release build error by @erickguan in https://github.com/apache/opendal/pull/6766
7981
* fix(binding/nodejs): add missing lister methods by @Kilerd in https://github.com/apache/opendal/pull/6769
82+
* fix(bindings/python): Update python/stubgen & core/hdfs-native by @chitralverma in https://github.com/apache/opendal/pull/6774
8083
### Docs
8184
* doc(bindinds/ruby): add examples and links by @erickguan in https://github.com/apache/opendal/pull/6609
8285
* docs: spelling and minor wording change by @carlsonp in https://github.com/apache/opendal/pull/6620
8386
* docs(bin): add badges to bin tools README by @kingsword09 in https://github.com/apache/opendal/pull/6642
8487
* docs(python): add documentation for local usage by @jayceslesar in https://github.com/apache/opendal/pull/6480
8588
* docs(apps): add migration guide, update links; remove bin/{oli,ofs} (#6689) by @tao12345666333 in https://github.com/apache/opendal/pull/6705
8689
* docs(core/types): add some comments for Buffer by @meteorgan in https://github.com/apache/opendal/pull/6746
90+
* docs: Make it clear that bindings have different version with rust core. by @0lai0 in https://github.com/apache/opendal/pull/6780
8791
### CI
8892
* ci: Switch from --nocapture to --no-capture by @kingsword09 in https://github.com/apache/opendal/pull/6567
8993
* ci: Add patch file to Ruby release workflow by @erickguan in https://github.com/apache/opendal/pull/6592
@@ -139,6 +143,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
139143
* chore: rename delete module => deleter module; ServiceAccessor => ServiceBackend by @koushiro in https://github.com/apache/opendal/pull/6757
140144
* chore(services): unify scheme usage by @koushiro in https://github.com/apache/opendal/pull/6764
141145
* chore(services): remove empty list operation and update docs of all services by @koushiro in https://github.com/apache/opendal/pull/6768
146+
* Bump to version 0.55.0 by @Xuanwo in https://github.com/apache/opendal/pull/6771
147+
* chore(types)!: remove deprecated `Operator::from_map` and `Operator::via_map` by @koushiro in https://github.com/apache/opendal/pull/6775
148+
* chore(types)!: remove deprecated `list_with_version` capability by @koushiro in https://github.com/apache/opendal/pull/6781
149+
* chore(services/s3)!: remove deprecated `S3::security_token` by @koushiro in https://github.com/apache/opendal/pull/6779
150+
* chore(services/fs): use NotADirectory directly by @meteorgan in https://github.com/apache/opendal/pull/6786
142151

143152
## [v0.54.1] - 2025-09-02
144153

bindings/c/DEPENDENCIES.rust.tsv

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,30 @@ crate Apache-2.0 Apache-2.0 WITH LLVM-exception BSD-3-Clause BSL-1.0 CDLA-Permis
22
33
44
5-
6-
5+
6+
77
88
99
1010
1111
1212
1313
14-
bytes@1.10.1 X
14+
bytes@1.11.0 X
1515
16-
16+
1717
1818
1919
2020
2121
22-
22+
2323
2424
2525
2626
2727
28-
28+
2929
3030
3131
@@ -36,7 +36,7 @@ [email protected] X X
3636
3737
3838
39-
39+
4040
4141
4242
@@ -46,9 +46,9 @@ [email protected] X X
4646
4747
4848
49-
hyper@1.7.0 X
49+
hyper@1.8.1 X
5050
51-
51+
5252
5353
5454
@@ -85,7 +85,7 @@ [email protected] X X
8585
8686
8787
88-
88+
8989
9090
9191

bindings/cpp/DEPENDENCIES.rust.tsv

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@ [email protected] X X
66
77
88
9-
bytes@1.10.1 X
10-
9+
bytes@1.11.0 X
10+
1111
12-
codespan-reporting@0.12.0 X
13-
14-
15-
16-
17-
12+
codespan-reporting@0.13.1 X
13+
14+
15+
16+
17+
1818
1919
2020
2121
22-
22+
2323
2424
2525
@@ -32,7 +32,7 @@ [email protected] X X
3232
3333
3434
35-
35+
3636
3737
3838
@@ -41,9 +41,9 @@ [email protected] X X
4141
4242
4343
44-
hyper@1.7.0 X
44+
hyper@1.8.1 X
4545
46-
46+
4747
4848
4949
@@ -78,7 +78,7 @@ [email protected] X X
7878
7979
8080
81-
81+
8282
8383
8484

bindings/dotnet/DEPENDENCIES.rust.tsv

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,24 @@ [email protected] X X
1212
1313
1414
15-
bytes@1.10.1 X
15+
bytes@1.11.0 X
1616
17-
17+
1818
1919
2020
2121
2222
2323
2424
25-
25+
2626
2727
2828
2929
3030
3131
32-
32+
3333
3434
3535
@@ -40,7 +40,7 @@ [email protected] X X
4040
4141
4242
43-
43+
4444
4545
4646
@@ -52,9 +52,9 @@ [email protected] X X
5252
5353
5454
55-
hyper@1.7.0 X
55+
hyper@1.8.1 X
5656
57-
57+
5858
5959
6060
@@ -86,7 +86,7 @@ [email protected] X X
8686
8787
8888
89-
89+
9090
9191
9292
@@ -114,7 +114,7 @@ [email protected] X X
114114
115115
116116
117-
117+
118118
119119
120120
@@ -124,7 +124,7 @@ [email protected] X
124124
125125
126126
127-
127+
128128
129129
130130

bindings/haskell/DEPENDENCIES.rust.tsv

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,24 @@ [email protected] X X
1212
1313
1414
15-
bytes@1.10.1 X
15+
bytes@1.11.0 X
1616
17-
17+
1818
1919
2020
2121
2222
2323
2424
25-
25+
2626
2727
2828
2929
3030
3131
32-
32+
3333
3434
3535
@@ -40,7 +40,7 @@ [email protected] X X
4040
4141
4242
43-
43+
4444
4545
4646
@@ -52,9 +52,9 @@ [email protected] X X
5252
5353
5454
55-
hyper@1.7.0 X
55+
hyper@1.8.1 X
5656
57-
57+
5858
5959
6060
@@ -86,7 +86,7 @@ [email protected] X X
8686
8787
8888
89-
89+
9090
9191
9292
@@ -114,7 +114,7 @@ [email protected] X X
114114
115115
116116
117-
117+
118118
119119
120120
@@ -124,7 +124,7 @@ [email protected] X
124124
125125
126126
127-
127+
128128
129129
130130

0 commit comments

Comments
 (0)