Jupyter-rsession-proxy

Latest version: v2.3.0

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

Scan your dependencies

Page 1 of 2

2.3

2.3.0

([full changelog](https://github.com/jupyterhub/jupyter-rsession-proxy/compare/v2.2.1...972ca72623e43e3c8c2d99894a68d553fdd17015))

Enhancements made

- Support communicating with rstudio via unix socket instead of tcp socket [159](https://github.com/jupyterhub/jupyter-rsession-proxy/pull/159) ([jhgoebbert](https://github.com/jhgoebbert))
- Made the www-frame-origin for rserver environment-configurable [148](https://github.com/jupyterhub/jupyter-rsession-proxy/pull/148) ([rickmcgeer](https://github.com/rickmcgeer))

Maintenance and upkeep improvements

- update install requirement (jupyter-server-proxy) for unix-socket-support [162](https://github.com/jupyterhub/jupyter-rsession-proxy/pull/162) ([jhgoebbert](https://github.com/jhgoebbert))
- minimize overhead when checking the supported args by RStudio [160](https://github.com/jupyterhub/jupyter-rsession-proxy/pull/160) ([jhgoebbert](https://github.com/jhgoebbert))
- Add and document release automation via github actions [155](https://github.com/jupyterhub/jupyter-rsession-proxy/pull/155) ([consideRatio](https://github.com/consideRatio))
- Update requirements for jupyter-server-proxy [146](https://github.com/jupyterhub/jupyter-rsession-proxy/pull/146) ([consideRatio](https://github.com/consideRatio))

Documentation improvements

- Retroactively add v2.2.1 to changelog and fix heading levels etc [154](https://github.com/jupyterhub/jupyter-rsession-proxy/pull/154) ([consideRatio](https://github.com/consideRatio))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterhub/jupyter-rsession-proxy/graphs/contributors?from=2024-03-13&to=2025-01-14&type=c))

[benz0li](https://github.com/search?q=repo%3Ajupyterhub%2Fjupyter-rsession-proxy+involves%3Abenz0li+updated%3A2024-03-13..2025-01-14&type=Issues) | [consideRatio](https://github.com/search?q=repo%3Ajupyterhub%2Fjupyter-rsession-proxy+involves%3AconsideRatio+updated%3A2024-03-13..2025-01-14&type=Issues) | [jhgoebbert](https://github.com/search?q=repo%3Ajupyterhub%2Fjupyter-rsession-proxy+involves%3Ajhgoebbert+updated%3A2024-03-13..2025-01-14&type=Issues) | [rickmcgeer](https://github.com/search?q=repo%3Ajupyterhub%2Fjupyter-rsession-proxy+involves%3Arickmcgeer+updated%3A2024-03-13..2025-01-14&type=Issues) | [ryanlovett](https://github.com/search?q=repo%3Ajupyterhub%2Fjupyter-rsession-proxy+involves%3Aryanlovett+updated%3A2024-03-13..2025-01-14&type=Issues) | [welcome](https://github.com/search?q=repo%3Ajupyterhub%2Fjupyter-rsession-proxy+involves%3Awelcome+updated%3A2024-03-13..2025-01-14&type=Issues) | [yuvipanda](https://github.com/search?q=repo%3Ajupyterhub%2Fjupyter-rsession-proxy+involves%3Ayuvipanda+updated%3A2024-03-13..2025-01-14&type=Issues)

2.2.1

([full changelog](https://github.com/jupyterhub/jupyter-rsession-proxy/compare/v2.2.0...v2.2.1))

Merged PRs

- Update requirements for jupyter-server-proxy [146](https://github.com/jupyterhub/jupyter-rsession-proxy/pull/146) ([consideRatio](https://github.com/consideRatio), [ryanlovett](https://github.com/ryanlovett))
- Add new RStudio icon [125](https://github.com/jupyterhub/jupyter-rsession-proxy/pull/125) ([danilopeixoto](https://github.com/danilopeixoto), [yuvipanda](https://github.com/yuvipanda))

Contributors to this release

The following people contributed discussions, new ideas, code and documentation contributions, and review.
See [our definition of contributors](https://github-activity.readthedocs.io/en/latest/#how-does-this-tool-define-contributions-in-the-reports).

([GitHub contributors page for this release](https://github.com/jupyterhub/jupyter-rsession-proxy/graphs/contributors?from=2023-06-23&to=2024-03-13&type=c))

benz0li ([activity](https://github.com/search?q=repo%3Ajupyterhub%2Fjupyter-rsession-proxy+involves%3Abenz0li+updated%3A2023-06-23..2024-03-13&type=Issues)) | danilopeixoto ([activity](https://github.com/search?q=repo%3Ajupyterhub%2Fjupyter-rsession-proxy+involves%3Adanilopeixoto+updated%3A2023-06-23..2024-03-13&type=Issues)) | eeholmes ([activity](https://github.com/search?q=repo%3Ajupyterhub%2Fjupyter-rsession-proxy+involves%3Aeeholmes+updated%3A2023-06-23..2024-03-13&type=Issues)) | ryanlovett ([activity](https://github.com/search?q=repo%3Ajupyterhub%2Fjupyter-rsession-proxy+involves%3Aryanlovett+updated%3A2023-06-23..2024-03-13&type=Issues)) | yuvipanda ([activity](https://github.com/search?q=repo%3Ajupyterhub%2Fjupyter-rsession-proxy+involves%3Ayuvipanda+updated%3A2023-06-23..2024-03-13&type=Issues))

2.2

2.2.0

([full changelog](https://github.com/jupyterhub/jupyter-rsession-proxy/compare/v2.1.0...8a87f3fbb21015927cfb30aec63af791fb0a19bc))

Merged PRs

- Prepare 2.2.0 release. [141](https://github.com/jupyterhub/jupyter-rsession-proxy/pull/141) ([ryanlovett](https://github.com/ryanlovett))
- add float conversion for timeout [137](https://github.com/jupyterhub/jupyter-rsession-proxy/pull/137) ([matuskosut](https://github.com/matuskosut))
- Fix netloc when rstudio-server inserts port. [134](https://github.com/jupyterhub/jupyter-rsession-proxy/pull/134) ([ryanlovett](https://github.com/ryanlovett))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterhub/jupyter-rsession-proxy/graphs/contributors?from=2022-09-07&to=2023-06-12&type=c))

[matuskosut](https://github.com/search?q=repo%3Ajupyterhub%2Fjupyter-rsession-proxy+involves%3Amatuskosut+updated%3A2022-09-07..2023-06-12&type=Issues) | [ryanlovett](https://github.com/search?q=repo%3Ajupyterhub%2Fjupyter-rsession-proxy+involves%3Aryanlovett+updated%3A2022-09-07..2023-06-12&type=Issues) | [welcome](https://github.com/search?q=repo%3Ajupyterhub%2Fjupyter-rsession-proxy+involves%3Awelcome+updated%3A2022-09-07..2023-06-12&type=Issues)

2.1

Page 1 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.