Skip to content

v0.37.0

Compare
Choose a tag to compare
@suyanhanx suyanhanx released this 06 Jun 09:19
· 1705 commits to main since this release
v0.37.0
7a45800

Upgrade to v0.37

In v0.37.0, OpenDAL bump the version of reqsign to v0.13.0.

There are no public API and raw API changes.


What's Changed

Added

  • feat(services/webdav): support redirection when get 302/307 response during read operation by @Yansongsongsong in #2256
  • feat: Add Zig Bindings Module by @kassane in #2374
  • feat: Implement Timeout Layer by @Xuanwo in #2395
  • feat(bindings/c): add opendal_operator_blocking_delete method by @jiaoew1991 in #2416
  • feat(services/obs): add append support by @infdahai in #2422

Changed

  • refactor(bindings/zig): enable tests and more by @tisonkun in #2375
  • refactor(bindings/zig): add errors handler and module test by @kassane in #2381
  • refactor(http_util): Adopt reqwest's redirect support by @Xuanwo in #2390

Fixed

  • fix(bindings/zig): reflect C interface changes by @tisonkun in #2378
  • fix(services/azblob): Fix batch delete doesn't work on azure by @Xuanwo in #2382
  • fix(services/oss): Fix oss batch max operations by @A-Stupid-Sun in #2414
  • fix(core): Don't wake up operator futures while not ready by @Xuanwo in #2415
  • fix(services/s3): Fix s3 batch max operations by @A-Stupid-Sun in #2418

Docs

CI

Chore

  • chore(bindings/python): upgrade maturin to 1.0 by @messense in #2369
  • chore: Fix license headers for release/labler by @Xuanwo in #2371
  • chore(bindings/C): add one simple read/write example into readme and code by @Ji-Xinyou in #2421

New Contributors

Full Changelog: v0.36.0...v0.37.0