Skip to content

Commit aeb4cec

Browse files
authored
Merge pull request #131 from minrk/changes-3.1
changelog for 3.1
2 parents b17f008 + 75e8217 commit aeb4cec

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

CHANGELOG.md

+13-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ For detailed changes from the prior release, click on the version number, and
44
its link will bring up a GitHub listing of changes. Use `git log` on the
55
command line for details.
66

7+
## [3.1] - 2017-11
8+
9+
3.1 adds two new features:
10+
11+
- Add `--change-origin` passthrough for node-http-proxy's changeOrigin option.
12+
- Add support via `--storage-backend <storage-class>` for custom storage classes.
13+
See [configurable-http-proxy-redis-backend](https://github.com/globocom/configurable-http-proxy-redis-backend)
14+
for an example using redis.
15+
716
## [3.0] - 2017-09-19
817

918
3.0 is a major release because much of the code has been reorganized
@@ -119,8 +128,10 @@ Improvements:
119128

120129
## 0.1.1 - 2014-10-01
121130

122-
[Unreleased]: https://github.com/jupyterhub/configurable-http-proxy/compare/2.0.2...HEAD
123-
[2.0]: https://github.com/jupyterhub/configurable-http-proxy/compare/1.3.1...2.0.1
131+
[Unreleased]: https://github.com/jupyterhub/configurable-http-proxy/compare/3.1.0...HEAD
132+
[3.1]: https://github.com/jupyterhub/configurable-http-proxy/compare/3.0.0...3.1.0
133+
[3.0]: https://github.com/jupyterhub/configurable-http-proxy/compare/2.0.4...3.0.0
134+
[2.0]: https://github.com/jupyterhub/configurable-http-proxy/compare/1.3.1...2.0.4
124135
[1.3]: https://github.com/jupyterhub/configurable-http-proxy/compare/1.2.0...1.3.0
125136
[1.2]: https://github.com/jupyterhub/configurable-http-proxy/compare/1.1.0...1.2.0
126137
[1.1]: https://github.com/jupyterhub/configurable-http-proxy/compare/1.0.0...1.1.0

0 commit comments

Comments
 (0)