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/25 17:03:15 UTC

[incubator-opendal] 02/02: Update changelog

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

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

commit 555779b71d48b45e1bd58569255a900398004750
Author: Xuanwo <gi...@xuanwo.io>
AuthorDate: Sun Mar 26 01:03:01 2023 +0800

    Update changelog
    
    Signed-off-by: Xuanwo <gi...@xuanwo.io>
---
 CHANGELOG.md | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 52 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 97ef24ed..a9a69574 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,57 @@ 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.4] - 2023-03-26
+
+### Added
+
+- feat(oli): add config file to oli (#1706)
+- feat: make oli support more services (#1717)
+- feat(bindings/ruby): Setup the integrate with magnus (#1712)
+- feat(bindings/ruby): setup cucumber tests (#1725)
+- feat(bindings/python): convert to mixed Python/Rust project layout (#1729)
+- RFC-1735: Operation Extension (#1735)
+- feat(oli): load config from both env and file (#1737)
+- feat(bindings/ruby): support read and write (#1734)
+- feat(bindings/ruby): support stat, and pass all blocking bdd test (#1743)
+- feat(bindings/ruby): add namespace (#1745)
+- feat: Add override_content_disposition for OpRead (#1742)
+- feat(bindings/java): add java binding (#1736)
+- feat(oli): implement oli ls (#1755)
+- feat(oli): implement oli cat (#1759)
+
+### Fixed
+
+- fix(bindings/nodejs): Publish sub-package name (#1704)
+
+### Docs
+
+- docs: Update comparison vs object_store (#1698)
+- docs(bindings/python): add pdoc to docs env (#1718)
+- docs: List working on bindings in README (#1753)
+
+### CI
+
+- ci: Fix workflow not triggered when itself changed (#1716)
+- ci: Remove ROCKSDB_LIB_DIR after we didn't install librocksdb (#1719)
+- ci: Fix nodejs built failed for "Unexpected token o in JSON at position 0" (#1722)
+- ci: Split cache into more parts (#1730)
+- ci: add a basic ci for ruby (#1744)
+- ci: Remove target from cache (#1764)
+
+### Chore
+
+- chore: Fix CHANGELOG not found (#1694)
+- chore: Remove publish=false of oli (#1697)
+- chore: Fix a few typos in code comment (#1701)
+- chore(bindins/nodejs): Update README (#1709)
+- chore: rename binaries to bin (#1714)
+- chore: bump rocksdb to resolve dependency conflicts with magnus (#1713)
+- chore(bindings/nodejs): Remove outdated napi patches (#1727)
+- chore: Add CITATION file for OpenDAL (#1746)
+- chore: improve NotADirectory error message with ending slash (#1756)
+- chore(bindings/python): update pyo3 to 0.18.2 (#1758)
+
 ## [v0.30.3] - 2023-03-16
 
 ### Added
@@ -1664,6 +1715,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
 
 Hello, OpenDAL!
 
+[v0.30.4]: https://github.com/apache/incubator-opendal/compare/v0.30.3...v0.30.4
 [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