v1.2.12
roboflow/inferencev1.2.12May 29, 2026by PawelPeczek-Roboflow
AI Summary
This release adds an EditImageMetadata workflow block, enforces dense representation for instance segmentation masks, and adds YOLO26 semantic segmentation support (ONNX, TorchScript, TRT). It also updates the Execution Engine to v1.10.1 and fixes issues with inner workflow dynamic block setup and RLE mask emission.
Key Highlights
- EditImageMetadata workflow block.
- YOLO26 semantic segmentation support (ONNX, TorchScript, TRT).
- Execution Engine upgrade to v1.10.1.
- Enforced dense representation for instance segmentation masks.
New Features
- EditImageMetadata workflow block.
- YOLO26 semantic segmentation models.
- Execution Engine v1.10.1.
Full Release Notes
## What's Changed * fix: emit RLE masks from instance segmentation v4 block by @leeclemnet in https://github.com/roboflow/inference/pull/2381 * feat(ent-1188): Brenner camera_focus for mono and multi-channel frames by @NVergunst-ROBO in https://github.com/roboflow/inference/pull/2368 * Add EditImageMetadata workflow block (DATAMAN-338) by @digaobarbosa in https://github.com/roboflow/inference/pull/2353 * Fix inner workflow dynamic block setup by @dkosowski87 in https://github.com/roboflow/inference/pull/2380 * Feat/workflow block runtime compat by @rafel-roboflow in https://github.com/roboflow/inference/pull/2374 * Bump the Execution Engine to v1.10.1 by @dkosowski87 in https://github.com/roboflow/inference/pull/2383 * Add change to enforce dense representation of instance segmentation mask when used in inference models, enabled by default for old versions of IS block by @PawelPeczek-Roboflow in https://github.com/roboflow/inference/pull/2384 * feat(yolo26-sem): YOLO26 semantic segmentation via inference_models (ONNX + TorchScript + TRT) by @leeclemnet in https://github.com/roboflow/inference/pull/2372 * Enforce transformers < 5.9 for jetsons 6 and 7 by @PawelPeczek-Roboflow in https://github.com/roboflow/inference/pull/2385 * [codex] Add configurable API proxy base URL by @hansent in https://github.com/roboflow/inference/pull/2366 **Full Changelog**: https://github.com/roboflow/inference/compare/v1.2.11...v1.2.12