Skip to content

Commit

Permalink
chore: Bump to version 0.44.1 to start release process (#3869)
Browse files Browse the repository at this point in the history
* chore: Bump to version 0.44.1 to start release process

Signed-off-by: Xuanwo <[email protected]>

* Update changelog

Signed-off-by: Xuanwo <[email protected]>

* Update deps

Signed-off-by: Xuanwo <[email protected]>

---------

Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo authored Dec 31, 2023
1 parent 391e849 commit d4aab1e
Show file tree
Hide file tree
Showing 33 changed files with 446 additions and 421 deletions.
48 changes: 48 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,52 @@ 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.44.1] - 2023-12-31

### Added
* feat(service/memcached): Add MemCachedConfig by @ankit-pn in https://github.com/apache/incubator-opendal/pull/3827
* feat(service/rocksdb): Add RocksdbConfig by @ankit-pn in https://github.com/apache/incubator-opendal/pull/3828
* feat(services): add chainsafe support by @hoslo in https://github.com/apache/incubator-opendal/pull/3834
* feat(bindings/python): Build all available services for python by @Xuanwo in https://github.com/apache/incubator-opendal/pull/3836
* feat: Adding Atomicserver config by @k-aishwarya in https://github.com/apache/incubator-opendal/pull/3845
* feat(oio::read): implement the async buffer reader by @WenyXu in https://github.com/apache/incubator-opendal/pull/3811
* feat(oio::read): implement the blocking buffer reader by @WenyXu in https://github.com/apache/incubator-opendal/pull/3860
* feat: adapt the `CompleteReader` by @WenyXu in https://github.com/apache/incubator-opendal/pull/3861
* feat: add basic behavior tests for buffer reader by @WenyXu in https://github.com/apache/incubator-opendal/pull/3862
* feat: add fuzz reader with buffer tests by @WenyXu in https://github.com/apache/incubator-opendal/pull/3866
* feat(ofs): implement ofs based on fuse3 by @Inokinoki in https://github.com/apache/incubator-opendal/pull/3857
### Changed
* refactor: simplify `bindings_python.yml` by @messense in https://github.com/apache/incubator-opendal/pull/3837
* refactor: Add edge test for aws assume role with web identity by @Xuanwo in https://github.com/apache/incubator-opendal/pull/3839
* refactor(services/webdav): Add WebdavConfig to implement ConfigDeserializer by @kwaa in https://github.com/apache/incubator-opendal/pull/3846
* refactor: use TwoWays instead of TwoWaysReader and TwoWaysWriter by @WenyXu in https://github.com/apache/incubator-opendal/pull/3863
### Fixed
* fix: Add tests for listing recursively on not supported services by @Xuanwo in https://github.com/apache/incubator-opendal/pull/3826
* fix(services/upyun): fix list api by @hoslo in https://github.com/apache/incubator-opendal/pull/3841
* fix: fix a bypass seek relative bug in `BufferReader` by @WenyXu in https://github.com/apache/incubator-opendal/pull/3864
* fix: fix the bypass read does not sync the `cur` of `BufferReader` by @WenyXu in https://github.com/apache/incubator-opendal/pull/3865
### Docs
* docs: Add Apache prefix for all bindings by @Xuanwo in https://github.com/apache/incubator-opendal/pull/3829
* docs: Add apache prefix for python docs by @Xuanwo in https://github.com/apache/incubator-opendal/pull/3830
* docs: Add branding in README by @Xuanwo in https://github.com/apache/incubator-opendal/pull/3831
* docs: Add trademark for Apache OpenDAL™ by @Xuanwo in https://github.com/apache/incubator-opendal/pull/3832
* docs: Add trademark sign for core by @Xuanwo in https://github.com/apache/incubator-opendal/pull/3833
* docs: Enable doc_auto_cfg when docs cfg has been enabled by @Xuanwo in https://github.com/apache/incubator-opendal/pull/3835
* docs: Address branding for haskell and C bindings by @Xuanwo in https://github.com/apache/incubator-opendal/pull/3840
* doc: add 0.44.0 release link to download.md by @dqhl76 in https://github.com/apache/incubator-opendal/pull/3868
### CI
* ci: Remove workflows that not running or ready by @Xuanwo in https://github.com/apache/incubator-opendal/pull/3842
* ci: Migrate ftp to test planner by @Xuanwo in https://github.com/apache/incubator-opendal/pull/3843
### Chore
* chore(bindings/java): Add name and description metadata by @tisonkun in https://github.com/apache/incubator-opendal/pull/3838
* chore(website): improve a bit trademark refs by @tisonkun in https://github.com/apache/incubator-opendal/pull/3847
* chore: Fix clippy warnings found in rust 1.75 by @Xuanwo in https://github.com/apache/incubator-opendal/pull/3849
* chore(bindings/python): improve ASF branding by @tisonkun in https://github.com/apache/incubator-opendal/pull/3850
* chore(bindings/haskell): improve ASF branding by @tisonkun in https://github.com/apache/incubator-opendal/pull/3852
* chore(bindings/c): make c binding separate workspace by @suyanhanx in https://github.com/apache/incubator-opendal/pull/3856
* chore(bindings/haskell): support co-log-0.6.0 && ghc-9.4 by @silver-ymz in https://github.com/apache/incubator-opendal/pull/3858


