v0.55.1

roboflow/inferencev0.55.1Sep 17, 2025by hansent

AI Summary

Performance improvements and authentication updates designed to speed up workflow block requests and secure serverless operations.

Key Highlights

  • Speed up function `handle_describe_workflows_blocks_request` by 84%
  • API key for all requests on serverless
  • Refactored incoming frames draining loop for VideoTransformTrack

New Features

  • Performance optimization for workflow requests

Full Release Notes

## What's Changed
* ⚡️ Speed up function `handle_describe_workflows_blocks_request` by 84% in PR #1559 (`auth-all-serverless-requests`) by @codeflash-ai[bot] in https://github.com/roboflow/inference/pull/1563
* Move receiving from VideoTransformTrack.recv to independent incoming frames draining loop by @grzegorz-roboflow in https://github.com/roboflow/inference/pull/1560
* API key for all requests on servless by @hansent in https://github.com/roboflow/inference/pull/1559
* increase timeout INTEGRATION TESTS - Inference Server CPU x86 by @hansent in https://github.com/roboflow/inference/pull/1564


**Full Changelog**: https://github.com/roboflow/inference/compare/v0.55.0...v0.55.1