@@ -5,6 +5,49 @@ 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.30.5] - 2023-03-31
9+
10+ ### Added
11+
12+ - feat(oli): implement ` oli rm ` (#1774 )
13+ - feat(bindings/nodejs): Support presign (#1772 )
14+ - feat(oli): implement ` oli stat ` (#1778 )
15+ - feat(bindings/object_store): Add support for list and list_with_delimiter (#1784 )
16+ - feat(oli): implement ` oli cp -r ` (#1787 )
17+ - feat(bindings/nodejs): Make PresignedRequest serializable (#1797 )
18+ - feat(binding/c): add build.rs and cbindgen as dep to gen header (#1793 )
19+ - feat(bindings/nodejs): Add more APIs and examples (#1799 )
20+ - feat: reader_with and writer_with (#1803 )
21+ - feat: add override_cache_control (#1804 )
22+ - feat: add cache_control to OpWrite (#1806 )
23+
24+ ### Changed
25+
26+ - refactor(oli): switch to ` Operator::scan ` and ` Operator::remove_all ` (#1779 )
27+ - refactor(bindings/nodejs): Polish benchmark to make it more readable (#1810 )
28+
29+ ### Fixed
30+
31+ - fix(oli): set the root of fs service to '/' (#1773 )
32+ - fix: align WebDAV stat with RFC specification (#1783 )
33+ - fix(bindings/nodejs): fix read benchmark (#1805 )
34+
35+ ### CI
36+
37+ - ci: Split clippy and docs check (#1785 )
38+ - ci(bindings/nodejs): Support aarch64-apple-darwin (#1780 )
39+ - ci(bindings/nodejs): publish with LICENSE & NOTICE (#1790 )
40+ - ci(services/redis): Add dragonfly test (#1808 )
41+
42+ ### Chore
43+
44+ - chore(bindings/python): update maturin to 0.14.16 (#1777 )
45+ - chore(bin/oli): Set oli version from package version (#1786 )
46+ - chore(oli): set cli version in a central place (#1789 )
47+ - chore: don't pin time version (#1788 )
48+ - chore(bindings/nodejs): init benchmark (#1798 )
49+ - chore(bindings/nodejs): Fix generated headers (#1802 )
50+
851## [ v0.30.4] - 2023-03-26
952
1053### Added
@@ -1715,6 +1758,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
17151758
17161759Hello, OpenDAL!
17171760
1761+ [ v0.30.5 ] : https://github.com/apache/incubator-opendal/compare/v0.30.4...v0.30.5
17181762[ v0.30.4 ] : https://github.com/apache/incubator-opendal/compare/v0.30.3...v0.30.4
17191763[ v0.30.3 ] : https://github.com/apache/incubator-opendal/compare/v0.30.2...v0.30.3
17201764[ v0.30.2 ] : https://github.com/apache/incubator-opendal/compare/v0.30.1...v0.30.2
0 commit comments