v0.53.0
roboflow/inferencev0.53.0Aug 26, 2025by PawelPeczek-Roboflow
AI Summary
Significant update to the Execution Engine and addition of new visual blocks for workflows.
Key Highlights
- Execution Engine v1.6.0 with auto-batch casting
- New QR code generation block for workflows
- New icon visualization block for visualizations
- Support for max detections in OWLv2 models
New Features
- QR code generator block
- Icon visualization block
- OWLv2 max detections
Full Release Notes
# 💪 Added ## 🌀 Execution Engine `v1.6.0` No more wrestling with `Batch[T]` vs. scalar inputs! The engine now auto-magically wraps scalars into batches when needed, so those annoying compilation errors are history. * 🪄 **Auto Batch Casting**: scalars become batches on the fly. * 📦 **Smarter outputs**: batches can expand or collapse consistently. * 👉 Existing workflows **keep running just fine**. New workflows get all the power-ups. Only some new blocks will need to add additional manifest method to make use of new features Please review our [change log 🥼](https://inference.roboflow.com/workflows/execution_engine_changelog/) which outlines all introduced changes. ## 🏷️ QR code generation in Workflows Ever struggled to generate QR code? We have you covered now with Roboflow Workflows ✨ thanks to @Grantimus9. Visit [📖 docs](https://inference.roboflow.com/workflows/blocks/qr_code_generator/) to discover new feature. <p align="center"> <img width="1471" height="689" alt="image" src="https://github.com/user-attachments/assets/14f30cfa-ccbd-478a-bd08-ac9958a7c264" /> </p> ## 🎨 Add icons to your visualisations Bored with textual labels in your Computer Vision demos? From now on, thanks to @yeldarby you can boost your visualisations with icons. Visit [📖 docs](https://inference.roboflow.com/workflows/blocks/icon_visualization/) to learn more. <p align="center"> <img width="479" height="480" alt="image" src="https://github.com/user-attachments/assets/8321b5c1-3e21-4b00-95ff-3b8dd5ff052b" /> </p> # ⚙️ Maintanence * Claude Opus 4 and Claude Sonnet 4 added into [`roboflow_core/anthropic_claude@v1` block](https://inference.roboflow.com/workflows/blocks/anthropic_claude/) thanks to @brunopicinin in https://github.com/roboflow/inference/pull/1496 * Refreshed model versions for [Google Gemini block](https://inference.roboflow.com/workflows/blocks/google_gemini/) thanks to @brunopicinin in https://github.com/roboflow/inference/pull/1495 * Enterprise/Industrial Integration Block Visibility by @NVergunst-ROBO in https://github.com/roboflow/inference/pull/1502 # 🔧 Fixed * Add env variable to perform atomic cache writes by @sberan in https://github.com/roboflow/inference/pull/1503 * Support max detections for OWLv2 models by @yeldarby in https://github.com/roboflow/inference/pull/1508 * Add model-instance level thread lock on accessing ONNX session to avoid GPU execution concurrency issues by @PawelPeczek-Roboflow in https://github.com/roboflow/inference/pull/1510 # 🏅 New Contributors * @Grantimus9 made their first contribution in https://github.com/roboflow/inference/pull/1500 * @NVergunst-ROBO made their first contribution in https://github.com/roboflow/inference/pull/1502 **Full Changelog**: https://github.com/roboflow/inference/compare/v0.52.1...v0.53.0