Skip to content

Commit

Permalink
chore: Bump to version 0.45.0 to start release process (#4088)
Browse files Browse the repository at this point in the history
  • Loading branch information
morristai authored Jan 31, 2024
1 parent 02d4d07 commit 7190c07
Show file tree
Hide file tree
Showing 38 changed files with 2,408 additions and 3,008 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,43 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/)
and this project adheres to [Semantic Versioning](https://semver.org/).

## [v0.45.0] - 2024-01-29

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


## [v0.44.2] - 2023-01-19

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

Hello, OpenDAL!

[v0.45.0]: https://github.com/apache/opendal/compare/v0.44.2...v0.45.0
[v0.44.2]: https://github.com/apache/opendal/compare/v0.44.1...v0.44.2
[v0.44.1]: https://github.com/apache/opendal/compare/v0.44.0...v0.44.1
[v0.44.0]: https://github.com/apache/opendal/compare/v0.43.0...v0.44.0
Expand Down
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ homepage = "https://opendal.apache.org/"
license = "Apache-2.0"
repository = "https://github.com/apache/opendal"
rust-version = "1.67"
version = "0.44.2"
version = "0.45.0"

[workspace.dependencies]
opendal = { version = "0.44", path = "core" }
opendal = { version = "0.45", path = "core" }

[profile.bench]
debug = true
41 changes: 6 additions & 35 deletions bin/oay/DEPENDENCIES.rust.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,14 @@ aho-corasick@1.1.2 X X
allocator-api2@0.2.16 X X
android-tzdata@0.1.1 X X
android_system_properties@0.1.5 X X
anstream@0.6.4 X X
anstream@0.6.11 X X
anstyle@1.0.4 X X
anstyle-parse@0.2.2 X X
anstyle-query@1.0.0 X X
anstyle-wincon@3.0.1 X X
anyhow@1.0.75 X X
arc-swap@1.6.0 X X
async-trait@0.1.75 X X
autocfg@1.1.0 X X
awaitable@0.4.0 X
awaitable-error@0.1.0 X
axum@0.6.20 X
axum-core@0.3.4 X
backon@0.4.1 X
Expand All @@ -32,12 +29,11 @@ bytes@1.5.0 X
cc@1.0.83 X X
cfg-if@1.0.0 X X
chrono@0.4.31 X X
clap@4.4.8 X X
clap_builder@4.4.8 X X
clap@4.4.18 X X
clap_builder@4.4.18 X X
clap_derive@4.4.7 X X
clap_lex@0.6.0 X X
colorchoice@1.0.0 X X
concurrent_arena@0.1.8 X
const-oid@0.9.5 X X
const-random@0.1.17 X X
const-random-macro@0.1.16 X X
Expand All @@ -47,19 +43,16 @@ cpufeatures@0.2.11 X X
crunchy@0.2.2 X
crypto-common@0.1.6 X X
dav-server@0.5.7 X
dav-server-opendalfs@0.44.2 X
dav-server-opendalfs@0.45.0 X
der@0.7.8 X X
deranged@0.3.9 X X
derive_destructure2@0.1.2 X X
digest@0.10.7 X X
dirs@5.0.1 X X
dirs-sys@0.4.1 X X
dlv-list@0.5.2 X X
dotenvy@0.15.7 X
encoding_rs@0.8.33 X X X
equivalent@1.0.1 X X
fastrand@1.9.0 X X
fastrand@2.0.1 X X
flagset@0.4.4 X
fnv@1.0.7 X X
form_urlencoded@1.2.1 X X
Expand Down Expand Up @@ -99,14 +92,12 @@ indexmap@2.1.0 X X
instant@0.1.12 X
ipnet@2.9.0 X X
itoa@1.0.9 X X
jobserver@0.1.27 X X
js-sys@0.3.66 X X
jsonwebtoken@9.2.0 X
lazy_static@1.4.0 X X
libc@0.2.151 X X
libm@0.2.8 X X
libredox@0.0.1 X
linux-raw-sys@0.4.11 X X X
lock_api@0.4.11 X X
log@0.4.20 X X
lru@0.11.1 X
Expand All @@ -121,21 +112,14 @@ mio@0.8.9 X
nu-ansi-term@0.46.0 X
num-bigint@0.4.4 X X
num-bigint-dig@0.8.4 X X
num-derive@0.3.3 X X
num-integer@0.1.45 X X
num-iter@0.1.43 X X
num-traits@0.2.17 X X
num_cpus@1.16.0 X X
oay@0.44.2 X
oay@0.45.0 X
object@0.32.1 X X
once_cell@1.19.0 X X
opendal@0.44.2 X
openssh@0.10.1 X X
openssh-sftp-client@0.14.1 X
openssh-sftp-client-lowlevel@0.6.0 X
openssh-sftp-error@0.4.0 X
openssh-sftp-protocol@0.24.0 X
openssh-sftp-protocol-error@0.1.0 X
opendal@0.45.0 X
openssl-probe@0.1.5 X X
option-ext@0.2.0 X
ordered-multimap@0.7.0 X
Expand Down Expand Up @@ -173,7 +157,6 @@ ring@0.17.5 X
rsa@0.9.4 X X
rust-ini@0.20.0 X
rustc-demangle@0.1.23 X X
rustix@0.38.25 X X X
rustls@0.21.9 X X X
rustls-native-certs@0.6.3 X X X
rustls-pemfile@1.0.4 X X X
Expand All @@ -194,8 +177,6 @@ serde_urlencoded@0.7.1 X X
sha1@0.10.6 X X
sha2@0.10.8 X X
sharded-slab@0.1.7 X
shell-escape@0.1.5 X X
signal-hook-registry@1.4.1 X X
signature@2.2.0 X X
simple_asn1@0.6.2 X
slab@0.4.9 X
Expand All @@ -205,18 +186,12 @@ socket2@0.5.5 X X
spin@0.5.2 X
spin@0.9.8 X
spki@0.7.2 X X
ssh_format@0.14.1 X
ssh_format_error@0.1.0 X
stable_deref_trait@1.2.0 X X
strsim@0.10.0 X
subtle@2.5.0 X
syn@1.0.109 X X
syn@2.0.39 X X
sync_wrapper@0.1.2 X
system-configuration@0.5.1 X X
system-configuration-sys@0.5.0 X X
tempfile@3.8.1 X X
thin-vec@0.2.12 X X
thiserror@1.0.50 X X
thiserror-impl@1.0.50 X X
thread_local@1.1.7 X X
Expand All @@ -227,9 +202,7 @@ tiny-keccak@2.0.2 X
tinyvec@1.6.0 X X X
tinyvec_macros@0.1.1 X X X
tokio@1.34.0 X
tokio-io-utility@0.7.6 X
tokio-macros@2.2.0 X
tokio-pipe@0.2.12 X X
tokio-rustls@0.24.1 X X
tokio-util@0.7.10 X
toml@0.8.8 X X
Expand All @@ -244,7 +217,6 @@ tracing-attributes@0.1.27 X
tracing-core@0.1.32 X
tracing-log@0.2.0 X
tracing-subscriber@0.3.18 X
triomphe@0.1.9 X X
try-lock@0.2.4 X
typenum@1.17.0 X X
unicase@2.7.0 X X
Expand All @@ -256,7 +228,6 @@ url@2.5.0 X X
utf8parse@0.2.1 X X
uuid@1.6.1 X X
valuable@0.1.0 X
vec-strings@0.4.8 X
version_check@0.9.4 X X
want@0.3.1 X
wasi@0.11.0+wasi-snapshot-preview1 X X X
Expand Down
Loading

0 comments on commit 7190c07

Please sign in to comment.