Skip to content

Commit 27fa708

Browse files
committed
Merge pull request #256 from nodejitsu/changelog
[misc] Updating the changelog. Close #137
2 parents 64c9747 + e9a3a30 commit 27fa708

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

CHANGELOG.md

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

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

0 commit comments

Comments
 (0)