Skip to content

Commit face48e

Browse files
authored
Merge pull request #423 from consideRatio/pr/add-changelog-4.1.0
Add changelog for 4.1.0
2 parents b4b6e02 + eb3b455 commit face48e

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

docs/source/changelog.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
11
# Changelog
22

3+
## 4.1
4+
5+
### 4.1.0 - 2023-09-25
6+
7+
#### New features added
8+
9+
- Add extension for Jupyter Notebook 7 [#425](https://github.com/jupyterhub/jupyter-server-proxy/pull/425) ([@bollwyvl](https://github.com/bollwyvl), [@consideRatio](https://github.com/consideRatio))
10+
- Add JupyterLab 4 support for the extension [#419](https://github.com/jupyterhub/jupyter-server-proxy/pull/419) ([@trungleduc](https://github.com/trungleduc), [@consideRatio](https://github.com/consideRatio), [@manics](https://github.com/manics), [@bollwyvl](https://github.com/bollwyvl), [@ryanlovett](https://github.com/ryanlovett), [@Khagesh16](https://github.com/Khagesh16))
11+
12+
#### Bugs fixed
13+
14+
- Ensure proxying to Unix sockets constructs separate HTTP clients [#415](https://github.com/jupyterhub/jupyter-server-proxy/pull/415) ([@takluyver](https://github.com/takluyver), [@manics](https://github.com/manics))
15+
16+
#### Continuous integration improvements
17+
18+
- Work around incompatibility (missing firefox_profile arg) for acceptance tests [#416](https://github.com/jupyterhub/jupyter-server-proxy/pull/416) ([@takluyver](https://github.com/takluyver), [@manics](https://github.com/manics))
19+
- ci: cleanup stashed SHA256 checksum before publish to PyPI [#401](https://github.com/jupyterhub/jupyter-server-proxy/pull/401) ([@consideRatio](https://github.com/consideRatio))
20+
- Test Windows [#392](https://github.com/jupyterhub/jupyter-server-proxy/pull/392) ([@manics](https://github.com/manics), [@consideRatio](https://github.com/consideRatio), [@bollwyvl](https://github.com/bollwyvl))
21+
22+
#### Dependency updates
23+
24+
- labextension: refreeze yarn.lock [#422](https://github.com/jupyterhub/jupyter-server-proxy/pull/422) ([@consideRatio](https://github.com/consideRatio))
25+
- labextension: refreeze yarn.lock [#400](https://github.com/jupyterhub/jupyter-server-proxy/pull/400) ([@consideRatio](https://github.com/consideRatio))
26+
27+
#### Contributors to this release
28+
29+
The following people contributed discussions, new ideas, code and documentation contributions, and review.
30+
See [our definition of contributors](https://github-activity.readthedocs.io/en/latest/#how-does-this-tool-define-contributions-in-the-reports).
31+
32+
([GitHub contributors page for this release](https://github.com/jupyterhub/jupyter-server-proxy/graphs/contributors?from=2023-04-20&to=2023-09-25&type=c))
33+
34+
@bollwyvl ([activity](https://github.com/search?q=repo%3Ajupyterhub%2Fjupyter-server-proxy+involves%3Abollwyvl+updated%3A2023-04-20..2023-09-25&type=Issues)) | @cataluna84 ([activity](https://github.com/search?q=repo%3Ajupyterhub%2Fjupyter-server-proxy+involves%3Acataluna84+updated%3A2023-04-20..2023-09-25&type=Issues)) | @consideRatio ([activity](https://github.com/search?q=repo%3Ajupyterhub%2Fjupyter-server-proxy+involves%3AconsideRatio+updated%3A2023-04-20..2023-09-25&type=Issues)) | @Khagesh16 ([activity](https://github.com/search?q=repo%3Ajupyterhub%2Fjupyter-server-proxy+involves%3AKhagesh16+updated%3A2023-04-20..2023-09-25&type=Issues)) | @manics ([activity](https://github.com/search?q=repo%3Ajupyterhub%2Fjupyter-server-proxy+involves%3Amanics+updated%3A2023-04-20..2023-09-25&type=Issues)) | @oeway ([activity](https://github.com/search?q=repo%3Ajupyterhub%2Fjupyter-server-proxy+involves%3Aoeway+updated%3A2023-04-20..2023-09-25&type=Issues)) | @ryanlovett ([activity](https://github.com/search?q=repo%3Ajupyterhub%2Fjupyter-server-proxy+involves%3Aryanlovett+updated%3A2023-04-20..2023-09-25&type=Issues)) | @takluyver ([activity](https://github.com/search?q=repo%3Ajupyterhub%2Fjupyter-server-proxy+involves%3Atakluyver+updated%3A2023-04-20..2023-09-25&type=Issues)) | @trungleduc ([activity](https://github.com/search?q=repo%3Ajupyterhub%2Fjupyter-server-proxy+involves%3Atrungleduc+updated%3A2023-04-20..2023-09-25&type=Issues))
35+
336
## 4.0
437

538
### 4.0.0 - 2023-04-20

0 commit comments

Comments
 (0)