From b5847733cd17d2dd60ee73353fea0fa5a1c6232a Mon Sep 17 00:00:00 2001 From: cronopio Date: Thu, 31 May 2012 15:19:45 -0500 Subject: [PATCH 1/3] [misc] Updating the changelog. Close #137 --- CHANGELOG.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 850453ef6..8d84d8557 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,41 @@ ## ChangeLog for: node-http-proxy +## Version 0.8.0 - 5/22/2012 +- Improve support and tests for url segment routing (maxogden) +- Fix aborting connections when request close (c4milo) +- Avoid 'Transfer-Encoding' on HTTP/1.0 clients (koichik). +- Support for Node.js 0.6.x (mmalecki) + + +## Version 0.7.3 - 10/4/2011 +- Fix setting x-forwarded headers (jesusabdullah) +- Updated examples (AvianFlu) + +## Version 0.7.0 - 9/10/2011 +- Handles to every throw-able resume() call (isaacs) +- Updated tests, README and package.json (indexzero) +- Added HttpProxy.close() method (indexzero) + +## Version 0.6.6 - 8/31/2011 +- Add more examples (dominictarr) +- Use of 'pkginfo' (indexzero) +- Handle cases where res.write throws (isaacs) +- Handles to every throw-able res.end call (isaacs) + +## Version 0.5.11 - 6/21/2011 +- Add more examples with WebSockets (indexzero) +- Update the documentation (indexzero) + +## Version 0.5.7 - 5/19/2011 +- Fix to README related to markup and fix some examples (benatkin) +- Improve WebSockets handling (indexzero) +- Improve WebSockets tests (indexzero) +- Improve https tests (olauzon) +- Add devDependencies to package.json (olauzon) +- Add 'proxyError' event (indexzero) +- Add 'x-forwarded-{port|proto}' headers support (indexzero) +- Keep-Alive connection supported (indexzero) + ## Version 0.5.0 - 4/15/2011 - Remove winston in favor of custom events (indexzero) - Add x-forwarded-for Header (indexzero) From df650d11dd0a47653a4905f871d8d3d6c327d600 Mon Sep 17 00:00:00 2001 From: cronopio Date: Thu, 31 May 2012 15:26:28 -0500 Subject: [PATCH 2/3] [minor fix] delete white space --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d84d8557..4dffa5306 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,6 @@ - Avoid 'Transfer-Encoding' on HTTP/1.0 clients (koichik). - Support for Node.js 0.6.x (mmalecki) - ## Version 0.7.3 - 10/4/2011 - Fix setting x-forwarded headers (jesusabdullah) - Updated examples (AvianFlu) From e9a3a3012c5507dff46afd3e5cececf43b1717ae Mon Sep 17 00:00:00 2001 From: cronopio Date: Tue, 5 Jun 2012 15:37:55 -0500 Subject: [PATCH 3/3] [misc] changelog updated to version 0.8.1 --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dffa5306..b76b0abba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ ## ChangeLog for: node-http-proxy -## Version 0.8.0 - 5/22/2012 +## Version 0.8.1 - 6/5/2012 +- Fix re-emitting of events in RoutingProxy (coderarity) +- New load balancer and middleware examples (marak) +- Docs updated including changelog (lot of gently people) + +## Version 0.8.0 - 12/23/2011 - Improve support and tests for url segment routing (maxogden) - Fix aborting connections when request close (c4milo) - Avoid 'Transfer-Encoding' on HTTP/1.0 clients (koichik).