* Changed `asyncio.get_event_loop()` with `asyncio.get_running_loop()` as the former is deprecated.
1.1.1
* Added `skip_strip_code` as query argument for when you want to leave the original code as-is _(do not strip white-space and comments from code)_.
1.1.0
* Added optional WebSocket support _(requires ThingsDB v1.6.0)_. * Added `close_and_wait()` method for combining `close()` + `wait_closed()`.
1.0.7
* Implemented and fixed build-in function for the /thingsdb scope. _(Thanks Koos85 )_
1.0.6
* Replaced `logging.warn(..)` with `logging.warning(..)`. * Fixed build-in functions: `del_module(..)` and `set_log_level(..)`. * Removed unused function.
1.0.5
* Added `no_join(..)` function to `Room` type _(for emit only rooms)_. * Marked function `id(..)` as deprecated. * Raise correct exception when using an empty node pool.