Skip to content

Commit

Permalink
Emphasize breaking change in new section.
Browse files Browse the repository at this point in the history
Also bump major version while we're at it.
  • Loading branch information
ryanlovett committed Dec 1, 2021
1 parent ee9cd92 commit 0532a31
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
## 1.5
## 2.0

### 1.5 - 2021-12-01
### 2.0 - 2021-12-01

#### Breaking changes

* Install a newer version of rstudio-server -- either a later 1.4 or a newer date-based release. If you are using an older versions of rstudio-server, please install jupyter-rsession-proxy <= 1.4. It is no longer necessary to set the RSESSION_PROXY_RSTUDIO_1_4 environment variable.

#### Enhancements made

- Support recent rstudio-server releases.
* Support recent rstudio-server releases.

#### Dependency updates

* Bump jupyter-server-proxy from 3.1.0 to 3.2.0.
* Remove check for RSESSION_PROXY_RSTUDIO_1_4 environment variable. jupyter-rsession-proxy now supports later versions of rstudio-server 1.4 and the newer date-based releases. For older versions of rstudio-server, please use jupyter-rsession-proxy <= 1.4.

## Merged PRs

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setuptools.setup(
name="jupyter-rsession-proxy",
version='1.4',
version='2.0',
url="https://github.com/jupyterhub/jupyter-rsession-proxy",
author="Ryan Lovett & Yuvi Panda",
description="Jupyter extension to proxy RStudio",
Expand Down

0 comments on commit 0532a31

Please sign in to comment.