v0.64.4
roboflow/inferencev0.64.4Jan 22, 2026by grzegorz-roboflow
AI Summary
This release addresses Python deprecation warnings and improves video handling by adding new model aliases and cache mechanisms.
Key Highlights
- Addressed numpy.fromstring deprecation
- Fixed rotation metadata for videos is not applied serverside
- Added rfdetr large, xl, xxl, and seg aliases
- Added search keywords metadata to image preprocessing block
New Features
- Cache describe_interface and other endpoints
- Selectively disabling workflow blocks from inference server
Full Release Notes
## What's Changed * Address numpy.fromstring deprecation by @grzegorz-roboflow in https://github.com/roboflow/inference/pull/1925 * fix documentation issue with special chars by @rafel-roboflow in https://github.com/roboflow/inference/pull/1926 * Fix/dg 18 rotation metadata for videos is not applied serverside by @rafel-roboflow in https://github.com/roboflow/inference/pull/1911 * First iteration of `inference-models` docs by @PawelPeczek-Roboflow in https://github.com/roboflow/inference/pull/1922 * Action install ffmpeg modal by @rafel-roboflow in https://github.com/roboflow/inference/pull/1928 * added search keywords metadata to image preprocessing block by @rafel-roboflow in https://github.com/roboflow/inference/pull/1931 * Cache describe_interface and other endpoints by @yeldarby in https://github.com/roboflow/inference/pull/1932 * Add rfdetr large, xl, xxl, and seg aliases by @Matvezy in https://github.com/roboflow/inference/pull/1933 * Safeq qwen test by @Matvezy in https://github.com/roboflow/inference/pull/1900 * Enable crash dump of input image by @grzegorz-roboflow in https://github.com/roboflow/inference/pull/1921 * Feature/event log block improvements by @jeku46 in https://github.com/roboflow/inference/pull/1929 * Selectively disabling workflow blocks from inference server by @bigbitbus in https://github.com/roboflow/inference/pull/1924 **Full Changelog**: https://github.com/roboflow/inference/compare/v0.64.3...v0.64.4