| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-06 | 3.9 kB | |
| v4.1.0 source code.tar.gz | 2026-06-06 | 1.0 MB | |
| v4.1.0 source code.zip | 2026-06-06 | 1.1 MB | |
| Totals: 3 Items | 2.1 MB | 1 | |
What's Changed
- docs(MIGRATION.md): restore MIGRATION.md by @chimurai in https://github.com/chimurai/http-proxy-middleware/pull/1226
- ci(ci.yml): add permissions by @chimurai in https://github.com/chimurai/http-proxy-middleware/pull/1227
- test: add http2 tests by @chimurai in https://github.com/chimurai/http-proxy-middleware/pull/1228
- feat(definePlugin): helper function to create plugins by @chimurai in https://github.com/chimurai/http-proxy-middleware/pull/1229
- docs: improve jsdoc for responseInterceptor and fixRequestBody by @chimurai in https://github.com/chimurai/http-proxy-middleware/pull/1230
- chore(package.json): update dev deps by @chimurai in https://github.com/chimurai/http-proxy-middleware/pull/1231
- fix(types): widen Filter callback return type by @Mallikarjun-0 in https://github.com/chimurai/http-proxy-middleware/pull/1232
- chore(package.json): update to httpxy@0.5.3 by @chimurai in https://github.com/chimurai/http-proxy-middleware/pull/1234
- test(logger): add e2e test for ENOTFOUND error log by @chimurai in https://github.com/chimurai/http-proxy-middleware/pull/1233
- fix(response-interceptor): reduce responseInterceptor buffer churn by @chimurai in https://github.com/chimurai/http-proxy-middleware/pull/1236
- fix(ws): handle multi-server upgrade subscription and safe proxy shutdown by @chimurai in https://github.com/chimurai/http-proxy-middleware/pull/1237
- test(ws): add tests docs by @chimurai in https://github.com/chimurai/http-proxy-middleware/pull/1238
- ci(publish.yml): npm stage publish by @chimurai in https://github.com/chimurai/http-proxy-middleware/pull/1239
- chore(package.json): v4.1.0-beta.0 by @chimurai in https://github.com/chimurai/http-proxy-middleware/pull/1240
- ci(publish.yml): unpin npm version by @chimurai in https://github.com/chimurai/http-proxy-middleware/pull/1241
- chore(package.json): v4.1.0-beta.1 by @chimurai in https://github.com/chimurai/http-proxy-middleware/pull/1242
- test(ws): on error event with unreachable websocket target by @chimurai in https://github.com/chimurai/http-proxy-middleware/pull/1243
- feat(router): add 'res' and 'options' to router function by @chimurai in https://github.com/chimurai/http-proxy-middleware/pull/1244
- test(http2): improve test by @chimurai in https://github.com/chimurai/http-proxy-middleware/pull/1245
- test(router): add dynamic agent test by @chimurai in https://github.com/chimurai/http-proxy-middleware/pull/1246
- feat(pathRewrite): add 'res' and 'options' to custom pathRewrite function by @chimurai in https://github.com/chimurai/http-proxy-middleware/pull/1247
- docs: fix documentation drift by @chimurai in https://github.com/chimurai/http-proxy-middleware/pull/1248
- fix(responseInterceptor): prevent trailer/content-length conflict by @chimurai in https://github.com/chimurai/http-proxy-middleware/pull/1249
- feat(zstd): support zstd compression in responseInterceptor and fixRequestBody by @chimurai in https://github.com/chimurai/http-proxy-middleware/pull/1250
- fix(responseInterceptor): handle bodyless responses (HEAD/1xx/204/304) with content-encoding by @chimurai in https://github.com/chimurai/http-proxy-middleware/pull/1251
- chore(package.json): v4.1.0-beta.2 by @chimurai in https://github.com/chimurai/http-proxy-middleware/pull/1252
- chore(package.json): bump dev deps by @chimurai in https://github.com/chimurai/http-proxy-middleware/pull/1253
- fix(router): harden proxy-table matching by @chimurai in https://github.com/chimurai/http-proxy-middleware/pull/1255
- chore(package.json): v4.1.0 by @chimurai in https://github.com/chimurai/http-proxy-middleware/pull/1257
New Contributors
- @Mallikarjun-0 made their first contribution in https://github.com/chimurai/http-proxy-middleware/pull/1232
Full Changelog: https://github.com/chimurai/http-proxy-middleware/compare/v4.0.0...v4.1.0