Releases: seddonm1/s3ite
Releases · seddonm1/s3ite
v0.6.0
Compare
Sorry, something went wrong.
No results found
Bump package versions in Cargo.toml.
v0.5.0
Compare
Sorry, something went wrong.
No results found
change to a tokio-rusqlite derivative.
update to hyper 1.0
update rust version
v0.4.0
Compare
Sorry, something went wrong.
No results found
Bump package versions in Cargo.toml.
v0.3.3
Compare
Sorry, something went wrong.
No results found
Bump package versions in Cargo.toml.
v0.3.2
Compare
Sorry, something went wrong.
No results found
Changed
Release ghcr docker image.
v0.3.1
Compare
Sorry, something went wrong.
No results found
Fixed
Bump version in Cargo.toml.
v0.3.0
Compare
Sorry, something went wrong.
No results found
Changed
Split the core data table into data and metadata.
Add a simple garbage collection task to clean up any redundant state. E.g. from a client cancelling an in-progress list_objects task.
Remove SQLite VACUUM command on startup due to potentially large memory usage.
Fixed
Snapshot database metadata state on list_objects so that deletes will remove all objects.
v0.2.0
Compare
Sorry, something went wrong.
No results found
Fixed
Correct verification of Content-MD5 if provided by client.
Added
Delete leftover -wal or -shm database artifacts when removing a bucket.
config YAML format configurations to supply complex configurations.
Changed
SQLite tables are now created without STRICT mode enabled. This is to allow greater backward compatibility.
Issue SQLite VACUUM command on startup.
v0.1.0
Compare
Sorry, something went wrong.
No results found
An initial release proof-of-concept.
Works for the major get/put/delete/list operations and supports Cross-Origin Resource Sharing (CORS).
Supports presigned URLs.