You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opendal.apache.org by xu...@apache.org on 2023/03/16 07:13:54 UTC

[incubator-opendal] 01/01: Bump to version 0.30.3

This is an automated email from the ASF dual-hosted git repository.

xuanwo pushed a commit to branch release-v0.30.3
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git

commit ce4a20248749135af0e0cbc40902b911dcdad54b
Author: Xuanwo <gi...@xuanwo.io>
AuthorDate: Thu Mar 16 15:13:37 2023 +0800

    Bump to version 0.30.3
    
    Signed-off-by: Xuanwo <gi...@xuanwo.io>
---
 CHANGELOG.md                                    | 268 +++++++++++++++---------
 Cargo.lock                                      |   8 +-
 Cargo.toml                                      |   6 +-
 bindings/nodejs/Cargo.toml                      |   2 +-
 bindings/nodejs/npm/darwin-x64/package.json     |   2 +-
 bindings/nodejs/npm/linux-x64-gnu/package.json  |   2 +-
 bindings/nodejs/npm/win32-x64-msvc/package.json |   2 +-
 bindings/nodejs/package.json                    |   2 +-
 bindings/object_store/Cargo.toml                |   2 +-
 bindings/python/Cargo.toml                      |   2 +-
 10 files changed, 183 insertions(+), 113 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index b4be7d8c..c2bdc136 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,75 @@ 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.30.3] - 2023-03-16
