Releases: apache/opendal
Releases · apache/opendal
v0.1.1
v0.1.1 - 2022-03-01
Added
- RFC and implementation of feature Object Stream (#69)
- services/s3: Implement List support (#76)
- credential: Add Plain variant to allow more input (#78)
Changed
- backend/s3: Change from lazy_static to once_cell (#62)
- backend/s3: Enable test on AWS S3 (#64)
New Contributors
v0.1.0
v0.1.0 - 2022-02-24
Added
- docs: Add README for behavior test and ops benchmarks (#53)
- RFC-0057: Auto Region (#57)
- backend/s3: Implement RFC-57 Auto Region (#59)
Changed
- io: Rename BoxedAsyncRead to BoxedAsyncReader (#55)
- *: Refactor tests (#60)
v0.0.5
v0.0.5 - 2022-02-23
Fixed
- io: Remove not used debug print (#48)
v0.0.4
v0.0.4 - 2022-02-23
Added
- readers: Allow config prefetch size (#31)
- RFC-0041: Object Native API (#41)
- *: Implement RFC-0041 Object Native API (#35)
- RFC-0044: Error Handle (#44)
- error: Implement RFC-0044 Error Handle (#43)
Changed
- services/fs: Use separate dedicated thread pool instead (#42)
v0.0.3
v0.0.3 - 2022-02-16
Added
- benches: Implement benches for ops (#26)
Changed
- services/s3: Don't load_from_env if users already inputs (#23)
- readers: Improve seekable performance (#25)
v0.0.2
v0.0.2 - 2022-02-15
Added
- tests: Implement behavior tests (#13)
- services/s3: Add support for endpoints without scheme (#15)
- tests: Implement integration tests for s3 (#18)
Fixed
- services/s3: Allow set endpoint and region while input value is valid (#17)
Full Changelog: v0.0.1...v0.0.2