- Add support for PyTorch kernels. - Fix continuous API failures when faulty agents wrongly reports their status. - Upgrade aiohttp to v2.
0.9.4
------------------
- Improve packaging: auto-converted README.md as long description and unified requirements.txt and setup.py dependencies.
0.9.3
------------------
- Fix internal API mismatch bug in web termainl.
0.9.2
------------------
- Fix sorna-common requirement version.
0.9.1
------------------
IMPROVEMENTS - Handle v1/v2 API requests separately. Now it preserves old "aggregated" stdout/stderr/media outputs for v1 but uses the new streaming outputs for v2. (v1 API users can use streaming as well, but they will loose the ordering information of individual lines of the console output.)
0.9.0
------------------
FIXES - Fix task pending error during shutdown due to missing await for redis monitoring task after cancelled. - Fix wrong active instance count in Datadog stats due to missing checks for shadow in `InstanceRegistry.enumerate_instances()`.