Skip to content

Commit b584773

Browse files
committed
[misc] Updating the changelog. Close #137
1 parent ca37ad7 commit b584773

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

CHANGELOG.md

+36
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,41 @@
11
## ChangeLog for: node-http-proxy
22

3+
## Version 0.8.0 - 5/22/2012
4+
- Improve support and tests for url segment routing (maxogden)
5+
- Fix aborting connections when request close (c4milo)
6+
- Avoid 'Transfer-Encoding' on HTTP/1.0 clients (koichik).
7+
- Support for Node.js 0.6.x (mmalecki)
8+
9+
10+
## Version 0.7.3 - 10/4/2011
11+
- Fix setting x-forwarded headers (jesusabdullah)
12+
- Updated examples (AvianFlu)
13+
14+
## Version 0.7.0 - 9/10/2011
15+
- Handles to every throw-able resume() call (isaacs)
16+
- Updated tests, README and package.json (indexzero)
17+
- Added HttpProxy.close() method (indexzero)
18+
19+
## Version 0.6.6 - 8/31/2011
20+
- Add more examples (dominictarr)
21+
- Use of 'pkginfo' (indexzero)
22+
- Handle cases where res.write throws (isaacs)
23+
- Handles to every throw-able res.end call (isaacs)
24+
25+
## Version 0.5.11 - 6/21/2011
26+
- Add more examples with WebSockets (indexzero)
27+
- Update the documentation (indexzero)
28+
29+
## Version 0.5.7 - 5/19/2011
30+
- Fix to README related to markup and fix some examples (benatkin)
31+
- Improve WebSockets handling (indexzero)
32+
- Improve WebSockets tests (indexzero)
33+
- Improve https tests (olauzon)
34+
- Add devDependencies to package.json (olauzon)
35+
- Add 'proxyError' event (indexzero)
36+
- Add 'x-forwarded-{port|proto}' headers support (indexzero)
37+
- Keep-Alive connection supported (indexzero)
38+
339
## Version 0.5.0 - 4/15/2011
440
- Remove winston in favor of custom events (indexzero)
541
- Add x-forwarded-for Header (indexzero)

0 commit comments

Comments
 (0)