@@ -7,8 +7,34 @@ What's new in SimPhoNy Remote 0.9.0
77Summary
88~~~~~~~
99
10- - Remoteappdb now accepts the database path as a mandatory argument
11-
10+ - Administrative Web interface (#284)
11+ - Introduced runtime label namespace to differentiate labels added by the docker
12+ build process from those added at startup (#292)
13+ - The associated absolute URL path is now attached to the running container in a
14+ runtime label (#311)
15+ - Remoteappdb now accepts the database path as a mandatory argument, instead of
16+ an option entry (#291)
17+ - Accounting interface change: User can now be obtained by user name or id. (#308)
18+ - Accounting interface change: Extended accounting to perform administrative actions (#304)
19+ - Docker container object now provides the user that started the container (#302)
20+ - Web API resources are now under webapi, instead of restresources (#317)
21+ - Upgraded dependency to tornado WebAPI 0.4.0 (#328)
22+ - Cleanup of WebAPI testing (#324) JavaScript (#320), stale code (#319)
23+ - Moved JupyterHub support classes to specific subpackage (#298)
24+ - Introduced authenticated decorator for resources that does not
25+ perform redirection like web.authenticated (#294)
26+ - Pinned requirements to specific versions (#289)
27+ - UI:
28+ - Added fading in effect when applications are shown
29+ - Refactoring:
30+ - Extracted volume string parsing routine (#303)
31+ - Extracted base application object (#301)
32+ - Extracted base spawner (#300)
33+ - remoteappmanager entry point is now part of the CLI package (#299)
34+ - Removed test setting of PROXY_API_TOKEN (#288)
35+ - Security Fix:
36+ - Prevent another user to stop another user's container through its
37+ url_id (#310)
1238
1339What's new in SimPhoNy Remote 0.8.0
1440-----------------------------------
0 commit comments