@@ -5,6 +5,61 @@ 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.33.3] - 2023-05-06
9+
10+ ### Added
11+
12+ - feat(services/onedrive): Add read and write support for OneDrive (#2129 )
13+ - test(core): test for ` read_with_override_cache_control ` (#2155 )
14+ - feat(http_util): Implement multipart/form-data support (#2157 )
15+ - feat(http_util): Implement multipart/mixed support (#2161 )
16+ - RFC-2133: Introduce Append API (#2133 )
17+ - feat(services/sftp): Add read/write/stat support for sftp (#2186 )
18+ - feat(services/gdrive): Add read & write & delete support for GoogleDrive (#2184 )
19+ - feat(services/vercel): Add vercel remote cache support (#2193 )
20+ - feat(tests): Enable supabase integration tests (#2190 )
21+ - feat(core): merge scan and list (#2214 )
22+
23+ ### Changed
24+
25+ - refactor(java): refactor java code for java binding (#2145 )
26+ - refactor(layers/logging): parsing level str (#2160 )
27+ - refactor: Move not initiated logic to utils instead (#2196 )
28+ - refactor(services/memcached): Rewrite memecached connection entirely (#2204 )
29+
30+ ### Fixed
31+
32+ - fix(service/s3): set retryable on batch (#2171 )
33+ - fix(services/supabase): Supabase ci fix (#2200 )
34+
35+ ### Docs
36+
37+ - docs(website): try to add opendal logo (#2159 )
38+ - doc: update vision to be more clear (#2164 )
39+ - docs: Refactor ` Contributing ` and add ` Developing ` (#2169 )
40+ - docs: Merge DEVELOPING into CONTRIBUTING (#2172 )
41+ - docs: fix some grammar errors in the doc of Operator (#2173 )
42+ - docs(nodejs): Add CONTRIBUTING docs (#2174 )
43+ - docs: Add CONTRIBUTING for python (#2188 )
44+
45+ ### CI
46+
47+ - ci: Use microsoft rust devcontainer instead (#2165 )
48+ - ci(devcontainer): Install development deps (#2167 )
49+ - chore: set workspace default members (#2168 )
50+ - ci: Setup vercel artifacts integration tests (#2197 )
51+ - ci: Remove not used odev tools (#2202 )
52+ - ci: Add tools to generate NOTICE and all deps licenses (#2205 )
53+ - ci: use Temurin JDK 11 to build the bindings-java (#2213 )
54+
55+ ### Chore
56+
57+ - chore(deps): bump clap from 4.1.11 to 4.2.5 (#2183 )
58+ - chore(deps): bump futures from 0.3.27 to 0.3.28 (#2181 )
59+ - chore(deps): bump assert_cmd from 2.0.10 to 2.0.11 (#2180 )
60+ - chore: Refactor behavior test (#2189 )
61+ - chore: update readme for more information that is more friendly to newcomers (#2217 )
62+
863## [ v0.33.2] - 2023-04-27
964
1065### Added
@@ -2012,6 +2067,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
20122067
20132068Hello, OpenDAL!
20142069
2070+ [ v0.33.3 ] : https://github.com/apache/incubator-opendal/compare/v0.33.2...v0.33.3
20152071[ v0.33.2 ] : https://github.com/apache/incubator-opendal/compare/v0.33.1...v0.33.2
20162072[ v0.33.1 ] : https://github.com/apache/incubator-opendal/compare/v0.33.0...v0.33.1
20172073[ v0.33.0 ] : https://github.com/apache/incubator-opendal/compare/v0.32.0...v0.33.0
0 commit comments