InfiniteMemory Changelog

All notable changes to InfiniteMemory will be documented in this page.

SDK v1.4.10 - 2026-08-20 (details)

Added

  • CLI set-pin-threshold — set the device-wide pin budget (bytes, max, or default).
  • CLI get-smart -v — additional detail rows, such as each setting’s maximum.
  • CLI get-smart -h — byte counts in IEC units.

Changed

  • BREAKING set-dram-capacity now rejects a capacity that is not a multiple of 16 MiB instead of silently truncating it; an unaligned request returns InvalidValue. The same alignment applies to set-pin-threshold.
  • CLI get-smart splits its configuration snapshot into Config and Memory sections, and reports pin_threshold.

SDK v1.4.9 - 2026-07-23 (details)

Added

  • Host commands: commitMemory, commitSyncMemory, and unmapMemory.
  • CLI get-smart now reports additional fields: SSD information (link speed and link width), current SSD and DRAM capacity, prefetch mode, used and dirty DRAM bytes, and page hit/miss counters.

SDK v1.4.8 - 2026-06-22 (details)

Initial release.