Current Series Release Notes¶
16.0.0-6¶
Upgrade Notes¶
All Watcher services (API, Decision Engine, and Applier) now run in
native threadingmode by default. Previously, Eventlet was the default concurrency library. For more information, please check eventlet removal documentation.
Deprecation Notes¶
The Eventlet concurrency mode is now deprecated and will be removed in a future release. To temporarily re-enable Eventlet mode, set the environment variable
OS_WATCHER_DISABLE_EVENTLET_PATCHING=falsein the service configuration. Users are encouraged to migrate to native threading mode.