v0.49.2
roboflow/inferencev0.49.2May 14, 2025by grzegorz-roboflow
AI Summary
Adds latency floors for serverless and improves cache handling for invalid models.
Key Highlights
- Added 60s cache expiry for invalid models
- Added 100ms floor for GCP_SERVERLESS
Full Release Notes
## What's Changed * Added 60s cache expiry for invalid models by @bigbitbus in https://github.com/roboflow/inference/pull/1252 * Adding a floor of 100ms for GCP_SERVERLESS by @bigbitbus in https://github.com/roboflow/inference/pull/1253 * Fix Moondream2 Workflow long_description. Should be string, not tuple. by @brunopicinin in https://github.com/roboflow/inference/pull/1267 * Fix/scale sv detections data polygon by @grzegorz-roboflow in https://github.com/roboflow/inference/pull/1268 **Full Changelog**: https://github.com/roboflow/inference/compare/v0.49.1...v0.49.2