v0.52.0
roboflow/inferencev0.52.0Aug 11, 2025by grzegorz-roboflow
AI Summary
Enhanced error reporting and the addition of a GPT-5 OpenAI block to the inference capabilities.
Key Highlights
- Add line number and function name to dynamic block errors
- GPT 5 OpenAI block support
- Install page with download buttons
- Lora support for transformer models in inference_exp
New Features
- GPT-5 OpenAI block
- Enhanced error reporting
Full Release Notes
# Inference: * Add line number and function name information to dynamic block errors by @brunopicinin in https://github.com/roboflow/inference/pull/1468 * When version number is aa.bb.cc, script was not removing leading 'v' by @grzegorz-roboflow in https://github.com/roboflow/inference/pull/1470 * Record exec time in serverless v2 when workflow results in exception by @grzegorz-roboflow in https://github.com/roboflow/inference/pull/1476 * Removed noisy debug logline by @bigbitbus in https://github.com/roboflow/inference/pull/1478 * Gpt 5 OpenAI block by @hansent in https://github.com/roboflow/inference/pull/1479 * Install page with download the latest buttons by @digaobarbosa in https://github.com/roboflow/inference/pull/1475 * Remove metlo waf by @bigbitbus in https://github.com/roboflow/inference/pull/1480 # Inference experimental: * Run uv sync to fix inference-exp CI by @grzegorz-roboflow in https://github.com/roboflow/inference/pull/1469 * publish inference experimental to pypi by @grzegorz-roboflow in https://github.com/roboflow/inference/pull/1472 * Fix/inference exp pypi workflow filename by @grzegorz-roboflow in https://github.com/roboflow/inference/pull/1473 * Lora for remaining transformer models to inference_exp by @hansent in https://github.com/roboflow/inference/pull/1462 * Inference exp pypi publisher ci improvements by @grzegorz-roboflow in https://github.com/roboflow/inference/pull/1474 * Fix test_clip_onnx_image_prediction_for_numpy by @grzegorz-roboflow in https://github.com/roboflow/inference/pull/1477 * Moondream2 for inference_exp by @hansent in https://github.com/roboflow/inference/pull/1466 ## New Contributors * @digaobarbosa made their first contribution in https://github.com/roboflow/inference/pull/1475 **Full Changelog**: https://github.com/roboflow/inference/compare/v0.51.10...v0.52.0