github apache/opendal v0.19.0

latest releases: v0.47.3-rc.1, v0.47.2, v0.47.2-rc.2...
21 months ago

Upgrade to v0.19

OpenDAL deprecate some features:

  • serde: We will enable it by default.
  • layers-retry: We will enable retry support by default.
  • layers-metadata-cache: We will enable it by default.

Deprecated types like DirEntry has been removed.


What's Changed

  • refactor: Move object to mod by @Xuanwo in #786
  • feat: Implement object page stream for services like s3 by @Xuanwo in #787
  • refactor: Implement azblob dir stream based on ObjectPageStream by @Xuanwo in #790
  • RFC-0793: Generic KV Services by @Xuanwo in #793
  • feat(services/kv): Implement Scoped Key by @Xuanwo in #796
  • feat: Add scan in KeyValueAccessor by @Xuanwo in #797
  • feat: Implement basic kv services support by @Xuanwo in #799
  • refactor: Implement memory services by generic kv by @Xuanwo in #800
  • feat: Introduce kv adapter for opendal by @Xuanwo in #802
  • fix(services/redis): MATCH can't handle correctly by @Xuanwo in #803
  • feat: Add integration test for redis by @Xuanwo in #804
  • docs: Add docs for redis by @Xuanwo in #807
  • fix: Disable ipfs redirection by @Xuanwo in #809
  • fix(services/ipfs): Use ipfs files API to copy data by @Xuanwo in #811
  • feat: Add OSS Service Support by @ClSlaid in #801
  • feat: Add integration tests for OSS by @Xuanwo in #814
  • fix(services/hdfs): Allow retrying would block by @Xuanwo in #815
  • refactor: Don't expose backend to users by @Xuanwo in #816
  • tests: allow running tests when env is true by @ClSlaid in #818
  • refactor: Remove deprecated type aliases by @Xuanwo in #819
  • test: list rich dir by @ClSlaid in #820
  • Bump to version 0.19.0 by @Xuanwo in #821

Full Changelog: v0.18.2...v0.19.0

Don't miss a new opendal release

NewReleases is sending notifications on new releases.