What's Changed
- chore: remove legacyCreateProxyMiddleware() [BREAKING CHANGE] by @chimurai in #1175
- fix: applyPathRewrite logs old req.url instead of rewritten path by @nicoabie in #1157
- fix: prevent TypeError when ws enabled but server is undefined by @bjnewman in #1163
- fix(fixRequestBody): support content-encoding on request body by @robbtraister in #1142
- refactor: remove deprecated url.parse() by @chimurai in #1176
- chore(package.json): drop node20 [BREAKING CHANGE] by @chimurai in #1179
- ci: migrate from jest to vitest by @chimurai in #1180
- chore(package.json): esm only [BREAKING CHANGE] by @chimurai in #1181
- chore(package.json): bump to httpxy 0.5.0 by @chimurai in #1183
- chore: remove third party config by @chimurai in #1184
- chore: minor improvements by @chimurai in #1185
- test: target connection errors by @chimurai in #1186
- chore(package.json): v4.0.0-beta.1 by @chimurai in #1187
- ci(github-actions): bump actions by @chimurai in #1188
New Contributors
- @nicoabie made their first contribution in #1157
- @robbtraister made their first contribution in #1142
Full Changelog: v4.0.0-beta.0...v4.0.0-beta.2