MyGit

v0.33.0

apache/opendal

版本发布时间: 2023-04-23 13:49:10

apache/opendal最新发布版本:v0.45.1(2024-03-02 21:38:07)

NOTE: This release is not yet an official ASF release. We are still in the process of learning how to create a formal one.

Upgrade to v0.33

Public API

OpenDAL 0.33 has redesigned the Writer API, replacing all instances of writer.append() with writer.write(). For more information, please refer to Writer.

Raw API

In addition to the redesign of the Writer API, we have removed append from oio::Write. Therefore, users who implement services and layers should also remove it.

After v0.33 landing, services should handle OpWrite::content_length correctly by following these guidelines:

Furthermore, OpenDAL 0.33 introduces a new concept called Capability which replaces AccessorCapability. Services must adapt to this change.


v0.33.0 - 2023-04-23

Added

Changed

Fixed

Docs

CI

New Contributors

Full Changelog: https://github.com/apache/incubator-opendal/compare/v0.32.0...v0.33.0

相关地址:原始地址 下载(tar) 下载(zip)

查看:2023-04-23发行的版本