Skip to content

Commit 175ce4f

Browse files
authored
Merge pull request #500 from krassowski/update-changelog
Add changelog for v4.4.0 (?)
2 parents b929359 + 4073bb6 commit 175ce4f

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

docs/source/changelog.md

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

3+
## 4.4
4+
5+
### v4.4.0 - 2024-08-29
6+
7+
#### New features added
8+
9+
- feat: support stream api [#479](https://github.com/jupyterhub/jupyter-server-proxy/pull/479) ([@ganisback](https://github.com/ganisback))
10+
11+
#### Bugs fixed
12+
13+
- fix: missing tornadoimport for rawsocket handler [#491](https://github.com/jupyterhub/jupyter-server-proxy/pull/491) ([@imfing](https://github.com/imfing))
14+
15+
#### Maintenance and upkeep improvements
16+
17+
- labextension: refreeze yarn.lock [#499](https://github.com/jupyterhub/jupyter-server-proxy/pull/499) ([@krassowski](https://github.com/krassowski))
18+
19+
#### Documentation improvements
20+
21+
- Document unix_socket as a parameter for callables in config [#497](https://github.com/jupyterhub/jupyter-server-proxy/pull/497) ([@takluyver](https://github.com/takluyver))
22+
23+
## Contributors to this release
24+
25+
([GitHub contributors page for this release](https://github.com/jupyterhub/jupyter-server-proxy/graphs/contributors?from=2024-07-01&to=2024-08-29&type=c))
26+
27+
[@ganisback](https://github.com/search?q=repo%3Ajupyterhub%2Fjupyter-server-proxy+involves%3Aganisback+updated%3A2024-07-01..2024-08-29&type=Issues) | [@imfing](https://github.com/search?q=repo%3Ajupyterhub%2Fjupyter-server-proxy+involves%3Aimfing+updated%3A2024-07-01..2024-08-29&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterhub%2Fjupyter-server-proxy+involves%3Akrassowski+updated%3A2024-07-01..2024-08-29&type=Issues) | [@manics](https://github.com/search?q=repo%3Ajupyterhub%2Fjupyter-server-proxy+involves%3Amanics+updated%3A2024-07-01..2024-08-29&type=Issues) | [@takluyver](https://github.com/search?q=repo%3Ajupyterhub%2Fjupyter-server-proxy+involves%3Atakluyver+updated%3A2024-07-01..2024-08-29&type=Issues) | [@yuvipanda](https://github.com/search?q=repo%3Ajupyterhub%2Fjupyter-server-proxy+involves%3Ayuvipanda+updated%3A2024-07-01..2024-08-29&type=Issues)
28+
329
## 4.3
430

531
### v4.3.0 - 2024-07-01

0 commit comments

Comments
 (0)