@@ -5,6 +5,53 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/ )
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/ ) .
7
7
8
+ ## [ v0.31.1] - 2023-04-17
9
+
10
+ ### Added
11
+
12
+ - feat(services/azdfs): support rename (#1929 )
13
+ - test: Increate copy/move nested path test depth (#1932 )
14
+ - feat(layers): add a basic minitrace layer (#1931 )
15
+ - feat: add Writer::abort method (#1937 )
16
+ - feat(services/gcs): Allow setting PredefinedAcl (#1989 )
17
+ - feat(services/oss): add oss cache-control header support (#1986 )
18
+ - feat: Add PreconditionFailed Error so users can handle them (#1993 )
19
+ - feat: add http if_none_match support (#1995 )
20
+ - feat: add oss if-none-match support (#1997 )
21
+ - feat(services/gcs): Allow setting default storage_class (#1996 )
22
+ - feat(binding/C): add clang-format for c binding (#2003 )
23
+
24
+ ### Changed
25
+
26
+ - refactor: Polish the behavior of scan (#1926 )
27
+ - refactor: Polish the implementation of webhdfs (#1935 )
28
+
29
+ ### Fixed
30
+
31
+ - fix: sled should not be enabled by default (#1923 )
32
+ - fix: kv adapter's writer implementation fixed to honour empty writes (#193
33
+ 4 )
34
+ - fix(services/azblob): fix copy missing content-length (#2000 )
35
+
36
+ ### Docs
37
+
38
+ - docs: Adding docs link to python binding (#1921 )
39
+ - docs(bindings/python): fix wrong doc link (#1928 )
40
+ - docs: Add contributing for OpenDAL (#1984 )
41
+ - docs: Add explanation in contributing (#1985 )
42
+ - docs: Feel relax in community and don't hurry (#1987 )
43
+ - docs: update contributing (#1998 )
44
+ - docs(services/memory): Fix wrong explanation (#2002 )
45
+ - docs: Add OpenDAL VISION (#2007 )
46
+ - docs: update VISION and behavior tests doc (#2009 )
47
+
48
+ ### CI
49
+
50
+ - ci(bindings/nodejs): Access should be set to public before publish (#1919 )
51
+ - ci: Re-enable webhdfs test (#1925 )
52
+ - chore: add .editorconfig (#1988 )
53
+ - ci: Fix format after adding editorconfig (#1990 )
54
+
8
55
## [ v0.31.0] - 2023-04-12
9
56
10
57
### Added
@@ -1840,6 +1887,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
1840
1887
1841
1888
Hello, OpenDAL!
1842
1889
1890
+ [ v0.31.1 ] : https://github.com/apache/incubator-opendal/compare/v0.31.0...v0.31.1
1843
1891
[ v0.31.0 ] : https://github.com/apache/incubator-opendal/compare/v0.30.5...v0.31.0
1844
1892
[ v0.30.5 ] : https://github.com/apache/incubator-opendal/compare/v0.30.4...v0.30.5
1845
1893
[ v0.30.4 ] : https://github.com/apache/incubator-opendal/compare/v0.30.3...v0.30.4
0 commit comments