## [v0.44.0] - 2023-12-26

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

Hello, OpenDAL!

[v0.44.1]: https://github.com/apache/incubator-opendal/compare/v0.44.0...v0.44.1
[v0.44.0]: https://github.com/apache/incubator-opendal/compare/v0.43.0...v0.44.0
[v0.43.0]: https://github.com/apache/incubator-opendal/compare/v0.42.0...v0.43.0
[v0.42.0]: https://github.com/apache/incubator-opendal/compare/v0.41.0...v0.42.0
[v0.41.0]: https://github.com/apache/incubator-opendal/compare/v0.40.0...v0.41.0
Expand Down
20 changes: 10 additions & 10 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ homepage = "https://opendal.apache.org/"
license = "Apache-2.0"
repository = "https://github.com/apache/incubator-opendal"
rust-version = "1.67"
version = "0.44.0"
version = "0.44.1"

[workspace.dependencies]
opendal = { version = "0.44", path = "core" }
Expand Down
24 changes: 12 additions & 12 deletions bin/oay/DEPENDENCIES.rust.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ [email protected] X X
[email protected] X X
[email protected] X X
[email protected] X X
[email protected].74 X X
[email protected].75 X X
[email protected] X X
[email protected] X
[email protected] X
Expand Down Expand Up @@ -48,7 +48,7 @@ [email protected] X X
[email protected] X
[email protected] X X
[email protected] X
[email protected].0 X
[email protected].1 X
[email protected] X X
[email protected] X X
[email protected] X X
Expand All @@ -65,14 +65,14 @@ [email protected] X
[email protected] X X
[email protected] X X
[email protected] X X
[email protected].29 X X
[email protected].29 X X
[email protected].30 X X
[email protected].30 X X
[email protected] X X
[email protected].29 X X
[email protected].29 X X
[email protected].29 X X
[email protected].29 X X
[email protected].29 X X
[email protected].30 X X
[email protected].30 X X
[email protected].30 X X
[email protected].30 X X
[email protected].30 X X
[email protected] X
[email protected] X X
[email protected] X X
Expand Down Expand Up @@ -104,7 +104,7 @@ [email protected] X X
[email protected] X X
[email protected] X
[email protected] X X
[email protected].150 X X
[email protected].151 X X
[email protected] X X
[email protected] X
[email protected] X X X
Expand All @@ -127,10 +127,10 @@ [email protected] X X
[email protected] X X
[email protected] X X
[email protected] X X
[email protected].0 X
[email protected].1 X
[email protected] X X
[email protected] X X
[email protected].0 X
[email protected].1 X
[email protected] X X
[email protected] X
[email protected] X
Expand Down
24 changes: 14 additions & 10 deletions bin/ofs/DEPENDENCIES.rust.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@ [email protected] X X
[email protected] X X
[email protected] X X
[email protected] X X
[email protected].74 X X
[email protected].75 X X
[email protected] X X
[email protected] X
[email protected] X
[email protected] X
[email protected] X X
[email protected] X X
[email protected] X X
[email protected] X
[email protected] X X
[email protected] X X
[email protected] X X
Expand All @@ -34,6 +35,7 @@ [email protected] X X
[email protected] X X
[email protected] X
[email protected] X X
[email protected] X
[email protected] X X
[email protected] X X
[email protected] X X
Expand All @@ -49,15 +51,16 @@ [email protected] X X
[email protected] X
[email protected] X X
[email protected] X X
[email protected] X
[email protected] X X
[email protected].29 X X
[email protected].29 X X
[email protected].30 X X
[email protected].30 X X
[email protected] X X
[email protected].29 X X
[email protected].29 X X
[email protected].29 X X
[email protected].29 X X
[email protected].29 X X
[email protected].30 X X
[email protected].30 X X
[email protected].30 X X
[email protected].30 X X
[email protected].30 X X
[email protected] X
[email protected] X X
[email protected] X X
Expand All @@ -84,7 +87,7 @@ [email protected] X X
[email protected] X X
[email protected] X
[email protected] X X
[email protected].150 X X
[email protected].151 X X
[email protected] X X
[email protected] X
[email protected] X X X
Expand All @@ -95,6 +98,7 @@ [email protected] X X
[email protected] X X
[email protected] X X X
[email protected] X
[email protected] X
[email protected] X X
[email protected] X X
[email protected] X X
Expand All @@ -105,7 +109,7 @@ [email protected] X X
[email protected] X X
[email protected] X
[email protected] X X
[email protected].0 X
[email protected].1 X
[email protected] X X
[email protected] X
[email protected] X
Expand Down
22 changes: 11 additions & 11 deletions bin/oli/DEPENDENCIES.rust.tsv
4 changes: 2 additions & 2 deletions bindings/c/Cargo.lock

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

2 changes: 1 addition & 1 deletion bindings/c/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ homepage = "https://opendal.apache.org/"
license = "Apache-2.0"
repository = "https://github.com/apache/incubator-opendal"
rust-version = "1.67"
version = "0.44.0"
version = "0.44.1"

[lib]
crate-type = ["cdylib", "staticlib"]
Expand Down
Loading

0 comments on commit d4aab1e

Please sign in to comment.