- Use host argument with wslink ([8](https://github.com/Kitware/trame-server/pull/8), [`8935e6a`](https://github.com/Kitware/trame-server/commit/8935e6a1c434f5054b1dda89482c34c4e1595276))
Add environment variable fallback for host definition
2.7.0
Features
- **ready**: Add ready future on server to await ([`6b72322`](https://github.com/Kitware/trame-server/commit/6b72322c06a5ade065355e2ffbd5d74206a89464))
2.6.1
Bug Fixes
- **corountine**: Remove deprecated API for Py 3.11 ([`82d945d`](https://github.com/Kitware/trame-server/commit/82d945d319c3f8c87c8797f4318e44b964e35e25))
Using inspect.isawaitable rather than asyncio.coroutine
- **security**: Moved authKeyFile argument from wslink to trame-server ([`9c3b6fc`](https://github.com/Kitware/trame-server/commit/9c3b6fc5757fc6ca3ef1954f01216d64919d72e0))
- **security**: Use authKeyFile argument if present ([`5c4fb3b`](https://github.com/Kitware/trame-server/commit/5c4fb3b227e8085073ce15dc3a9b5603db93b426))
If python >= 3.7 is being used, just use the built-in `isascii()` method. But if python < 3.7, we have to use our own.
Signed-off-by: Patrick Avery <patrick.averykitware.com>
2.5.0
Features
- **state**: Report when state key is not serializable ([`fac8866`](https://github.com/Kitware/trame-server/commit/fac886650d53d052b79d70ac8b99a4847e98ca76))