Skip to content

Commit b335f6c

Browse files
authored
Merge pull request #336 from consideRatio/pr/changelog-for-5.0.0
Add changelog for 4.5.0
2 parents fa3a212 + cf20696 commit b335f6c

File tree

3 files changed

+41
-4
lines changed

3 files changed

+41
-4
lines changed

CHANGELOG.md

+38-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,41 @@ command line for details.
66

77
## [Unreleased]
88

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))
20+
- Require node 12+ explicitly [#323](https://github.com/jupyterhub/configurable-http-proxy/pull/323) ([@consideRatio](https://github.com/consideRatio))
21+
- 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))
41+
42+
[@consideRatio](https://github.com/search?q=repo%3Ajupyterhub%2Fconfigurable-http-proxy+involves%3AconsideRatio+updated%3A2021-05-26..2021-07-19&type=Issues) | [@dtaniwaki](https://github.com/search?q=repo%3Ajupyterhub%2Fconfigurable-http-proxy+involves%3Adtaniwaki+updated%3A2021-05-26..2021-07-19&type=Issues) | [@Icare2000](https://github.com/search?q=repo%3Ajupyterhub%2Fconfigurable-http-proxy+involves%3AIcare2000+updated%3A2021-05-26..2021-07-19&type=Issues) | [@manics](https://github.com/search?q=repo%3Ajupyterhub%2Fconfigurable-http-proxy+involves%3Amanics+updated%3A2021-05-26..2021-07-19&type=Issues) | [@minrk](https://github.com/search?q=repo%3Ajupyterhub%2Fconfigurable-http-proxy+involves%3Aminrk+updated%3A2021-05-26..2021-07-19&type=Issues)
43+
944
## 4.4
1045

1146
### [4.4.0] - 2021-05-26
@@ -386,7 +421,9 @@ Improvements:
386421

387422
## [0.1.1] - 2014-10-01
388423

389-
[unreleased]: https://github.com/jupyterhub/configurable-http-proxy/compare/4.3.1...HEAD
424+
[unreleased]: https://github.com/jupyterhub/configurable-http-proxy/compare/4.5.0...HEAD
425+
[4.5.0]: https://github.com/jupyterhub/configurable-http-proxy/compare/4.4.4...4.5.0
426+
[4.4.4]: https://github.com/jupyterhub/configurable-http-proxy/compare/4.3.2...4.4.4
390427
[4.3.2]: https://github.com/jupyterhub/configurable-http-proxy/compare/4.3.1...4.3.2
391428
[4.3.1]: https://github.com/jupyterhub/configurable-http-proxy/compare/4.3.0...4.3.1
392429
[4.3.0]: https://github.com/jupyterhub/configurable-http-proxy/compare/4.2.3...4.3.0

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -366,8 +366,8 @@ Q: My proxy is not starting. What could be happening?
366366

367367
[node-http-proxy]: https://github.com/nodejitsu/node-http-proxy
368368
[jupyterhub]: https://github.com/jupyterhub/jupyterhub
369-
[petstore swagger site]: http://petstore.swagger.io/?url=https://raw.githubusercontent.com/jupyterhub/configurable-http-proxy/master/doc/rest-api.yml#/default
370-
[swagger specification file]: https://github.com/jupyterhub/configurable-http-proxy/blob/master/doc/rest-api.yml
369+
[petstore swagger site]: http://petstore.swagger.io/?url=https://raw.githubusercontent.com/jupyterhub/configurable-http-proxy/HEAD/doc/rest-api.yml#/default
370+
[swagger specification file]: https://github.com/jupyterhub/configurable-http-proxy/blob/HEAD/doc/rest-api.yml
371371
[get all routes in routing table]: #getting-the-routing-table
372372
[add a new route]: #adding-new-routes
373373
[remove the given route]: #deleting-routes

doc/rest-api.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
swagger: "2.0"
22
info:
33
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"
55
version: "1.1.0"
66
securityDefinitions:
77
token:

0 commit comments

Comments
 (0)