You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+38-1
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,41 @@ command line for details.
6
6
7
7
## [Unreleased]
8
8
9
+
## 4.5
10
+
11
+
### [4.5.0] - 2021-07-19
12
+
13
+
This minor release will only be available for you if you have node version 12
14
+
and higher as we have explicitly dropped support for lower versions.
15
+
16
+
#### Bugs fixed
17
+
18
+
- Fix to flags configuring ip addresses for ipv4+ipv6 compatebility [#333](https://github.com/jupyterhub/configurable-http-proxy/pull/333) ([@consideRatio](https://github.com/consideRatio))
19
+
- Handle store backend errors [#325](https://github.com/jupyterhub/configurable-http-proxy/pull/325) ([@dtaniwaki](https://github.com/dtaniwaki))
- Set client SSL on only CA case [#319](https://github.com/jupyterhub/configurable-http-proxy/pull/319) ([@dtaniwaki](https://github.com/dtaniwaki))
22
+
23
+
#### Documentation improvements
24
+
25
+
- docs: update outdated requirement of node [#335](https://github.com/jupyterhub/configurable-http-proxy/pull/335) ([@consideRatio](https://github.com/consideRatio))
26
+
- Amend changelog about dropping statsd [#317](https://github.com/jupyterhub/configurable-http-proxy/pull/317) ([@consideRatio](https://github.com/consideRatio))
27
+
28
+
#### Continuous integration improvements
29
+
30
+
- ci: add tests of node 16 [#334](https://github.com/jupyterhub/configurable-http-proxy/pull/334) ([@consideRatio](https://github.com/consideRatio))
31
+
- ci: fix details in workflows causing duplicated builds and a failure [#326](https://github.com/jupyterhub/configurable-http-proxy/pull/326) ([@consideRatio](https://github.com/consideRatio))
32
+
33
+
#### Dependency updates
34
+
35
+
- Bump ws from 7.4.5 to 7.5.3 [#324](https://github.com/jupyterhub/configurable-http-proxy/pull/324)[#328](https://github.com/jupyterhub/configurable-http-proxy/pull/328)[#332](https://github.com/jupyterhub/configurable-http-proxy/pull/332), [#331](https://github.com/jupyterhub/configurable-http-proxy/pull/331) ([@dependabot](https://github.com/dependabot))
36
+
- Bump commander from 7.2.0 to 8.0.0 [#329](https://github.com/jupyterhub/configurable-http-proxy/pull/329) ([@dependabot](https://github.com/dependabot))
37
+
38
+
#### Contributors to this release
39
+
40
+
([GitHub contributors page for this release](https://github.com/jupyterhub/configurable-http-proxy/graphs/contributors?from=2021-05-26&to=2021-07-19&type=c))
Copy file name to clipboardExpand all lines: doc/rest-api.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
swagger: "2.0"
2
2
info:
3
3
title: "Configurable HTTP Proxy"
4
-
description: "The REST API for configurable-http-proxy.\n\n Find out more: https://github.com/jupyterhub/configurable-http-proxy/blob/master/README.md"
4
+
description: "The REST API for configurable-http-proxy.\n\n Find out more: https://github.com/jupyterhub/configurable-http-proxy/blob/HEAD/README.md"
0 commit comments