You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
33
33
* feat(core): Add `content_encoding` to `MetaData` by @Frank-III in https://github.com/apache/opendal/pull/5400
34
34
* feat:(core): add `content encoding` to `Opwrite` by @Frank-III in https://github.com/apache/opendal/pull/5390
35
35
* feat(services/obs): support user defined metadata by @Frank-III in https://github.com/apache/opendal/pull/5405
36
+
* feat: impl configurable OperatorOutputStream maxBytes by @tisonkun in https://github.com/apache/opendal/pull/5422
36
37
### Changed
37
38
* refactor (bindings/zig): Improvements by @kassane in https://github.com/apache/opendal/pull/5247
38
39
* refactor: Remove metakey concept by @Xuanwo in https://github.com/apache/opendal/pull/5319
@@ -52,12 +53,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
52
53
* fix: oli clippy and CI file by @waynexia in https://github.com/apache/opendal/pull/5389
53
54
* fix(services/obs): support huawei.com by @FayeSpica in https://github.com/apache/opendal/pull/5399
54
55
* fix(integrations/cloud_filter): use explicit `stat` instead of `Entry::metadata` in `fetch_placeholders` by @ho-229 in https://github.com/apache/opendal/pull/5416
56
+
* fix(core): S3 multipart uploads does not set file metadata by @catcatmu in https://github.com/apache/opendal/pull/5430
57
+
* fix: always contains path label if configured by @waynexia in https://github.com/apache/opendal/pull/5433
55
58
### Docs
56
59
* docs: Enable force_orphan to reduce clone size by @Xuanwo in https://github.com/apache/opendal/pull/5289
57
60
* docs: Establish VISION for "One Layer, All Storage" by @Xuanwo in https://github.com/apache/opendal/pull/5309
58
61
* docs: Polish docs for write with if not exists by @Xuanwo in https://github.com/apache/opendal/pull/5320
59
62
* docs(core): add the description of version parameter for operator by @meteorgan in https://github.com/apache/opendal/pull/5144
60
63
* docs(core): Add upgrade to v0.51 by @Xuanwo in https://github.com/apache/opendal/pull/5406
64
+
* docs: Update release.md by @tisonkun in https://github.com/apache/opendal/pull/5431
61
65
### CI
62
66
* ci: Remove the token of codspeed by @Xuanwo in https://github.com/apache/opendal/pull/5283
63
67
* ci: Allow force push for `gh-pages` by @Xuanwo in https://github.com/apache/opendal/pull/5290
0 commit comments