|
1 | 1 | SimPhoNy Remote CHANGELOG |
2 | 2 | ========================= |
3 | 3 |
|
| 4 | +What's new in SimPhoNy Remote 2.2.0 |
| 5 | +----------------------------------- |
| 6 | + |
| 7 | +- Features: |
| 8 | + - Inclusion of (optional) license key in `ApplicationPolicy` object (#544) |
| 9 | + - Inclusion of Nginx template scripts for setting up a reverse proxy (#544) |
| 10 | + - Inclusion of `BasicAuthenticator` class for simple demo deployments (#544) |
| 11 | + - Supports additional OAuth services using `oauthenticator` package (#544) |
| 12 | + - Extend `Configurable`s framework to enable declaring a startup file (#560, #564, #568) |
| 13 | + - Supports declaring a demo set of applications that all users are automatically granted access to (#554, #569) |
| 14 | + - Add Spawner options to enable admins to spawn user sessions (#598) |
| 15 | + |
| 16 | +- Fixes: |
| 17 | + - Fixed broken Sphinx documentation builds on RTD (#575, #577, #582, #600) |
| 18 | + |
| 19 | +- Removals: |
| 20 | + - Replaced insecure authentication with between `remoteappmanager` and JupyterHub with OAuth protocol |
| 21 | + - Replace deprecated `tornado.testing.LogTrapTestCase` test case class with `ExpectLog` (#544) |
| 22 | + - Remove `AsyncTestCase` patch for older versions of `tornado.testing` (#544) |
| 23 | + |
| 24 | +- Maintenance: |
| 25 | + - Support for Ubuntu 18.0.4 and CentOS7 deployments (#544) |
| 26 | + - Update NodeJS to use 14.x.x series |
| 27 | + - Update `jupyterhub` framework to version 0.9.6 (#552, #604) |
| 28 | + - Update `requests` library to version 2.20.0 (#606) |
| 29 | + - Updated `tornado` package to version 5.1.1 (#544) |
| 30 | + - Update `docker-py` library to version 2.2 (#602) |
| 31 | + - Updated dependency versions (now install `astor` through PyPi) (#544) |
| 32 | + - Docker compose scripts included to build SR docker image for debug purposes (#544) |
| 33 | + |
| 34 | +- Other: |
| 35 | + - Updated documentation (#544, #583) |
| 36 | + - Included `geckodriver` installation for selenium testing (#544) |
| 37 | + - Adopted GitHub Actions CI, running Ubuntu 18.04 and CentOS 7 (#554, #558) |
| 38 | + - Added cron job to run CI regularly twice a month (#576) |
| 39 | + |
| 40 | + |
4 | 41 | What's new in SimPhoNy Remote 2.1.0 |
5 | 42 | ----------------------------------- |
6 | 43 |
|
|
0 commit comments