Files
trussed-staging/CHANGELOG.md
T
2026-06-09 10:38:48 +02:00

3.0 KiB

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.

Unreleased

  • Update to trussed v0.2.0-rc.1

0.4.0 - 2026-03-23

  • Update extensions:
    • trussed-chunked v0.3.0
    • trussed-fs-info v0.3.0
    • trussed-hkdf v0.4.0
    • trussed-hpke v0.3.0
    • trussed-manage v0.3.0
    • trussed-wrap-key-to-file v0.3.0
  • Update dependencies:
    • heapless v0.9
    • heapless-bytes v0.5
    • trussed-core v0.2

0.3.3 - 2025-05-13

  • When factory-resetting, mark empty filesystems for reformatting (#36)

  • Update extensions:

    • trussed-chunked v0.2.1
    • trussed-hkdf v0.3.0
    • trussed-hpke v0.2.0
    • trussed-manage v0.2.0
    • trussed-wrap-key-to-file v0.2.0
    • trussed-fs-info v0.2.0

0.3.2 - 2024-10-18

  • Implement HpkeExtension (#25)

0.3.1 - 2024-08-01

  • Implement FsInfoExtension (#27)

0.3.0 - 2024-03-25

0.2.0 - 2024-03-15

  • Move extension definitions into separate crates (see the extensions directory, #3)
  • Add ManageExtension: Factory reset the entire device or the state of a given client (#11)
  • ChunkedExtension: Add AppendFile and PartialReadFile syscalls.
  • Remove the encrypted-chunked feature and always enable encrypted syscalls for ChunkedExtension (#20)

0.1.0 - 2023-04-26

Initial release with these extensions:

  • ChunkedExtension: read or write an unencrypted or encrypted file that is larger than the default Trussed message size in chunks
  • WrapKeyToFileExtension: wrap or unwrap a key to or from a file