openstacksdk/releasenotes/notes/futurist-b54b0f449d410997.yaml

9 lines
303 B
YAML

---
features:
- |
Switched to the ``futurist`` library for managing background
concurrent tasks. Introduced a new ``pool_executor`` parameter
to `Connection` that allows passing any any futurist Executor
for cases where the default ``ThreadPoolExecutor`` would not
be appropriate.