Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 591 Bytes

CHANGELOG.md

File metadata and controls

21 lines (12 loc) · 591 Bytes

file-storage CHANGELOG

This is the changelog for file-storage. It follows semantic versioning.

v0.3.0 (2024-11-14)

v0.2.1 (2024-09-04)

  • Automatically clean up old files in LocalFileStorage when new files are stored with the same key

v0.2.0 (2024-08-26)

  • Moved LocalFileStorage to file-storage/local export
  • Moved MemoryFileStorage to file-storage/memory export

v0.1.0 (2024-08-24)

  • Initial release