v1.2.12

BerriAI/litellmv1.2.12May 29, 2026by PawelPeczek-Roboflow

AI Summary

This release introduces YOLO26 semantic segmentation support via inference_models, adds a new EditImageMetadata workflow block, and enforces dense representation for instance segmentation masks.

Key Highlights

  • YOLO26 semantic segmentation support via inference_models (ONNX + TorchScript + TRT)
  • New EditImageMetadata workflow block
  • Enforces dense representation for instance segmentation masks

New Features

  • YOLO26 semantic segmentation support
  • EditImageMetadata workflow block

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