Skip to content

Commit

Permalink
Update CHANGELOG.md with additional info on jupyter-lsp release (#1039
Browse files Browse the repository at this point in the history
)

* Update `CHANGELOG.md` with additional info on jupyter-lsp release

* Clarity and grammar
  • Loading branch information
krassowski authored Jan 18, 2024
1 parent 4ad12f2 commit fdd3aff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
- bug fixes:
- address warning about renamed `extension_points` (#1035)
- fix compatibility with jupyter server 1.x
- fix an authentication-related security vulnerability (see [the advisory](https://github.com/jupyter-lsp/jupyterlab-lsp/security/advisories/GHSA-4qhp-652w-c22x) for details)
- enhancements:
- add authorization support (`lsp` resource, jupyter-server v2+ only) - this allows server operators for fine grained access control, e.g. in case if specific users (such as guest or read-only users) should not be allowed to access LSP; this is in addition to authentication fixes

### `@jupyter-lsp/jupyterlab-lsp 5.0.1`

Expand Down

0 comments on commit fdd3aff

Please sign in to comment.