@@ -5,6 +5,43 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/ )
66and 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
33413378Hello, 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
0 commit comments