Skip to content

v0.3.0

Compare
Choose a tag to compare
@seddonm1 seddonm1 released this 16 Jul 01:19
· 11 commits to main since this release
d9f5113

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.