Skip to content

Latest commit

 

History

History
63 lines (43 loc) · 1.71 KB

CHANGELOG.md

File metadata and controls

63 lines (43 loc) · 1.71 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.1.0 - 2022-07-25

Added

  • Implement distributed block storage.
  • Implement subcommands:
    • init, serve, destroy

Changed

  • Fix panic at sudden disconnection.
  • Fix panic at invalid export name.

0.0.7 - 2021-12-02

Added

  • Implement cache backend.

0.0.6 - 2021-11-20

Added

  • Implement S3 object storage.

0.0.5 - 2021-11-20

Added

  • Implement Object Storage Abstraction.

0.0.4 - 2021-10-28

Added

  • Implement sharded block storage.

0.0.3 - 2021-10-26

Added

  • Make generic storage backends.
  • Implement MmapBackend driver.

0.0.2 - 2021-10-22

Added

  • Implement write, flush and block status commands.

0.0.1 - 2021-10-20

Added

  • Read-only implementation of NBD Server. Capable of establishing single connection at a time. Works with mmap.