- Add `stop_on_interruption` parameter to `run_asynchronous_interactive_console`. - Add `stop_on_interruption` parameter to `AsynchronousInteractiveConsole`.
1.0.23
Not secure
Improvements
- Ignore raising `RichAttributeErrorBaseType.__getattr__` frames when rending exception traceback.
Bug fixes
- `FutureSyncWrapper._future` can be nulled, meaning it's loop could also be nulled.
1.0.22
Not secure
Bug fixes
- Importing just `.websocket` didn't resolve `.http_client` causing `NotImplementedError` runtime. (Sube0880) - `include` could fail when including a not yet resolved reference to a non-module file.
1.0.21
Not secure
Bug fixes
- `create_event_loop` didn't set event loop correctly (typo).
1.0.20
Not secure
Bug fixes
- Not yet started event loops were undetectable by `get_event_loop` causing `RuntimeError`. Set them at `create_event_loop` if applicable.