File tree 2 files changed +8
-1
lines changed 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ v0.11.0] ( https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.11.0 )
4
+ - improved logging
5
+
6
+ ## [ v0.10.0] ( https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.10.0 )
7
+ - feat(proxyTable) - added proxyTable support for WebSockets.
8
+ - fixed(proxyTable) - ensure original path (not rewritten path) is being used when ` proxyTable ` is used in conjunction with ` pathRewrite ` .
9
+
3
10
## [ v0.9.1] ( https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.9.1 )
4
11
- fix server crash when socket error not handled correctly.
5
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " http-proxy-middleware" ,
3
- "version" : " 0.10 .0" ,
3
+ "version" : " 0.11 .0" ,
4
4
"description" : " The one-liner node.js proxy middleware for connect, express and browser-sync" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments