Skip to content

Commit 133115c

Browse files
committed
[doc dist] Update CHANGELOG.md for v0.9.0.
1 parent ad21310 commit 133115c

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

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

3+
## Version 0.9.0 - 3/9/2012
4+
- Fix #276 Ensure response.headers.location is defined (indexzero)
5+
- Fix #248 Make options immutable in RoutingProxy (indexzero)
6+
- Fix #359 Do not modify the protocol in redirect request for external sites. (indexzero)
7+
- Fix #373 Do not use "Transfer-Encoding: chunked" header for proxied DELETE requests with no "Content-Length" header. (indexzero)
8+
- Fix #338 Set "content-length" header to "0" if it is not already set on DELETE requests. (indexzero)
9+
- Updates to README.md and Examples (ramitos, jamie-stackhouse, oost, indexzero)
10+
- Fixes to ProxyTable and Routing Proxy (adjohnson916, otavoijr)
11+
- New API for ProxyTable (mikkel, tglines)
12+
- Add `options.timeout` for specifying socket timeouts (pdoran)
13+
- Improve bin/node-http-proxy (niallo)
14+
- Don't emit `proxyError` twice (erasmospunk)
15+
- Fix memory leaks in WebSocket proxying
16+
- Support UNIX Sockets (yosefd)
17+
- Fix truncated chunked respones (jpetazzo)
18+
- Allow upstream listeners to get `proxyResponse` (colinmollenhour)
19+
320
## Version 0.8.1 - 6/5/2012
421
- Fix re-emitting of events in RoutingProxy (coderarity)
522
- New load balancer and middleware examples (marak)

0 commit comments

Comments
 (0)