mirror of
https://github.com/http-party/node-http-proxy.git
synced 2025-12-08 20:59:18 +00:00
[misc] Updating the changelog. Close #137
This commit is contained in:
parent
ca37ad7436
commit
b5847733cd
36
CHANGELOG.md
36
CHANGELOG.md
@ -1,5 +1,41 @@
|
|||||||
## ChangeLog for: node-http-proxy
|
## 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
|
## Version 0.5.0 - 4/15/2011
|
||||||
- Remove winston in favor of custom events (indexzero)
|
- Remove winston in favor of custom events (indexzero)
|
||||||
- Add x-forwarded-for Header (indexzero)
|
- Add x-forwarded-for Header (indexzero)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user