Skip to content

Commit 975a147

Browse files
authored
Merge pull request #488 from consideRatio/pr/changelog-v430
Add changelog for v4.3.0
2 parents b558d24 + e6a24ab commit 975a147

File tree

2 files changed

+367
-322
lines changed

2 files changed

+367
-322
lines changed

docs/source/changelog.md

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

3+
## 4.3
4+
5+
### v4.3.0 - 2024-07-01
6+
7+
#### New features added
8+
9+
- feat: Allow Skipping of Activity Reporting [#473](https://github.com/jupyterhub/jupyter-server-proxy/pull/473) ([@sdmichelini](https://github.com/sdmichelini), [@yuvipanda](https://github.com/yuvipanda), [@ryanlovett](https://github.com/ryanlovett), [@deser](https://github.com/deser))
10+
- Allow configuring jupyterlab launcher category [#453](https://github.com/jupyterhub/jupyter-server-proxy/pull/453) ([@dylex](https://github.com/dylex), [@yuvipanda](https://github.com/yuvipanda), [@bollwyvl](https://github.com/bollwyvl), [@imcovangent](https://github.com/imcovangent))
11+
- Add `raw_socket_proxy` to directly proxy websockets to TCP/unix sockets [#447](https://github.com/jupyterhub/jupyter-server-proxy/pull/447) ([@dylex](https://github.com/dylex), [@yuvipanda](https://github.com/yuvipanda), [@manics](https://github.com/manics))
12+
13+
#### Bugs fixed
14+
15+
- Fix failure to update \_\_version\_\_ [#481](https://github.com/jupyterhub/jupyter-server-proxy/pull/481) ([@consideRatio](https://github.com/consideRatio))
16+
- Prevent failed entrypoints from spoiling the launch [#443](https://github.com/jupyterhub/jupyter-server-proxy/pull/443) ([@banesullivan-kobold](https://github.com/banesullivan-kobold), [@yuvipanda](https://github.com/yuvipanda))
17+
18+
#### Documentation improvements
19+
20+
- Detail fixes in RELEASE.md [#487](https://github.com/jupyterhub/jupyter-server-proxy/pull/487) ([@consideRatio](https://github.com/consideRatio))
21+
- Fixed jlpm to jupyter in bash command [#478](https://github.com/jupyterhub/jupyter-server-proxy/pull/478) ([@imcovangent](https://github.com/imcovangent), [@yuvipanda](https://github.com/yuvipanda))
22+
23+
#### Continuous integration improvements
24+
25+
- ci: remove workaround running test in py311 instead of py312 [#485](https://github.com/jupyterhub/jupyter-server-proxy/pull/485) ([@consideRatio](https://github.com/consideRatio))
26+
- ci: reference node lts to avoid need to bump in october [#484](https://github.com/jupyterhub/jupyter-server-proxy/pull/484) ([@consideRatio](https://github.com/consideRatio))
27+
- ci: fix test failure on windows and error on bash pipe failures etc [#483](https://github.com/jupyterhub/jupyter-server-proxy/pull/483) ([@consideRatio](https://github.com/consideRatio))
28+
29+
#### Contributors to this release
30+
31+
The following people contributed discussions, new ideas, code and documentation contributions, and review.
32+
See [our definition of contributors](https://github-activity.readthedocs.io/en/latest/#how-does-this-tool-define-contributions-in-the-reports).
33+
34+
([GitHub contributors page for this release](https://github.com/jupyterhub/jupyter-server-proxy/graphs/contributors?from=2024-06-11&to=2024-07-01&type=c))
35+
36+
@banesullivan-kobold ([activity](https://github.com/search?q=repo%3Ajupyterhub%2Fjupyter-server-proxy+involves%3Abanesullivan-kobold+updated%3A2024-06-11..2024-07-01&type=Issues)) | @bollwyvl ([activity](https://github.com/search?q=repo%3Ajupyterhub%2Fjupyter-server-proxy+involves%3Abollwyvl+updated%3A2024-06-11..2024-07-01&type=Issues)) | @consideRatio ([activity](https://github.com/search?q=repo%3Ajupyterhub%2Fjupyter-server-proxy+involves%3AconsideRatio+updated%3A2024-06-11..2024-07-01&type=Issues)) | @costa ([activity](https://github.com/search?q=repo%3Ajupyterhub%2Fjupyter-server-proxy+involves%3Acosta+updated%3A2024-06-11..2024-07-01&type=Issues)) | @deser ([activity](https://github.com/search?q=repo%3Ajupyterhub%2Fjupyter-server-proxy+involves%3Adeser+updated%3A2024-06-11..2024-07-01&type=Issues)) | @dylex ([activity](https://github.com/search?q=repo%3Ajupyterhub%2Fjupyter-server-proxy+involves%3Adylex+updated%3A2024-06-11..2024-07-01&type=Issues)) | @imcovangent ([activity](https://github.com/search?q=repo%3Ajupyterhub%2Fjupyter-server-proxy+involves%3Aimcovangent+updated%3A2024-06-11..2024-07-01&type=Issues)) | @manics ([activity](https://github.com/search?q=repo%3Ajupyterhub%2Fjupyter-server-proxy+involves%3Amanics+updated%3A2024-06-11..2024-07-01&type=Issues)) | @ryanlovett ([activity](https://github.com/search?q=repo%3Ajupyterhub%2Fjupyter-server-proxy+involves%3Aryanlovett+updated%3A2024-06-11..2024-07-01&type=Issues)) | @sdmichelini ([activity](https://github.com/search?q=repo%3Ajupyterhub%2Fjupyter-server-proxy+involves%3Asdmichelini+updated%3A2024-06-11..2024-07-01&type=Issues)) | @yuvipanda ([activity](https://github.com/search?q=repo%3Ajupyterhub%2Fjupyter-server-proxy+involves%3Ayuvipanda+updated%3A2024-06-11..2024-07-01&type=Issues))
37+
338
## 4.2
439

540
### v4.2.0 - 2024-06-11

0 commit comments

Comments
 (0)