diff --git a/releasenotes/notes/add-support-for-native-92012287cc366890.yaml b/releasenotes/notes/add-support-for-native-92012287cc366890.yaml new file mode 100644 index 00000000..45021383 --- /dev/null +++ b/releasenotes/notes/add-support-for-native-92012287cc366890.yaml @@ -0,0 +1,6 @@ +--- +features: + - | + Added support for ``native`` in OSKen Hub, using standard Python + libraries in replacement to eventlet. To enable ``native`` mode, set + the environment variable: ``OSKEN_HUB_TYPE=native``.