+
+### Added
+
+- feat: Infer storage name based on endpoint (#1551)
+- feat(bindings/python): implement async file-like reader API (#1570)
+- feat: website init (#1580)
+- feat(bindings/python): implement list and scan for AsyncOperator (#1586)
+- feat: Implement logging/metrics/tracing support for Writer/BlockingWriter (#1588)
+- feat(bindings/python): expose layers to Python (#1591)
+- feat(bindings/c): Setup the integrate with cbindgen (#1603)
+- feat(bindings/nodejs): Auto-generate docs (#1625)
+- feat: add max_batch_operations for AccessorInfo (#1615)
+
+### Changed
+
+- *: Change all files licenses to ASF (#1592)
+
+### Fixed
+
+- fix(bindings/python): Fix the metadata for Python binding (#1568)
+- fix: Operator::remove_all behaviour on non-existing object fixed (#1587)
+- fix: reset Reader::SeekState when poll completed (#1609)
+
+### CI
+
+- ci: Fix typo in workflows (#1582)
+- ci: Don't check dep updates so frequently (#1599)
+- ci: Setup asf config (#1622)
+- ci: Use gh-pages instead (#1623)
+- ci: Update Github homepage (#1627)
+- ci: Update description for OpenDAL (#1628)
+- ci: Send notifications to commits@o.a.o (#1629)
+- ci: set main branch to be protected (#1631)
+- ci: Add release scripts for OpenDAL (#1637)
+- ci: Add check scripts (#1638)
+
+### Docs
+
+- docs: Migrate links to o.a.o (#1630)
+- docs: update the old address and the LICENSE size. (#1633)
+
+### Website
+
+- website: Let's deploy our new website (#1581)
+- website: Fix CNAME not set (#1590)
+- website: Fix website publish (#1626)
+- website: Add GitHub entry (#1636)
+
+### Chore
+
+- chore(bindings/nodejs): fix missing files to publish (#1569)
+- chore(deps): bump lazy-regex from 2.4.1 to 2.5.0 (#1573)
+- chore(deps): bump tokio from 1.25.0 to 1.26.0 (#1577)
+- chore(deps): bump hyper from 0.14.24 to 0.14.25 (#1575)
+- chore(deps): bump serde from 1.0.152 to 1.0.155 (#1576)
+- chore(deps): bump peaceiris/actions-gh-pages from 3.9.0 to 3.9.2 (#1593)
+- chore(deps): bump async-trait from 0.1.64 to 0.1.66 (#1594)
+- chore(deps): bump serde_json from 1.0.93 to 1.0.94 (#1596)
+- chore(deps): bump paste from 1.0.11 to 1.0.12 (#1598)
+- chore(deps): bump napi from 2.11.2 to 2.11.3 (#1595)
+- chore(deps): bump serde from 1.0.155 to 1.0.156 (#1600)
+- chore: fix the remaining license (#1605)
+- chore: add a basic workflow for c bindings (#1608)
+- chore: manage deps with maturin (#1611)
+- chore: Rename files to yaml (#1624)
+- chore: remove PULL_REQUEST_TEMPLATE (#1634)
+- chore: add NOTICE and DISCLAIMER (#1635)
+
 ## [v0.30.2] - 2023-03-10
 
 ### CI
@@ -1480,7 +1549,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
 
 ### New RFCs
 
-- [limited_reader](https://github.com/datafuselabs/opendal/blob/main/docs/rfcs/0090-limited-reader.md)
+- [limited_reader](https://github.com/apache/incubator-opendal/blob/main/docs/rfcs/0090-limited-reader.md)
 
 ## [v0.1.2] - 2022-03-01
 
@@ -1563,101 +1632,102 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
 
 Hello, OpenDAL!
 
-[v0.30.2]: https://github.com/datafuselabs/opendal/compare/v0.30.1...v0.30.2
-[v0.30.1]: https://github.com/datafuselabs/opendal/compare/v0.30.0...v0.30.1
-[v0.30.0]: https://github.com/datafuselabs/opendal/compare/v0.29.1...v0.30.0
-[v0.29.1]: https://github.com/datafuselabs/opendal/compare/v0.29.0...v0.29.1
-[v0.29.0]: https://github.com/datafuselabs/opendal/compare/v0.28.0...v0.29.0
-[v0.28.0]: https://github.com/datafuselabs/opendal/compare/v0.27.2...v0.28.0
-[v0.27.2]: https://github.com/datafuselabs/opendal/compare/v0.27.1...v0.27.2
-[v0.27.1]: https://github.com/datafuselabs/opendal/compare/v0.27.0...v0.27.1
-[v0.27.0]: https://github.com/datafuselabs/opendal/compare/v0.26.2...v0.27.0
-[v0.26.2]: https://github.com/datafuselabs/opendal/compare/v0.26.1...v0.26.2
-[v0.26.1]: https://github.com/datafuselabs/opendal/compare/v0.26.0...v0.26.1
-[v0.26.0]: https://github.com/datafuselabs/opendal/compare/v0.25.2...v0.26.0
-[v0.25.2]: https://github.com/datafuselabs/opendal/compare/v0.25.1...v0.25.2
-[v0.25.1]: https://github.com/datafuselabs/opendal/compare/v0.25.0...v0.25.1
-[v0.25.0]: https://github.com/datafuselabs/opendal/compare/v0.24.6...v0.25.0
-[v0.24.6]: https://github.com/datafuselabs/opendal/compare/v0.24.5...v0.24.6
-[v0.24.5]: https://github.com/datafuselabs/opendal/compare/v0.24.4...v0.24.5
-[v0.24.4]: https://github.com/datafuselabs/opendal/compare/v0.24.3...v0.24.4
-[v0.24.3]: https://github.com/datafuselabs/opendal/compare/v0.24.2...v0.24.3
-[v0.24.2]: https://github.com/datafuselabs/opendal/compare/v0.24.1...v0.24.2
-[v0.24.1]: https://github.com/datafuselabs/opendal/compare/v0.24.0...v0.24.1
-[v0.24.0]: https://github.com/datafuselabs/opendal/compare/v0.23.0...v0.24.0
-[v0.23.0]: https://github.com/datafuselabs/opendal/compare/v0.22.6...v0.23.0
-[v0.22.6]: https://github.com/datafuselabs/opendal/compare/v0.22.5...v0.22.6
-[v0.22.5]: https://github.com/datafuselabs/opendal/compare/v0.22.4...v0.22.5
-[v0.22.4]: https://github.com/datafuselabs/opendal/compare/v0.22.3...v0.22.4
-[v0.22.3]: https://github.com/datafuselabs/opendal/compare/v0.22.2...v0.22.3
-[v0.22.2]: https://github.com/datafuselabs/opendal/compare/v0.22.1...v0.22.2
-[v0.22.1]: https://github.com/datafuselabs/opendal/compare/v0.22.0...v0.22.1
-[v0.22.0]: https://github.com/datafuselabs/opendal/compare/v0.21.2...v0.22.0
-[v0.21.2]: https://github.com/datafuselabs/opendal/compare/v0.21.1...v0.21.2
-[v0.21.1]: https://github.com/datafuselabs/opendal/compare/v0.21.0...v0.21.1
-[v0.21.0]: https://github.com/datafuselabs/opendal/compare/v0.20.1...v0.21.0
-[v0.20.1]: https://github.com/datafuselabs/opendal/compare/v0.20.0...v0.20.1
-[v0.20.0]: https://github.com/datafuselabs/opendal/compare/v0.19.8...v0.20.0
-[v0.19.8]: https://github.com/datafuselabs/opendal/compare/v0.19.7...v0.19.8
-[v0.19.7]: https://github.com/datafuselabs/opendal/compare/v0.19.6...v0.19.7
-[v0.19.6]: https://github.com/datafuselabs/opendal/compare/v0.19.5...v0.19.6
-[v0.19.5]: https://github.com/datafuselabs/opendal/compare/v0.19.4...v0.19.5
-[v0.19.4]: https://github.com/datafuselabs/opendal/compare/v0.19.3...v0.19.4
-[v0.19.3]: https://github.com/datafuselabs/opendal/compare/v0.19.2...v0.19.3
-[v0.19.2]: https://github.com/datafuselabs/opendal/compare/v0.19.1...v0.19.2
-[v0.19.1]: https://github.com/datafuselabs/opendal/compare/v0.19.0...v0.19.1
-[v0.19.0]: https://github.com/datafuselabs/opendal/compare/v0.18.2...v0.19.0
-[v0.18.2]: https://github.com/datafuselabs/opendal/compare/v0.18.1...v0.18.2
-[v0.18.1]: https://github.com/datafuselabs/opendal/compare/v0.18.0...v0.18.1
-[v0.18.0]: https://github.com/datafuselabs/opendal/compare/v0.17.4...v0.18.0
-[v0.17.4]: https://github.com/datafuselabs/opendal/compare/v0.17.3...v0.17.4
-[v0.17.3]: https://github.com/datafuselabs/opendal/compare/v0.17.2...v0.17.3
-[v0.17.2]: https://github.com/datafuselabs/opendal/compare/v0.17.1...v0.17.2
-[v0.17.1]: https://github.com/datafuselabs/opendal/compare/v0.17.0...v0.17.1
-[v0.17.0]: https://github.com/datafuselabs/opendal/compare/v0.16.0...v0.17.0
-[v0.16.0]: https://github.com/datafuselabs/opendal/compare/v0.15.0...v0.16.0
-[v0.15.0]: https://github.com/datafuselabs/opendal/compare/v0.14.1...v0.15.0
-[v0.14.1]: https://github.com/datafuselabs/opendal/compare/v0.14.0...v0.14.1
-[v0.14.0]: https://github.com/datafuselabs/opendal/compare/v0.13.1...v0.14.0
-[v0.13.1]: https://github.com/datafuselabs/opendal/compare/v0.13.0...v0.13.1
-[v0.13.0]: https://github.com/datafuselabs/opendal/compare/v0.12.0...v0.13.0
-[v0.12.0]: https://github.com/datafuselabs/opendal/compare/v0.11.4...v0.12.0
-[v0.11.4]: https://github.com/datafuselabs/opendal/compare/v0.11.3...v0.11.4
-[v0.11.3]: https://github.com/datafuselabs/opendal/compare/v0.11.2...v0.11.3
-[v0.11.2]: https://github.com/datafuselabs/opendal/compare/v0.11.1...v0.11.2
-[v0.11.1]: https://github.com/datafuselabs/opendal/compare/v0.11.0...v0.11.1
-[v0.11.0]: https://github.com/datafuselabs/opendal/compare/v0.10.0...v0.11.0
-[v0.10.0]: https://github.com/datafuselabs/opendal/compare/v0.9.1...v0.10.0
-[v0.9.1]: https://github.com/datafuselabs/opendal/compare/v0.9.0...v0.9.1
-[v0.9.0]: https://github.com/datafuselabs/opendal/compare/v0.8.0...v0.9.0
-[v0.8.0]: https://github.com/datafuselabs/opendal/compare/v0.7.3...v0.8.0
-[v0.7.3]: https://github.com/datafuselabs/opendal/compare/v0.7.2...v0.7.3
-[v0.7.2]: https://github.com/datafuselabs/opendal/compare/v0.7.1...v0.7.2
-[v0.7.1]: https://github.com/datafuselabs/opendal/compare/v0.7.0...v0.7.1
-[v0.7.0]: https://github.com/datafuselabs/opendal/compare/v0.6.3...v0.7.0
-[v0.6.3]: https://github.com/datafuselabs/opendal/compare/v0.6.2...v0.6.3
-[v0.6.2]: https://github.com/datafuselabs/opendal/compare/v0.6.1...v0.6.2
-[v0.6.1]: https://github.com/datafuselabs/opendal/compare/v0.6.0...v0.6.1
-[v0.6.0]: https://github.com/datafuselabs/opendal/compare/v0.5.2...v0.6.0
-[v0.5.2]: https://github.com/datafuselabs/opendal/compare/v0.5.1...v0.5.2
-[v0.5.1]: https://github.com/datafuselabs/opendal/compare/v0.5.0...v0.5.1
-[v0.5.0]: https://github.com/datafuselabs/opendal/compare/v0.4.2...v0.5.0
-[v0.4.2]: https://github.com/datafuselabs/opendal/compare/v0.4.1...v0.4.2
-[v0.4.1]: https://github.com/datafuselabs/opendal/compare/v0.4.0...v0.4.1
-[v0.4.0]: https://github.com/datafuselabs/opendal/compare/v0.3.0...v0.4.0
-[v0.3.0]: https://github.com/datafuselabs/opendal/compare/v0.2.5...v0.3.0
-[v0.2.5]: https://github.com/datafuselabs/opendal/compare/v0.2.4...v0.2.5
-[v0.2.4]: https://github.com/datafuselabs/opendal/compare/v0.2.3...v0.2.4
-[v0.2.3]: https://github.com/datafuselabs/opendal/compare/v0.2.2...v0.2.3
-[v0.2.2]: https://github.com/datafuselabs/opendal/compare/v0.2.1...v0.2.2
-[v0.2.1]: https://github.com/datafuselabs/opendal/compare/v0.2.0...v0.2.1
-[v0.2.0]: https://github.com/datafuselabs/opendal/compare/v0.1.4...v0.2.0
-[v0.1.4]: https://github.com/datafuselabs/opendal/compare/v0.1.3...v0.1.4
-[v0.1.3]: https://github.com/datafuselabs/opendal/compare/v0.1.2...v0.1.3
-[v0.1.2]: https://github.com/datafuselabs/opendal/compare/v0.1.1...v0.1.2
-[v0.1.1]: https://github.com/datafuselabs/opendal/compare/v0.1.0...v0.1.1
-[v0.1.0]: https://github.com/datafuselabs/opendal/compare/v0.0.5...v0.1.0
-[v0.0.5]: https://github.com/datafuselabs/opendal/compare/v0.0.4...v0.0.5
-[v0.0.4]: https://github.com/datafuselabs/opendal/compare/v0.0.3...v0.0.4
-[v0.0.3]: https://github.com/datafuselabs/opendal/compare/v0.0.2...v0.0.3
-[v0.0.2]: https://github.com/datafuselabs/opendal/compare/v0.0.1...v0.0.2
+[v0.30.3]: https://github.com/apache/incubator-opendal/compare/v0.30.2...v0.30.3
+[v0.30.2]: https://github.com/apache/incubator-opendal/compare/v0.30.1...v0.30.2
+[v0.30.1]: https://github.com/apache/incubator-opendal/compare/v0.30.0...v0.30.1
+[v0.30.0]: https://github.com/apache/incubator-opendal/compare/v0.29.1...v0.30.0
+[v0.29.1]: https://github.com/apache/incubator-opendal/compare/v0.29.0...v0.29.1
+[v0.29.0]: https://github.com/apache/incubator-opendal/compare/v0.28.0...v0.29.0
+[v0.28.0]: https://github.com/apache/incubator-opendal/compare/v0.27.2...v0.28.0
+[v0.27.2]: https://github.com/apache/incubator-opendal/compare/v0.27.1...v0.27.2
+[v0.27.1]: https://github.com/apache/incubator-opendal/compare/v0.27.0...v0.27.1
+[v0.27.0]: https://github.com/apache/incubator-opendal/compare/v0.26.2...v0.27.0
+[v0.26.2]: https://github.com/apache/incubator-opendal/compare/v0.26.1...v0.26.2
+[v0.26.1]: https://github.com/apache/incubator-opendal/compare/v0.26.0...v0.26.1
+[v0.26.0]: https://github.com/apache/incubator-opendal/compare/v0.25.2...v0.26.0
+[v0.25.2]: https://github.com/apache/incubator-opendal/compare/v0.25.1...v0.25.2
+[v0.25.1]: https://github.com/apache/incubator-opendal/compare/v0.25.0...v0.25.1
+[v0.25.0]: https://github.com/apache/incubator-opendal/compare/v0.24.6...v0.25.0
+[v0.24.6]: https://github.com/apache/incubator-opendal/compare/v0.24.5...v0.24.6
+[v0.24.5]: https://github.com/apache/incubator-opendal/compare/v0.24.4...v0.24.5
+[v0.24.4]: https://github.com/apache/incubator-opendal/compare/v0.24.3...v0.24.4
+[v0.24.3]: https://github.com/apache/incubator-opendal/compare/v0.24.2...v0.24.3
+[v0.24.2]: https://github.com/apache/incubator-opendal/compare/v0.24.1...v0.24.2
+[v0.24.1]: https://github.com/apache/incubator-opendal/compare/v0.24.0...v0.24.1
+[v0.24.0]: https://github.com/apache/incubator-opendal/compare/v0.23.0...v0.24.0
+[v0.23.0]: https://github.com/apache/incubator-opendal/compare/v0.22.6...v0.23.0
+[v0.22.6]: https://github.com/apache/incubator-opendal/compare/v0.22.5...v0.22.6
+[v0.22.5]: https://github.com/apache/incubator-opendal/compare/v0.22.4...v0.22.5
+[v0.22.4]: https://github.com/apache/incubator-opendal/compare/v0.22.3...v0.22.4
+[v0.22.3]: https://github.com/apache/incubator-opendal/compare/v0.22.2...v0.22.3
+[v0.22.2]: https://github.com/apache/incubator-opendal/compare/v0.22.1...v0.22.2
+[v0.22.1]: https://github.com/apache/incubator-opendal/compare/v0.22.0...v0.22.1
+[v0.22.0]: https://github.com/apache/incubator-opendal/compare/v0.21.2...v0.22.0
+[v0.21.2]: https://github.com/apache/incubator-opendal/compare/v0.21.1...v0.21.2
+[v0.21.1]: https://github.com/apache/incubator-opendal/compare/v0.21.0...v0.21.1
+[v0.21.0]: https://github.com/apache/incubator-opendal/compare/v0.20.1...v0.21.0
+[v0.20.1]: https://github.com/apache/incubator-opendal/compare/v0.20.0...v0.20.1
+[v0.20.0]: https://github.com/apache/incubator-opendal/compare/v0.19.8...v0.20.0
+[v0.19.8]: https://github.com/apache/incubator-opendal/compare/v0.19.7...v0.19.8
+[v0.19.7]: https://github.com/apache/incubator-opendal/compare/v0.19.6...v0.19.7
+[v0.19.6]: https://github.com/apache/incubator-opendal/compare/v0.19.5...v0.19.6
+[v0.19.5]: https://github.com/apache/incubator-opendal/compare/v0.19.4...v0.19.5
+[v0.19.4]: https://github.com/apache/incubator-opendal/compare/v0.19.3...v0.19.4
+[v0.19.3]: https://github.com/apache/incubator-opendal/compare/v0.19.2...v0.19.3
+[v0.19.2]: https://github.com/apache/incubator-opendal/compare/v0.19.1...v0.19.2
+[v0.19.1]: https://github.com/apache/incubator-opendal/compare/v0.19.0...v0.19.1
+[v0.19.0]: https://github.com/apache/incubator-opendal/compare/v0.18.2...v0.19.0
+[v0.18.2]: https://github.com/apache/incubator-opendal/compare/v0.18.1...v0.18.2
+[v0.18.1]: https://github.com/apache/incubator-opendal/compare/v0.18.0...v0.18.1
+[v0.18.0]: https://github.com/apache/incubator-opendal/compare/v0.17.4...v0.18.0
+[v0.17.4]: https://github.com/apache/incubator-opendal/compare/v0.17.3...v0.17.4
+[v0.17.3]: https://github.com/apache/incubator-opendal/compare/v0.17.2...v0.17.3
+[v0.17.2]: https://github.com/apache/incubator-opendal/compare/v0.17.1...v0.17.2
+[v0.17.1]: https://github.com/apache/incubator-opendal/compare/v0.17.0...v0.17.1
+[v0.17.0]: https://github.com/apache/incubator-opendal/compare/v0.16.0...v0.17.0
+[v0.16.0]: https://github.com/apache/incubator-opendal/compare/v0.15.0...v0.16.0
+[v0.15.0]: https://github.com/apache/incubator-opendal/compare/v0.14.1...v0.15.0
+[v0.14.1]: https://github.com/apache/incubator-opendal/compare/v0.14.0...v0.14.1
+[v0.14.0]: https://github.com/apache/incubator-opendal/compare/v0.13.1...v0.14.0
+[v0.13.1]: https://github.com/apache/incubator-opendal/compare/v0.13.0...v0.13.1
+[v0.13.0]: https://github.com/apache/incubator-opendal/compare/v0.12.0...v0.13.0
+[v0.12.0]: https://github.com/apache/incubator-opendal/compare/v0.11.4...v0.12.0
+[v0.11.4]: https://github.com/apache/incubator-opendal/compare/v0.11.3...v0.11.4
+[v0.11.3]: https://github.com/apache/incubator-opendal/compare/v0.11.2...v0.11.3
+[v0.11.2]: https://github.com/apache/incubator-opendal/compare/v0.11.1...v0.11.2
+[v0.11.1]: https://github.com/apache/incubator-opendal/compare/v0.11.0...v0.11.1
+[v0.11.0]: https://github.com/apache/incubator-opendal/compare/v0.10.0...v0.11.0
+[v0.10.0]: https://github.com/apache/incubator-opendal/compare/v0.9.1...v0.10.0
+[v0.9.1]: https://github.com/apache/incubator-opendal/compare/v0.9.0...v0.9.1
+[v0.9.0]: https://github.com/apache/incubator-opendal/compare/v0.8.0...v0.9.0
+[v0.8.0]: https://github.com/apache/incubator-opendal/compare/v0.7.3...v0.8.0
+[v0.7.3]: https://github.com/apache/incubator-opendal/compare/v0.7.2...v0.7.3
+[v0.7.2]: https://github.com/apache/incubator-opendal/compare/v0.7.1...v0.7.2
+[v0.7.1]: https://github.com/apache/incubator-opendal/compare/v0.7.0...v0.7.1
+[v0.7.0]: https://github.com/apache/incubator-opendal/compare/v0.6.3...v0.7.0
+[v0.6.3]: https://github.com/apache/incubator-opendal/compare/v0.6.2...v0.6.3
+[v0.6.2]: https://github.com/apache/incubator-opendal/compare/v0.6.1...v0.6.2
+[v0.6.1]: https://github.com/apache/incubator-opendal/compare/v0.6.0...v0.6.1
+[v0.6.0]: https://github.com/apache/incubator-opendal/compare/v0.5.2...v0.6.0
+[v0.5.2]: https://github.com/apache/incubator-opendal/compare/v0.5.1...v0.5.2
+[v0.5.1]: https://github.com/apache/incubator-opendal/compare/v0.5.0...v0.5.1
+[v0.5.0]: https://github.com/apache/incubator-opendal/compare/v0.4.2...v0.5.0
+[v0.4.2]: https://github.com/apache/incubator-opendal/compare/v0.4.1...v0.4.2
+[v0.4.1]: https://github.com/apache/incubator-opendal/compare/v0.4.0...v0.4.1
+[v0.4.0]: https://github.com/apache/incubator-opendal/compare/v0.3.0...v0.4.0
+[v0.3.0]: https://github.com/apache/incubator-opendal/compare/v0.2.5...v0.3.0
+[v0.2.5]: https://github.com/apache/incubator-opendal/compare/v0.2.4...v0.2.5
+[v0.2.4]: https://github.com/apache/incubator-opendal/compare/v0.2.3...v0.2.4
+[v0.2.3]: https://github.com/apache/incubator-opendal/compare/v0.2.2...v0.2.3
+[v0.2.2]: https://github.com/apache/incubator-opendal/compare/v0.2.1...v0.2.2
+[v0.2.1]: https://github.com/apache/incubator-opendal/compare/v0.2.0...v0.2.1
+[v0.2.0]: https://github.com/apache/incubator-opendal/compare/v0.1.4...v0.2.0
+[v0.1.4]: https://github.com/apache/incubator-opendal/compare/v0.1.3...v0.1.4
+[v0.1.3]: https://github.com/apache/incubator-opendal/compare/v0.1.2...v0.1.3
+[v0.1.2]: https://github.com/apache/incubator-opendal/compare/v0.1.1...v0.1.2
+[v0.1.1]: https://github.com/apache/incubator-opendal/compare/v0.1.0...v0.1.1
+[v0.1.0]: https://github.com/apache/incubator-opendal/compare/v0.0.5...v0.1.0
+[v0.0.5]: https://github.com/apache/incubator-opendal/compare/v0.0.4...v0.0.5
+[v0.0.4]: https://github.com/apache/incubator-opendal/compare/v0.0.3...v0.0.4
+[v0.0.3]: https://github.com/apache/incubator-opendal/compare/v0.0.2...v0.0.3
+[v0.0.2]: https://github.com/apache/incubator-opendal/compare/v0.0.1...v0.0.2
diff --git a/Cargo.lock b/Cargo.lock
index 022a5d5b..fcd4c93d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2079,7 +2079,7 @@ dependencies = [
 
 [[package]]
 name = "object_store_opendal"
-version = "0.30.2"
+version = "0.30.3"
 dependencies = [
  "async-trait",
  "bytes",
@@ -2119,7 +2119,7 @@ checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
 
 [[package]]
 name = "opendal"
-version = "0.30.2"
+version = "0.30.3"
 dependencies = [
  "anyhow",
  "async-compat",
@@ -2186,7 +2186,7 @@ dependencies = [
 
 [[package]]
 name = "opendal-nodejs"
-version = "0.30.2"
+version = "0.30.3"
 dependencies = [
  "futures",
  "napi",
@@ -2198,7 +2198,7 @@ dependencies = [
 
 [[package]]
 name = "opendal-python"
-version = "0.30.2"
+version = "0.30.3"
 dependencies = [
  "chrono",
  "futures",
diff --git a/Cargo.toml b/Cargo.toml
index 0b7d9c56..6bc347a1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,7 +16,7 @@
 # under the License.
 
 [package]
-authors = ["Databend Authors <op...@datafuselabs.com>"]
+authors = ["Apache Software Foundation <de...@opendal.apache.org>"]
 categories = ["filesystem"]
 description = "OpenDAL: Access data freely, painlessly, and efficiently."
 edition = "2021"
@@ -25,8 +25,8 @@ homepage = "https://opendal.apache.org/"
 keywords = ["storage", "fs", "s3", "azblob", "gcs"]
 license = "Apache-2.0"
 name = "opendal"
-repository = "https://github.com/datafuselabs/opendal"
-version = "0.30.2"
+repository = "https://github.com/apache/incubator-opendal"
+version = "0.30.3"
 # MSRV of OpenDAL. Please update this field while bump.
 rust-version = "1.60"
 
diff --git a/bindings/nodejs/Cargo.toml b/bindings/nodejs/Cargo.toml
index f20669fe..4a92bde4 100644
--- a/bindings/nodejs/Cargo.toml
+++ b/bindings/nodejs/Cargo.toml
@@ -18,7 +18,7 @@
 [package]
 edition = "2021"
 name = "opendal-nodejs"
-version = "0.30.2"
+version = "0.30.3"
 
 [lib]
 crate-type = ["cdylib"]
diff --git a/bindings/nodejs/npm/darwin-x64/package.json b/bindings/nodejs/npm/darwin-x64/package.json
index 82047fcb..ef53f1a7 100644
--- a/bindings/nodejs/npm/darwin-x64/package.json
+++ b/bindings/nodejs/npm/darwin-x64/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@opendal/lib-darwin-x64",
-  "version": "0.30.2",
+  "version": "0.30.3",
   "os": [
     "darwin"
   ],
diff --git a/bindings/nodejs/npm/linux-x64-gnu/package.json b/bindings/nodejs/npm/linux-x64-gnu/package.json
index 7bd1bb25..0b9917ca 100644
--- a/bindings/nodejs/npm/linux-x64-gnu/package.json
+++ b/bindings/nodejs/npm/linux-x64-gnu/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@opendal/lib-linux-x64-gnu",
-  "version": "0.30.2",
+  "version": "0.30.3",
   "os": [
     "linux"
   ],
diff --git a/bindings/nodejs/npm/win32-x64-msvc/package.json b/bindings/nodejs/npm/win32-x64-msvc/package.json
index 6bc02aa0..d1403b91 100644
--- a/bindings/nodejs/npm/win32-x64-msvc/package.json
+++ b/bindings/nodejs/npm/win32-x64-msvc/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@opendal/lib-win32-x64-msvc",
-  "version": "0.30.2",
+  "version": "0.30.3",
   "os": [
     "win32"
   ],
diff --git a/bindings/nodejs/package.json b/bindings/nodejs/package.json
index 673459df..6d9162e7 100644
--- a/bindings/nodejs/package.json
+++ b/bindings/nodejs/package.json
@@ -1,7 +1,7 @@
 {
   "name": "opendal",
   "author": "Databend Authors <op...@datafuselabs.com>",
-  "version": "0.30.2",
+  "version": "0.30.3",
   "license": "Apache-2.0",
   "main": "index.js",
   "types": "index.d.ts",
diff --git a/bindings/object_store/Cargo.toml b/bindings/object_store/Cargo.toml
index ba29d8c9..4895ddef 100644
--- a/bindings/object_store/Cargo.toml
+++ b/bindings/object_store/Cargo.toml
@@ -21,7 +21,7 @@ edition = "2021"
 license = "Apache-2.0"
 name = "object_store_opendal"
 repository = "https://github.com/datafuselabs/opendal"
-version = "0.30.2"
+version = "0.30.3"
 # MSRV of OpenDAL. Please update this field while bump.
 rust-version = "1.60"
 
diff --git a/bindings/python/Cargo.toml b/bindings/python/Cargo.toml
index e3930525..16204ece 100644
--- a/bindings/python/Cargo.toml
+++ b/bindings/python/Cargo.toml
@@ -18,7 +18,7 @@
 [package]
 edition = "2021"
 name = "opendal-python"
-version = "0.30.2"
+version = "0.30.3"
 
 [lib]
 crate-type = ["cdylib"]