Skip to content

v0.1.16

Latest

Choose a tag to compare

@captainpacket captainpacket released this 17 Sep 15:42

[0.1.16] - 2026-09-17

Added

  • Raw snapshot artifacts, unpublished: client.snapshots.files(snapshot_id)
    lists every file Forward stored for a snapshot, and .file(snapshot_id, file_name) reads one -- unlike a device's own files, these need not belong
    to a modeled device, useful for cloud integrations needing artifacts such as
    GCP's cloud_instances.gen. Closes a gap docs/snapshots.md had documented
    by name (client.snapshots.files/.file) since it was written; verified
    live by listing and reading a real collected file, and confirming an unknown
    name 404s as ForwardNotFoundError.