v1.0.2
roboflow/inferencev1.0.2Feb 27, 2026by PawelPeczek-Roboflow
AI Summary
This release adds comprehensive JetPack 7.1 support and expands SAM3-3D workflow capabilities with remote execution and custom image support.
Key Highlights
- Added JetPack 7.1 container build workflow and CLI support
- Enabled SDK-based remote execution for SAM3 workflow blocks
- Added support for custom image names in dataset upload block
- Added per-request 100ms duration floor via internal execution header
- Fixed torch.compile for sam3-3d
New Features
- feat(workflows): support custom image names in dataset upload block
- feat(sam3): enable SDK-based remote execution for SAM3 workflow blocks
- feat: add PINNED_MODELS and PRELOAD_API_KEY for preload on serverless
Full Release Notes
## What's Changed * Add single-tenant workflow cache mode and thread `workflow_version_id` across the stack by @alexnorell in https://github.com/roboflow/inference/pull/2031 * Add JetPack 7.1 container build workflow and CLI support by @alexnorell in https://github.com/roboflow/inference/pull/2032 * Fix: Set task_type for SegmentAnything3_3D_Objects by @leeclemnet in https://github.com/roboflow/inference/pull/2030 * feat(workflows): support custom image names in dataset upload block by @rafel-roboflow in https://github.com/roboflow/inference/pull/2034 * Expose inference configuration flags for sam3-3d by @leeclemnet in https://github.com/roboflow/inference/pull/2040 * feat(sam3): enable SDK-based remote execution for SAM3 workflow blocks by @hansent in https://github.com/roboflow/inference/pull/2042 * Add examples/sam-3d notebooks by @leeclemnet in https://github.com/roboflow/inference/pull/2043 * Add per-request 100ms duration floor via internal execution header by @hansent in https://github.com/roboflow/inference/pull/2037 * bugfix: fix version field in polygon and halo v2 visualization block manifests by @lrosemberg in https://github.com/roboflow/inference/pull/2044 * Fix large weights cdn download issue by @Matvezy in https://github.com/roboflow/inference/pull/2046 * Fix torch.compile for sam3-3d by @leeclemnet in https://github.com/roboflow/inference/pull/2041 * Fix overlapping parameter in inference-cli by @PawelPeczek-Roboflow in https://github.com/roboflow/inference/pull/2038 * Bug/dg 306 wrong workflow that doesnt raise error and provokes 500 by @rafel-roboflow in https://github.com/roboflow/inference/pull/2036 * Add output from mask measurement block to label visualization by @jeku46 in https://github.com/roboflow/inference/pull/2035 * feat: add PINNED_MODELS and PRELOAD_API_KEY for preload on serverless by @hansent in https://github.com/roboflow/inference/pull/2048 * Bump version to 1.0.2 by @PawelPeczek-Roboflow in https://github.com/roboflow/inference/pull/2051 **Full Changelog**: https://github.com/roboflow/inference/compare/v1.0.1...v1.0.2