Version 0.5.15, released on 15 december 2020
Bug fixes:
- Restore Python 3.7 compatibility (got broken in 0.5.14)
New features:
- You can now use a future instead of a callback function or coroutine when adding an event. This allows you to add and event and await the response in a single place.
- You can now add events that don't require a response, and the VEN will no longer respond to events that don't expect a response. In this case, your on_event handler may still, but does not need to, return an opt status. The returned opt status will be ignored in that case.