Skip to content

Commit 7190c07

Browse files
authored
chore: Bump to version 0.45.0 to start release process (#4088)
1 parent 02d4d07 commit 7190c07

38 files changed

Lines changed: 2408 additions & 3008 deletions

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,43 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](https://semver.org/).
77

8+
## [v0.45.0] - 2024-01-29
9+
10+
### Added
11+
* feat(ofs): introduce ofs execute bin by @oowl in https://github.com/apache/opendal/pull/4033
12+
* feat: add a missing news by @WenyXu in https://github.com/apache/opendal/pull/4056
13+
* feat(services/koofr): set test for koofr by @suyanhanx in https://github.com/apache/opendal/pull/4050
14+
* feat(layers/dtrace): Support User Statically-Defined Tracing(aka USDT) on Linux by @Zheaoli in https://github.com/apache/opendal/pull/4053
15+
* feat(website): add missing news and organize the onboarding guide by @morristai in https://github.com/apache/opendal/pull/4072
16+
### Changed
17+
* refactor!: avoid hard dep to tokio rt by @tisonkun in https://github.com/apache/opendal/pull/4061
18+
### Fixed
19+
* fix(examples/cpp): display the results to standard output. by @SYaoJun in https://github.com/apache/opendal/pull/4040
20+
* fix(service/icloud):Missing 'X-APPLE-WEBAUTH-USER cookie' and URL initialized failed by @bokket in https://github.com/apache/opendal/pull/4029
21+
* fix: Implement timeout layer correctly by using timeout by @Xuanwo in https://github.com/apache/opendal/pull/4059
22+
* fix(koofr): create_dir when exist by @hoslo in https://github.com/apache/opendal/pull/4062
23+
* fix(seafile): test_list_dir_with_metakey by @hoslo in https://github.com/apache/opendal/pull/4063
24+
* fix: list path recursive should not return path itself by @youngsofun in https://github.com/apache/opendal/pull/4067
25+
### Docs
26+
* docs: Remove not needed actions in release guide by @Xuanwo in https://github.com/apache/opendal/pull/4037
27+
* docs: fix spelling errors in README.md by @SYaoJun in https://github.com/apache/opendal/pull/4039
28+
* docs: New PMC member Liuqing Yue by @Xuanwo in https://github.com/apache/opendal/pull/4047
29+
* docs: New Committer Yang Shuai by @Xuanwo in https://github.com/apache/opendal/pull/4054
30+
* docs(services/sftp): add more explanation for endpoint config by @silver-ymz in https://github.com/apache/opendal/pull/4055
31+
### CI
32+
* ci(services/s3): Use minio/minio image instead by @Xuanwo in https://github.com/apache/opendal/pull/4070
33+
* ci: Fix CI after moving out of workspacs by @Xuanwo in https://github.com/apache/opendal/pull/4081
34+
### Chore
35+
* chore: Delete bindings/ruby/cucumber.yml by @tisonkun in https://github.com/apache/opendal/pull/4030
36+
* chore(website): Bump download link for 0.44.2 release by @Zheaoli in https://github.com/apache/opendal/pull/4034
37+
* chore(website): Update the release tips by @Zheaoli in https://github.com/apache/opendal/pull/4036
38+
* chore: add doap file by @tisonkun in https://github.com/apache/opendal/pull/4038
39+
* chore(website): Add extra artifacts check process in release document by @Zheaoli in https://github.com/apache/opendal/pull/4041
40+
* chore(bindings/dotnet): update cargo.lock and set up ci by @suyanhanx in https://github.com/apache/opendal/pull/4084
41+
* chore(bindings/dotnet): build os detect by @suyanhanx in https://github.com/apache/opendal/pull/4085
42+
* chore(bindings/ocaml): pinning OCaml binding opendal version for release by @Ranxy in https://github.com/apache/opendal/pull/4086
43+
44+
845
## [v0.44.2] - 2023-01-19
946

1047
### Added
@@ -3340,6 +3377,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
33403377

33413378
Hello, OpenDAL!
33423379

3380+
[v0.45.0]: https://github.com/apache/opendal/compare/v0.44.2...v0.45.0
33433381
[v0.44.2]: https://github.com/apache/opendal/compare/v0.44.1...v0.44.2
33443382
[v0.44.1]: https://github.com/apache/opendal/compare/v0.44.0...v0.44.1
33453383
[v0.44.0]: https://github.com/apache/opendal/compare/v0.43.0...v0.44.0

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ homepage = "https://opendal.apache.org/"
5555
license = "Apache-2.0"
5656
repository = "https://github.com/apache/opendal"
5757
rust-version = "1.67"
58-
version = "0.44.2"
58+
version = "0.45.0"
5959

6060
[workspace.dependencies]
61-
opendal = { version = "0.44", path = "core" }
61+
opendal = { version = "0.45", path = "core" }
6262

6363
[profile.bench]
6464
debug = true

bin/oay/DEPENDENCIES.rust.tsv

Lines changed: 6 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,14 @@ aho-corasick@1.1.2 X X
66
allocator-api2@0.2.16 X X
77
android-tzdata@0.1.1 X X
88
android_system_properties@0.1.5 X X
9-
anstream@0.6.4 X X
9+
anstream@0.6.11 X X
1010
anstyle@1.0.4 X X
1111
anstyle-parse@0.2.2 X X
1212
anstyle-query@1.0.0 X X
1313
anstyle-wincon@3.0.1 X X
1414
anyhow@1.0.75 X X
15-
arc-swap@1.6.0 X X
1615
async-trait@0.1.75 X X
1716
autocfg@1.1.0 X X
18-
awaitable@0.4.0 X
19-
awaitable-error@0.1.0 X
2017
axum@0.6.20 X
2118
axum-core@0.3.4 X
2219
backon@0.4.1 X
@@ -32,12 +29,11 @@ bytes@1.5.0 X
3229
cc@1.0.83 X X
3330
cfg-if@1.0.0 X X
3431
chrono@0.4.31 X X
35-
clap@4.4.8 X X
36-
clap_builder@4.4.8 X X
32+
clap@4.4.18 X X
33+
clap_builder@4.4.18 X X
3734
clap_derive@4.4.7 X X
3835
clap_lex@0.6.0 X X
3936
colorchoice@1.0.0 X X
40-
concurrent_arena@0.1.8 X
4137
const-oid@0.9.5 X X
4238
const-random@0.1.17 X X
4339
const-random-macro@0.1.16 X X
@@ -47,19 +43,16 @@ cpufeatures@0.2.11 X X
4743
crunchy@0.2.2 X
4844
crypto-common@0.1.6 X X
4945
dav-server@0.5.7 X
50-
dav-server-opendalfs@0.44.2 X
46+
dav-server-opendalfs@0.45.0 X
5147
der@0.7.8 X X
5248
deranged@0.3.9 X X
53-
derive_destructure2@0.1.2 X X
5449
digest@0.10.7 X X
5550
dirs@5.0.1 X X
5651
dirs-sys@0.4.1 X X
5752
dlv-list@0.5.2 X X
58-
dotenvy@0.15.7 X
5953
encoding_rs@0.8.33 X X X
6054
equivalent@1.0.1 X X
6155
fastrand@1.9.0 X X
62-
fastrand@2.0.1 X X
6356
flagset@0.4.4 X
6457
fnv@1.0.7 X X
6558
form_urlencoded@1.2.1 X X
@@ -99,14 +92,12 @@ indexmap@2.1.0 X X
9992
instant@0.1.12 X
10093
ipnet@2.9.0 X X
10194
itoa@1.0.9 X X
102-
jobserver@0.1.27 X X
10395
js-sys@0.3.66 X X
10496
jsonwebtoken@9.2.0 X
10597
lazy_static@1.4.0 X X
10698
libc@0.2.151 X X
10799
libm@0.2.8 X X
108100
libredox@0.0.1 X
109-
linux-raw-sys@0.4.11 X X X
110101
lock_api@0.4.11 X X
111102
log@0.4.20 X X
112103
lru@0.11.1 X
@@ -121,21 +112,14 @@ mio@0.8.9 X
121112
nu-ansi-term@0.46.0 X
122113
num-bigint@0.4.4 X X
123114
num-bigint-dig@0.8.4 X X
124-
num-derive@0.3.3 X X
125115
num-integer@0.1.45 X X
126116
num-iter@0.1.43 X X
127117
num-traits@0.2.17 X X
128118
num_cpus@1.16.0 X X
129-
oay@0.44.2 X
119+
oay@0.45.0 X
130120
object@0.32.1 X X
131121
once_cell@1.19.0 X X
132-
opendal@0.44.2 X
133-
openssh@0.10.1 X X
134-
openssh-sftp-client@0.14.1 X
135-
openssh-sftp-client-lowlevel@0.6.0 X
136-
openssh-sftp-error@0.4.0 X
137-
openssh-sftp-protocol@0.24.0 X
138-
openssh-sftp-protocol-error@0.1.0 X
122+
opendal@0.45.0 X
139123
openssl-probe@0.1.5 X X
140124
option-ext@0.2.0 X
141125
ordered-multimap@0.7.0 X
@@ -173,7 +157,6 @@ ring@0.17.5 X
173157
rsa@0.9.4 X X
174158
rust-ini@0.20.0 X
175159
rustc-demangle@0.1.23 X X
176-
rustix@0.38.25 X X X
177160
rustls@0.21.9 X X X
178161
rustls-native-certs@0.6.3 X X X
179162
rustls-pemfile@1.0.4 X X X
@@ -194,8 +177,6 @@ serde_urlencoded@0.7.1 X X
194177
sha1@0.10.6 X X
195178
sha2@0.10.8 X X
196179
sharded-slab@0.1.7 X
197-
shell-escape@0.1.5 X X
198-
signal-hook-registry@1.4.1 X X
199180
signature@2.2.0 X X
200181
simple_asn1@0.6.2 X
201182
slab@0.4.9 X
@@ -205,18 +186,12 @@ socket2@0.5.5 X X
205186
spin@0.5.2 X
206187
spin@0.9.8 X
207188
spki@0.7.2 X X
208-
ssh_format@0.14.1 X
209-
ssh_format_error@0.1.0 X
210-
stable_deref_trait@1.2.0 X X
211189
strsim@0.10.0 X
212190
subtle@2.5.0 X
213-
syn@1.0.109 X X
214191
syn@2.0.39 X X
215192
sync_wrapper@0.1.2 X
216193
system-configuration@0.5.1 X X
217194
system-configuration-sys@0.5.0 X X
218-
tempfile@3.8.1 X X
219-
thin-vec@0.2.12 X X
220195
thiserror@1.0.50 X X
221196
thiserror-impl@1.0.50 X X
222197
thread_local@1.1.7 X X
@@ -227,9 +202,7 @@ tiny-keccak@2.0.2 X
227202
tinyvec@1.6.0 X X X
228203
tinyvec_macros@0.1.1 X X X
229204
tokio@1.34.0 X
230-
tokio-io-utility@0.7.6 X
231205
tokio-macros@2.2.0 X
232-
tokio-pipe@0.2.12 X X
233206
tokio-rustls@0.24.1 X X
234207
tokio-util@0.7.10 X
235208
toml@0.8.8 X X
@@ -244,7 +217,6 @@ tracing-attributes@0.1.27 X
244217
tracing-core@0.1.32 X
245218
tracing-log@0.2.0 X
246219
tracing-subscriber@0.3.18 X
247-
triomphe@0.1.9 X X
248220
try-lock@0.2.4 X
249221
typenum@1.17.0 X X
250222
unicase@2.7.0 X X
@@ -256,7 +228,6 @@ url@2.5.0 X X
256228
utf8parse@0.2.1 X X
257229
uuid@1.6.1 X X
258230
valuable@0.1.0 X
259-
vec-strings@0.4.8 X
260231
version_check@0.9.4 X X
261232
want@0.3.1 X
262233
wasi@0.11.0+wasi-snapshot-preview1 X X X

0 commit comments

Comments
 (0)