All Versions
96
Latest Version
Avg Release Cycle
82 days
Latest Release
1464 days ago

Changelog History
Page 9

  • v0.5.8 Changes

    May 21, 2011

    Commits

    • ๐Ÿ“„ [doc] Regenerate docco docs c5fd368
    • โšก๏ธ [doc] Update docco docs 74120d8
    • โšก๏ธ [doc] Update to v0.5.7 in code and README.md 6fd272a
    • [dist] Version bump. 0.5.8. Forwards compatible with new versions of nodejs 76ecb51
    • ๐Ÿ‘ [fix] Dont force Connection: close now that Keep-Alive is supported a86d18b
    • โšก๏ธ [test] Update to vows description for web-socket-proxy-test.js a865fe6
  • v0.5.7 Changes

    May 19, 2011

    Commits

    • [api] Add x-forwarded-proto and x-forwarded-port to proxied HTTP requests 421895f
    • ๐Ÿ‘€ [dist] Version bump. v0.5.7. Only good on node v0.4.7. See issue #48. 0911c17
    • [fix] Set x-forwarded-for from req.connection.socket.remoteAddress if req.connection.remoteAddress is not defined e9b3ec9
  • v0.5.6 Changes

    May 19, 2011

    Commits

    • ๐Ÿ‘€ [fix doc] Add error handler to reverseProxy request when proxying WebSockets to prevent unhandled ParseError. Rename some variables in proxyWebSocketRequest to make the code more readable 76580c2
    • ๐Ÿ“„ [doc] Regenerate docco docs bd45216
    • ๐Ÿ”จ [api minor] Small refactor to emit webSocketProxyError from a single helper function on any of the various error events in the proxy chain 5d2192e
    • ๐Ÿ”€ [api] Manual merge of #46: add custom proxyError event and enable production error handling. 652cca3
    • ๐Ÿ‘€ [dist] Version bump. v0.5.6 Only good on node v0.4.7. See issue #48. f1c0f64
  • v0.5.5 Changes

    May 19, 2011

    Commits

    • [fix] Change variable references for Websockets, bugs found from using wsbench 7bf0cae
    • ๐Ÿ‘€ [dist] Version bump. 0.5.5. Only good on node v0.4.7. See issue #48. acacc05
  • v0.5.4 Changes

    May 19, 2011

    Commits

    • โšก๏ธ [doc] Update docco docs faf2618
    • โšก๏ธ [doc] Update README.md to reflect the new HTTPS to HTTP proxy capabilities abc01bc
    • โšก๏ธ [doc] Update examples for HTTPS to HTTP proxying 91737fa
    • โšก๏ธ [doc test api] Improve node-http-proxy API to allow for HTTPS to HTTP proxying scenarios. Update tests accordingly. 895f577
    • ๐Ÿ‘€ [dist] Version bump. 0.5.4. Only good on node v0.4.7. See issue #48. c04eec1
    • โšก๏ธ [minor] Update README.md to conform to Github flavored markdown 32a15dd
    • โšก๏ธ [minor] Update README.md to conform to Github flavored markdown 521fe27
  • v0.5.3 Changes

    May 18, 2011

    Commits

    • โœ… [test] Continued work around Origin mismatch tests 44a8566
    • ๐Ÿ“„ [doc] Regenerate docco docs 9e36d2d
    • โœ… [fix test api] Only change Origin headers in WebSocket requests when the changeOrigin option is set explicitly. Added tests to ensure Origin and sec-websocket-origin headers match when proxying websockets. 9c6c4b9
    • โœ… [test] Improve websocket tests to inspect outgoing and incoming HTTP headers to test origin mismatch bugs 6e679c8
    • โœ… [test] Refined tests to begin checking Origin == Sec-Websocket-Origin 9ab54ab
    • ๐Ÿš€ [doc minor] Update docs and code docs for v0.5.3 release 03b9087
    • ๐Ÿ‘€ [dist] Version bump. v0.5.3. Only good on node v0.4.7. See issue #48. d9fa261
  • v0.5.2 Changes

    May 17, 2011

    ๐Ÿ”€ Merged

    • Readme: fix syntax error, reformat code blocks #52

    Commits

    • format markdown for syntax highlighting on GitHub 28f6dc1
    • ๐Ÿ“„ [doc] Regenerate docco docs a5e1e3e
    • โœ… [test] Fix tests in https mode 1ee6bef
    • โฌ†๏ธ [fix] Manage bookkeeping for incoming requests to the underlying sockets behind reverse proxied websocket events. Only use the appropriate variables in the closure scope of the upgrade event from this bookkeeping 85223ea
    • [minor] Fix syntax in examples/ ff82946
    • โž• add spacing around code blocks to fix README rendering ab8c264
    • ๐Ÿ“ฆ [dist] Use devDependencies in package.json e6c52d4
    • don't highlight non-javascript as javascript d5b9ba7
    • ๐Ÿ›  fix syntax error in README example 332d2d7
    • ๐Ÿ”Š [minor] Ignore npm modules and debug logs e90cbd6
    • [dist] Include docco module as a dev dependency d08c2bb
    • ๐Ÿ‘€ [dist] Version bump. 0.5.2. Only good on node v0.4.7. See issue #48. 360e79a
  • v0.5.1 Changes

    May 10, 2011

    Commits

    • ๐Ÿ‘€ [dist] Version bump. 0.5.1. Only good on node v0.4.7. See issue #48. 6c80177
    • โช Revert "Fixed "Invalid argument to getAgent" when proxying HTTP" 40dc9de
    • [fix] Fix typo in bin/node-http-proxy 57127a3
    • ๐Ÿ”€ Merged pull request #39 from timmattison/master. ac425d7
    • ๐Ÿ›  Fixed "Invalid argument to getAgent" when proxying HTTP 642e158
  • v0.5.0 Changes

    April 17, 2011

    Commits

    • ๐ŸŒ [doc] Breakout demo.js into files in example/. Add web-socket-proxy.js example 6e4bf6a
    • ๐Ÿ“š [api test doc] Improve HTTPS support. Update minor documentation. Change tests accordingly. bf68dc3
    • โšก๏ธ [api] Update WebSocket support to use http.Agent APIs b0b0183
    • โšก๏ธ [api] Update .proxyRequest() and .proxyWebSocketRequest() APIs to take an options hash instead of a set of arguments. Add HTTPS support. cfddd12
    • โšก๏ธ [doc api] Update README.md and CHANGELOG.md for v0.5.0. Update bin/node-http-proxy to read files specified in config.https 212009d
    • โœ… [test] Add WebSocket tests 4d18ac1
    • ๐Ÿ“„ [doc] Regenerate docco docs c485c87
    • โšก๏ธ [doc test] Small updates to README.md. Update to try require socket.io 12064d8
    • ๐Ÿšš [api] Remove winston logging in favor of custom events a89b397
    • โšก๏ธ [doc] Update README.md bd6a262
    • [dist] Version bump. v0.5.0 ddf31b2
    • โšก๏ธ [api] Update request event to be consistent by emitting both req and res. Add x-forwarded-for header. a3cb527
    • [api] Emit end event when done proxying 5681fc1
    • โšก๏ธ [minor] Small update to README.md 40c51a7
    • ๐Ÿšš [dist] Move pgriess' websocket client into vendor/* 7cbf447
  • v0.4.2 Changes

    April 13, 2011

    Commits

    • ๐Ÿšš [dist] Version bump. 0.4.2. Remove eyes dependency. a5d88aa