Trame-server

Latest version: v3.2.3

Safety actively analyzes 681844 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 6

2.7.2

Fix

* fix(dev): add hot reloading

This adds a `--hot-reload` option where, if set, controller/state callback functions will be
automatically reloaded for every function call. This excludes functions that are located in
site-packages directories (which are usually libraries that the user is not currently
developing).

There is also a `hot_reload` decorator that may be added to functions as well, which will
cause the function to be reloaded every time.

This work is largely based off of https://github.com/julvo/reloading, with some major
modifications, including adding support for methods. His license is included within the
file.

Signed-off-by: Patrick Avery <patrick.averykitware.com> ([`5884ede`](https://github.com/Kitware/trame-server/commit/5884ede6a2662b830bba6d279d59abab0425e5e7))

Unknown

* Merge pull request 9 from Kitware/hot-reload

fix(dev): add hot reloading ([`71be7d1`](https://github.com/Kitware/trame-server/commit/71be7d1f362e257be5921aa98b60d696e6767efe))

2.7.1

Fix

* fix: use host argument with wslink (8)

Add environment variable fallback for host definition ([`8935e6a`](https://github.com/Kitware/trame-server/commit/8935e6a1c434f5054b1dda89482c34c4e1595276))

2.7.0

Feature

* feat(ready): Add ready future on server to await ([`6b72322`](https://github.com/Kitware/trame-server/commit/6b72322c06a5ade065355e2ffbd5d74206a89464))

2.6.1

Fix

* fix(corountine): Remove deprecated API for Py 3.11

Using inspect.isawaitable rather than asyncio.coroutine

fix 7 ([`82d945d`](https://github.com/Kitware/trame-server/commit/82d945d319c3f8c87c8797f4318e44b964e35e25))

2.6.0

Chore

* chore(security): Removed trailing whitespace ([`e242fed`](https://github.com/Kitware/trame-server/commit/e242fedaddc068372466e3e472523d45c3330c1d))

* chore(security): Fixed Formatting ([`005192d`](https://github.com/Kitware/trame-server/commit/005192d508d9abe1a3d8557637c3e7163d1048f1))

Feature

* feat(security): Moved authKeyFile argument from wslink to trame-server ([`9c3b6fc`](https://github.com/Kitware/trame-server/commit/9c3b6fc5757fc6ca3ef1954f01216d64919d72e0))

* feat(security): Use authKeyFile argument if present ([`5c4fb3b`](https://github.com/Kitware/trame-server/commit/5c4fb3b227e8085073ce15dc3a9b5603db93b426))

Unknown

* Merge pull request 6 from jwindgassen/authKeyFile

feat(security): Use authKeyFile argument if present ([`85b346c`](https://github.com/Kitware/trame-server/commit/85b346c132a9e6852689cd3c810984aed3dc5be4))

2.5.1

Fix

* fix(isascii): add python3.6 compatible isascii() method

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> ([`a957cdf`](https://github.com/Kitware/trame-server/commit/a957cdf9497aa72b3137cd9e390652311922b285))

Unknown

* Merge pull request 5 from Kitware/isascii-python3.6

fix(isascii): add python3.6 compatible isascii() method ([`a7cb163`](https://github.com/Kitware/trame-server/commit/a7cb1633cc52fd5a2440237512449ff9e343172d))

Page 3 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.