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, ordefault). - 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-capacitynow rejects a capacity that is not a multiple of 16 MiB instead of silently truncating it; an unaligned request returnsInvalidValue. The same alignment applies toset-pin-threshold. - CLI
get-smartsplits its configuration snapshot into Config and Memory sections, and reportspin_threshold.
SDK v1.4.9 - 2026-07-23 (details)
Added
- Host commands:
commitMemory,commitSyncMemory, andunmapMemory. - CLI
get-smartnow 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.