|
1 | 1 | ## ChangeLog for: node-http-proxy
|
2 | 2 |
|
| 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 | + |
3 | 39 | ## Version 0.5.0 - 4/15/2011
|
4 | 40 | - Remove winston in favor of custom events (indexzero)
|
5 | 41 | - Add x-forwarded-for Header (indexzero)
|
|
0 commit comments