Skip to content

Commit f059a08

Browse files
authored
Merge pull request #601 from minrk/510-cl
changelog for 5.1.0
2 parents 810239e + 7999f62 commit f059a08

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,36 @@ command line for details.
88

99
## 5.0
1010

11+
### 5.1.0 - 2025-09-25
12+
13+
5.1.0 fixes a longstanding bug where stopped servers could cause the proxy to leak sockets in at least two different ways.
14+
See [#557](https://github.com/jupyterhub/configurable-http-proxy/issues/557) for more details.
15+
16+
([full changelog](https://github.com/jupyterhub/configurable-http-proxy/compare/5.0.1...5.1.0))
17+
18+
#### New features added
19+
20+
- Support proxying to unix sockets [#592](https://github.com/jupyterhub/configurable-http-proxy/pull/592) ([@dometto](https://github.com/dometto), [@minrk](https://github.com/minrk))
21+
22+
#### Bugs fixed
23+
24+
- fix socket leak by updating to http-proxy-3 1.21.1 [#600](https://github.com/jupyterhub/configurable-http-proxy/pull/600) ([@minrk](https://github.com/minrk), [@consideRatio](https://github.com/consideRatio))
25+
- fix errorTarget with websockets [#599](https://github.com/jupyterhub/configurable-http-proxy/pull/599) ([@minrk](https://github.com/minrk), [@consideRatio](https://github.com/consideRatio))
26+
27+
#### Maintenance and upkeep improvements
28+
29+
- Follow up #592 [#597](https://github.com/jupyterhub/configurable-http-proxy/pull/597) ([@agoose77](https://github.com/agoose77), [@minrk](https://github.com/minrk))
30+
31+
#### Contributors to this release
32+
33+
The following people contributed discussions, new ideas, code and documentation contributions, and review.
34+
See [our definition of contributors](https://github-activity.readthedocs.io/en/latest/#how-does-this-tool-define-contributions-in-the-reports).
35+
36+
([GitHub contributors page for this release](https://github.com/jupyterhub/configurable-http-proxy/graphs/contributors?from=2025-05-28&to=2025-09-25&type=c))
37+
38+
@agoose77 ([activity](https://github.com/search?q=repo%3Ajupyterhub%2Fconfigurable-http-proxy+involves%3Aagoose77+updated%3A2025-05-28..2025-09-25&type=Issues)) | @consideRatio ([activity](https://github.com/search?q=repo%3Ajupyterhub%2Fconfigurable-http-proxy+involves%3AconsideRatio+updated%3A2025-05-28..2025-09-25&type=Issues)) | @dometto ([activity](https://github.com/search?q=repo%3Ajupyterhub%2Fconfigurable-http-proxy+involves%3Adometto+updated%3A2025-05-28..2025-09-25&type=Issues)) | @felder ([activity](https://github.com/search?q=repo%3Ajupyterhub%2Fconfigurable-http-proxy+involves%3Afelder+updated%3A2025-05-28..2025-09-25&type=Issues)) | @manics ([activity](https://github.com/search?q=repo%3Ajupyterhub%2Fconfigurable-http-proxy+involves%3Amanics+updated%3A2025-05-28..2025-09-25&type=Issues)) | @minrk ([activity](https://github.com/search?q=repo%3Ajupyterhub%2Fconfigurable-http-proxy+involves%3Aminrk+updated%3A2025-05-28..2025-09-25&type=Issues)) | @shaneknapp ([activity](https://github.com/search?q=repo%3Ajupyterhub%2Fconfigurable-http-proxy+involves%3Ashaneknapp+updated%3A2025-05-28..2025-09-25&type=Issues))
39+
| @williamstein ([activity](https://github.com/search?q=repo%3Ajupyterhub%2Fconfigurable-http-proxy+involves%3Awilliamstein+updated%3A2025-05-28..2025-09-25&type=Issues)) | @yijunge-ucb ([activity](https://github.com/search?q=repo%3Ajupyterhub%2Fconfigurable-http-proxy+involves%3Ayijunge-ucb+updated%3A2025-05-28..2025-09-25&type=Issues)) | @yuvipanda ([activity](https://github.com/search?q=repo%3Ajupyterhub%2Fconfigurable-http-proxy+involves%3Ayuvipanda+updated%3A2025-05-28..2025-09-25&type=Issues))
40+
1141
### 5.0.1 - 2025-05-28
1242

1343
5.0.1 fixes internal SSL, which was broken in 5.0.0.

0 commit comments

Comments
 (0)