Releases: RelationalAI/RustyObjectStore.jl
Releases · RelationalAI/RustyObjectStore.jl
v0.6.1
RustyObjectStore v0.6.1
Merged pull requests:
- Strips whitespace from Azure and AWS config parameters (#36) (@andrebsguedes)
- Bump to v0.6.1 (#37) (@andrebsguedes)
v0.6.0
RustyObjectStore v0.6.0
Merged pull requests:
- Change responses to mutable, add ensure_wait and normalizes stream teardown (#34) (@andrebsguedes)
- Bumps to v0.6.0 (#35) (@andrebsguedes)
v0.5.3
RustyObjectStore v0.5.3
Merged pull requests:
- Bumps to v0.5.3 (also object_store_ffi) (#33) (@andrebsguedes)
v0.5.2
RustyObjectStore v0.5.2
Merged pull requests:
- Use S3 virtual hosted style url by default (#32) (@andrebsguedes)
v0.5.1
RustyObjectStore v0.5.1
Merged pull requests:
- Bump object_store_ffi_jll to 0.5.1 and self to 0.5.1 (#31) (@andrebsguedes)
v0.5.0
RustyObjectStore v0.5.0
Merged pull requests:
- Update README.md with threading info (#27) (@jfunstonRAI)
- Delete support and tests (#28) (@jfunstonRAI)
- Streaming get with prefetch and Julia IO Stream API (#30) (@andrebsguedes)
Closed issues:
- Unable to perform anonymous reads when using no credentials with AWS S3 (#22)
v0.3.1
RustyObjectStore v0.3.1
Merged pull requests:
- Adds global panic hook (#24) (@andrebsguedes)
- Update for new concurrency_limit option in object_store_ffi (#25) (@jfunstonRAI)
- Tests for new retry logic (#26) (@andrebsguedes)
v0.2.0
RustyObjectStore v0.2.0
Merged pull requests:
- Dynamic configuration API and S3 support (#21) (@andrebsguedes)
- Update to object_store_ffi v0.3 which supports multipart get and put (#23) (@jfunstonRAI)
v0.1.0
RustyObjectStore v0.1.0
Merged pull requests:
- Add initial Azure get/put code (#1) (@nickrobinson251)
- Initialize basic tests (#2) (@Drvi)
- Fix Mac build (almost) and fix hang on too small buffer (#3) (@jfunstonRAI)
- Try updating to object_store 0.8 (#4) (@nickrobinson251)
- More exception tests (#5) (@Drvi)
- retry configuration for init_rust_store (#6) (@jfunstonRAI)
- Add tests for retry logic based on response status code (#11) (@Drvi)
- rust cleanup and fixes (#12) (@jfunstonRAI)
- Get
Pkg.build()
working on Mac (#13) (@nickrobinson251) - Rename rust_store -> object_store_ffi (#14) (@nickrobinson251)
- Add BinaryBuilder build_tarballs.jl script (#15) (@nickrobinson251)
- Depend on JLL package, remove Rust code and build script (#16) (@nickrobinson251)
- Rename package ObjectStore -> RustyObjectStore (#18) (@nickrobinson251)