Releases: chimurai/http-proxy-middleware
Releases · chimurai/http-proxy-middleware
v3.0.5
v2.0.9
v3.0.4
What's Changed
- chore(package): bump dev dependencies by @chimurai in #1045
- chore(package): update yarn.lock by @chimurai in #1046
- docs(readme): fix example code syntax error by @17hz in #1014
- chore(package): bump express to v4.21.1 by @chimurai in #1047
- chore(examples): update yarn.lock by @chimurai in #1048
- chore(package): bump dev deps by @chimurai in #1059
- chore(package): bump dev dependencies by @chimurai in #1060
- chore(package): bump dev dependencies by @chimurai in #1074
- ci(github-actions): pipeline improvements by @chimurai in #1082
- feat(types): export Plugin type by @oktapodia in #1071
- fix(fixRequestBody): support multipart/form-data by @JS-mark in #896
- chore(package.json): bump dev deps by @chimurai in #1083
- ci(package): patch http-proxy by @chimurai in #1084
- ci(pkg-pr-new): publish package for testing purposes by @chimurai in #1085
- build(patch-package): run patch-package in 'development' only by @chimurai in #1086
- chore(examples): update next deps by @chimurai in #1087
- ci(github-actions): update spellcheck config by @chimurai in #1088
- fix(websocket): handle errors in handleUpgrade by @nwalters512 in #823
- fix(fixRequestBody): prevent multiple .write() calls by @chimurai in #1089
- fix(fixRequestBody): handle invalid request by @chimurai in #1092
- docs(CHANGELOG): update changelog by @chimurai in #1093
- chore(package): v3.0.4 by @chimurai in #1095
New Contributors
- @17hz made their first contribution in #1014
- @oktapodia made their first contribution in #1071
- @JS-mark made their first contribution in #896
- @nwalters512 made their first contribution in #823
Full Changelog: v3.0.3...v3.0.4
v2.0.8
v3.0.3
v2.0.7
Full Changelog: v2.0.6...v2.0.7
v2.0.7-beta.1
Full Changelog: v2.0.7-beta.0...v2.0.7-beta.1
v2.0.7-beta.0
Full Changelog: v2.0.6...v2.0.7-beta.0
v3.0.2
What's Changed
- chore(vscode): fix eslint setting by @chimurai in #1030
- refactor(dependency): replace is-plain-obj with is-plain-object by @chimurai in #1031
- chore(package): upgrade to eslint v9 by @chimurai in #1032
- chore(eslint): lint examples by @chimurai in #1033
- fix(logger-plugin): handle undefined protocol and hostname by @chimurai in #1036
- chore(package): release v3.0.2 by @chimurai in #1037
Full Changelog: v3.0.1...v3.0.2
v3.0.1
What's Changed
- docs(responseInterceptor): fix header manipulation example by @mcgwiz in #967
- fix(type): fix RequestHandler return type by @chimurai in #980
- chore(package): lockfile update by @chimurai in #981
- chore(package): bump dev dependencies by @chimurai in #982
- chore(package): yarn.lock update by @chimurai in #986
- refactor(errors): improve pathFilter error message by @chimurai in #987
- docs(MIGRATION.md): fix misspelled URLs by @lpaolini in #988
- fix(logger-plugin): fix missing target port by @chimurai in #989
- docs(websocket): improve example for online IDE by @chimurai in #990
- ci(package): npm package provenance by @chimurai in #991
- docs(examples): move example dependencies from root by @chimurai in #994
- ci(github-actions): update to node v22 by @chimurai in #995
- docs(examples): add vanilla http server example by @chimurai in #996
- ci(github-actions): update cspell to v6 by @chimurai in #998
- docs(examples): next.js by @chimurai in #999
- fix(logger-plugin): log target port when router option is used by @chimurai in #1001
- docs(example): fastify example by @chimurai in #1002
- docs(README): express request and response generics example by @chimurai in #1006
- chore(package): bump dependencies by @chimurai in #1008
- refactor: fix circular dependencies by @chimurai in #1010
- chore(package): update ip dev dependency by @chimurai in #1011
- ci(github-actions): update to actions/cache@4 by @chimurai in #1013
- fix(fix-request-body): support '+json' content-type suffix by @howiezhao in #1015
- chore(package.json): fix repository.url by @chimurai in #1018
- chore(package): update dependencies by @chimurai in #1019
- chore(examples): update yarn.lock by @chimurai in #1020
- chore(package): 3.0.1-beta.1 by @chimurai in #1022
- chore(package.json): add type: commonjs by @chimurai in #1024
- chore(package): update dev deps by @chimurai in #1025
- chore(package): update deps by @chimurai in #1026
- chore(yarn.lock): micromatch 4.0.8 by @chimurai in #1027
- chore(package): release v3.0.1 by @chimurai in #1029
New Contributors
- @mcgwiz made their first contribution in #967
- @lpaolini made their first contribution in #988
- @howiezhao made their first contribution in #1015
Full Changelog: v3.0.0...v3.0.1