This release includes a new env var `DISABLE_INFERENCE_CACHE`. When set to `true`, internal inference caching will be disabled. Also, logging has been updated to be less verbose by default. To increase verbosity, set `LOG_LEVEL=DEBUG`.
0.8.8
Not secure
**Summary**
Contains a fix in imread/imdecode logic. Also moves logic out of `version.py` to fix github actions.
0.8.7
**Summary**
- Abandons Pillow in favor of OpenCV for faster end to end processing - Fixes a bug with new device management logic - Upgrades version checking logic - Adds env var to fix Jetson 5.1.1 images
0.8.6
**Summary** This release includes logic to detect and log if there is a newer release available. It also contains a new enterprise device manager.
0.8.5
Not secure
**Summary** Contains bug fixes for configurations that use the `LICENSE_SERVER` setting.
0.8.4
Not secure
Summary:
- Image loading is now multi-threaded for batch requests. This should increase total FPS, especially for batch requests that include large images. - The regression test Github action now runs on a Github actions runner. - The extras require has been fixed for the various distribution packages