v0.49.1
roboflow/inferencev0.49.1May 9, 2025by PawelPeczek-Roboflow
AI Summary
Focuses on logging consistency, type hinting, and expanding serverless test coverage.
Key Highlights
- Migrated to logger.warning usage
- Extended e2e tests for serverless
- Added type hinting for lazy loaded attributes
New Features
- Type hinting for lazy loaded attributes
Full Release Notes
## What's Changed * Migrate to `logger.warning` usage by @emmanuel-ferdman in https://github.com/roboflow/inference/pull/1239 * Extend e2e tests to cover roboflow-serverless by @grzegorz-roboflow in https://github.com/roboflow/inference/pull/1229 * Fix e2e tests to work with serverless v2 by @PawelPeczek-Roboflow in https://github.com/roboflow/inference/pull/1240 * add type hinting for lazy loaded attributes by @KRRT7 in https://github.com/roboflow/inference/pull/1232 * Adjust permissions for GHA workflows by @PawelPeczek-Roboflow in https://github.com/roboflow/inference/pull/1242 * Fix condition in if statement by @PawelPeczek-Roboflow in https://github.com/roboflow/inference/pull/1243 * Handle the case when vertices reduction algorithm results in too many vertices by @grzegorz-roboflow in https://github.com/roboflow/inference/pull/1241 * Pass custom edges mapping to KeypointVisualizationBlockV1 by @grzegorz-roboflow in https://github.com/roboflow/inference/pull/1246 * Handle core models when MODELS_CACHE_AUTH_ENABLED is set by @grzegorz-roboflow in https://github.com/roboflow/inference/pull/1244 * Pass endpoint type to model manager add_model by @grzegorz-roboflow in https://github.com/roboflow/inference/pull/1249 * serverless throws 404 when model was not found by @grzegorz-roboflow in https://github.com/roboflow/inference/pull/1251 **Full Changelog**: https://github.com/roboflow/inference/compare/v0.48.3...v0.49.1