Releases: seddonm1/s3ite
Releases · seddonm1/s3ite
v0.5.0
v0.4.0
v0.3.3
v0.3.2
v0.3.1
v0.3.0
Changed
- Split the core data table into
data
andmetadata
. - 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 onlist_objects
so that deletes will remove all objects.
v0.2.0
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.