jupyterhub / jupyter-rsession-proxy

Jupyter extensions for running an RStudio rsession proxy
BSD 3-Clause "New" or "Revised" License
118 stars 87 forks source link

New Release #100

Closed dhirschfeld closed 3 years ago

dhirschfeld commented 3 years ago

I'm opening this issue to request a new release of jupyter-rsession-proxy.

I was trying to get this working locally with RStudio 1.4 and ran smack into https://github.com/jupyterhub/jupyter-rsession-proxy/issues/93

[I 2021-05-31 13:36:32.763 ServerApp] 302 GET /rstudio/ (127.0.0.1) 2431.45ms
[W 2021-05-31 13:36:32.804 ServerApp] 404 GET /auth-sign-in?appUri=%2F (127.0.0.1) 29.28ms referer=http://localhost:8888/lab

Following the rabbit-hole, I copy/pasted the code from master into my local install and it Just Worked!

I gather that I may run into problems when trying this with JupyterHub but I think having it work locally is enough of a benefit to justify a release now and if the JupyterHub issue is eventually sorted then that could be released separately later.

welcome[bot] commented 3 years ago

Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively. welcome You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! :wave:
Welcome to the Jupyter community! :tada:

dhirschfeld commented 3 years ago

Ping! Is there any chance someone can release master as-is? The changes since the last release fix a bug I'm running into with RStudio 1.4.

https://github.com/jupyterhub/jupyter-rsession-proxy/compare/v1.2.0...master

ryanlovett commented 3 years ago

Thanks for the nudge @dhirschfeld ! I've released master as 1.3.

dhirschfeld commented 3 years ago

Thanks for the release! ♥️