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/20 02:54:01 UTC

[incubator-opendal] branch update-changelog created (now e73eff5c)

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

xuanwo pushed a change to branch update-changelog
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git


      at e73eff5c Bump to 0.30.3 with new changelog

This branch includes the following new commits:

     new e73eff5c Bump to 0.30.3 with new changelog

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-opendal] 01/01: Bump to 0.30.3 with new changelog

Posted by xu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit e73eff5c64677159764014ff2134429ec86e1640
Author: Xuanwo <gi...@xuanwo.io>
AuthorDate: Mon Mar 20 10:53:35 2023 +0800

    Bump to 0.30.3 with new changelog
    
    Signed-off-by: Xuanwo <gi...@xuanwo.io>
---
 .github/workflows/publish.yml |  8 ++++++++
 CHANGELOG.md                  | 32 ++++++++++++++++++++++++++++++++
 Cargo.lock                    |  2 +-
 binaries/oli/Cargo.toml       |  2 +-
 4 files changed, 42 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index e7fb9cd5..e8d031da 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -58,3 +58,11 @@ jobs:
           LD_LIBRARY_PATH: ${{ env.JAVA_HOME }}/lib/server:${{ env.LD_LIBRARY_PATH }}
           CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
           ROCKSDB_LIB_DIR: /usr/lib
+
+      - name: Publish oli
+        working-directory: "binaries/oli"
+        run: cargo publish
+        env:
+          LD_LIBRARY_PATH: ${{ env.JAVA_HOME }}/lib/server:${{ env.LD_LIBRARY_PATH }}
+          CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
+          ROCKSDB_LIB_DIR: /usr/lib
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c2bdc136..97ef24ed 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,16 +18,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
 - feat(bindings/c): Setup the integrate with cbindgen (#1603)
 - feat(bindings/nodejs): Auto-generate docs (#1625)
 - feat: add max_batch_operations for AccessorInfo (#1615)
+- feat(azblob): Add support for batch operations (#1610)
+- services/redis: Implement Write::append with native support (#1651)
+- feat(tests): Introducing BDD tests for all bindings (#1654)
+- feat(bindings/nodejs): Migrate to BDD test (#1661)
+- feat(bindings/nodejs): Add generated `index.d.ts` (#1664)
+- feat(bindings/python): add auto-generated api docs (#1613)
+- feat(bindings/python): add `__repr__` to `Operator` and `AsyncOperator` (#1683)
 
 ### Changed
 
 - *: Change all files licenses to ASF (#1592)
+- refactor(bindings/python): only enable `pyo3/entension-module` feature when building with maturin (#1680)
 
 ### 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)
+- fix: Bucket config related error is misleadling (#1684)
+- fix(services/s3): UploadId should be percent encoded (#1690)
 
 ### CI
 
@@ -41,11 +51,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
 - ci: set main branch to be protected (#1631)
 - ci: Add release scripts for OpenDAL (#1637)
 - ci: Add check scripts (#1638)
+- ci: Remove rust-cache to allow we can test rust code now (#1643)
+- ci: Enable license check back (#1663)
+- ci(bindings/nodejs): Enable formatter (#1665)
+- ci: Bring our actions back (#1668)
+- ci: Use korandoru/hawkeye@v1.5.4 instead (#1672)
+- ci: Fix license header check and doc check (#1674)
+- infra: Add odev to simplify contributor's setup (#1687)
 
 ### Docs
 
 - docs: Migrate links to o.a.o (#1630)
 - docs: update the old address and the LICENSE size. (#1633)
+- doc: update doc-link (#1642)
+- docs(blog): Way to Go: OpenDAL successfully entered Apache Incubator (#1652)
+- docs: Reorganize README of core and whole project (#1676)
+- doc: Update README.md for quickstart (#1650)
+- doc: uncomment the use expr for operator example (#1685)
 
 ### Website
 
@@ -53,6 +75,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
 - website: Fix CNAME not set (#1590)
 - website: Fix website publish (#1626)
 - website: Add GitHub entry (#1636)
+- website: move some content of footer to navbar. (#1660)
 
 ### Chore
 
@@ -73,6 +96,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
 - chore: Rename files to yaml (#1624)
 - chore: remove PULL_REQUEST_TEMPLATE (#1634)
 - chore: add NOTICE and DISCLAIMER (#1635)
+- chore(operator): apply max_batch_limit for async operator (#1641)
+- chore: replace datafuselabs/opendal with apache/incubator-opendal (#1647)
+- chore: make check.sh be executable and update gitignore (#1648)
+- chore(automation): fix release.sh packaging sha512sum (#1649)
+- chore: Update metadata (#1666)
+- chore(website): Remove authors.yml (#1669)
+- chore: Move opendal related staffs to core (#1673)
+- chore: Remove not needed ignore from licenserc (#1677)
+- chore: Ignore generated docs from git (#1686)
 
 ## [v0.30.2] - 2023-03-10
 
diff --git a/Cargo.lock b/Cargo.lock
index 50764b80..43786364 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2091,7 +2091,7 @@ dependencies = [
 
 [[package]]
 name = "oli"
-version = "0.19.6"
+version = "0.30.3"
 dependencies = [
  "anyhow",
  "assert_cmd",
diff --git a/binaries/oli/Cargo.toml b/binaries/oli/Cargo.toml
index dadd05bd..0ce9c65a 100644
--- a/binaries/oli/Cargo.toml
+++ b/binaries/oli/Cargo.toml
@@ -26,7 +26,7 @@ license = "Apache-2.0"
 name = "oli"
 publish = false
 repository = "https://github.com/apache/incubator-opendal"
-version = "0.19.6"
+version = "0.30.3"
 
 [dependencies]
 anyhow = "1"