Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 900 Bytes

File metadata and controls

32 lines (20 loc) · 900 Bytes

Changelog

(DD-MM-YY)

Unreleased

0.8.0 21-07-26

  • Breaking: Updated to sequential-storage 8

0.7.0 16-04-26

  • Breaking: Updated embassy dependencies
  • Breaking: Default worker tasks is now behind a feature flag
  • Added new feature flag that forwards the embassy-time generic-queue flag

0.6.0 16-12-25

  • Breaking: Added const generic to list that controls how much redundancy is stored. To keep the same behavior as before, use the value 3.
  • Breaking: Updated to sequential-storage 7

0.5.0 03-09-25

  • Breaking: Update to embassy-time 0.5

0.4.0 31-07-25

  • Breaking: Updated sequential-storage to 5.0.0 and minicbor to 2.0.0
    • Both are very minor major releases
  • Removed 'static trait bounds for NdlDataStorage for Flash and NdlElemIter
  • Make it compile on windows
  • Expose the extracted kv-pair to the outside world so people can look at the cbor bytes