Releases: chimurai/http-proxy-middleware
Releases · chimurai/http-proxy-middleware
v3.0.1-beta.1
What's Changed
- 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
New Contributors
- @howiezhao made their first contribution in #1015
Full Changelog: v3.0.1-beta.0...v3.0.1-beta.1
v3.0.1-beta.0
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
New Contributors
Full Changelog: v3.0.0...v3.0.1-beta.0
v3.0.0
[BREAKING CHANGES]
Read the v3 in Discussions or MIGRATION.md to see what the breaking changes are and how you can migrate them.
What's Changed
- refactor: v3 by @chimurai in #766
- ci: github-actions Node.js v18 by @chimurai in #770
- fix(logger-plugin): fix next.js url logging (baseUrl not supported) by @chimurai in #771
- test(mockttp): fix deprecated functions by @chimurai in #772
- ci: remove unnecessary pre-build steps by @chimurai in #774
- ci(package): build speed improvements by @chimurai in #776
- docs(node17+): dns lookups localhost by @davidmeirlevy in #783
- ci(cspell): minor tweaks by @chimurai in #787
- ci: add .gitpod.yml by @chimurai in #791
- docs(shields.io): add logos to badges by @chimurai in #792
- chore(dev-deps): bump jest to v28 by @chimurai in #817
- ci(github-actions): drop node 12.x by @chimurai in #821
- chore(dev-deps): bump jest to v29 by @chimurai in #825
- chore(package): upgrade mockttp to 3.4.0 by @chimurai in #841
- chore(package): update dev dependencies by @chimurai in #844
- docs(README): fix github-actions workflow badge by @chimurai in #874
- docs(README): fix badge links by @chimurai in #875
- feat(typescript): type improvements by @chimurai in #882
- docs(servers.md): next.js bodyParser usage by @chimurai in #886
- docs: fix proxy events documentation by @chimurai in #887
- chore(package.json): bump devDependencies by @chimurai in #888
- docs: improve jsdoc for http-proxy options by @chimurai in #889
- chore(package): v3.0.0-beta.1 by @chimurai in #890
- docs(response-interceptor.md): improve example by @bangank36 in #891
- refactor(legacy adapter): add MIGRATION.md deeplinks by @chimurai in #892
- docs(README.md): add beta badge by @chimurai in #894
- refactor: minor type improvements by @chimurai in #895
- chore(deps): update to typescript v5 by @chimurai in #902
- ci(github-actions): support node v20 by @chimurai in #903
- chore(package): drop node 12 [BREAKING CHANGE] by @chimurai in #904
- chore(package): bump dev dependencies by @chimurai in #905
- ci(github-actions): minor improvements by @chimurai in #908
- docs(proxy-events.md): fix example by @pstephan9 in #921
- chore(package): bump prettier to v3 by @chimurai in #934
- ci: drop node v14 and v16 by @chimurai in #936
- chore(package): bump dev dependencies by @chimurai in #935
- docs(README): fix snyk badge by @chimurai in #937
- ci(github-actions): bump actions/checkout to v4 by @chimurai in #939
- build(gitpod): remove deprecated config by @chimurai in #944
- docs(nextjs): improve nextjs example by @chimurai in #945
- test(types): contextual types by @chimurai in #946
- ci(github-actions): update actions/setup-node to v4 by @chimurai in #951
- docs: fix documentation for websockets by @crooruhe in #953
- chore(package): bump dev dependencies by @chimurai in #977
- chore(package): v3.0.0 by @chimurai in #947
New Contributors
- @davidmeirlevy made their first contribution in #783
- @bangank36 made their first contribution in #891
- @pstephan9 made their first contribution in #921
- @crooruhe made their first contribution in #953
- @cdaringe made their first contribution in #723
Full Changelog: v2.0.4...v3.0.0
v3.0.0-beta.1
What's Changed
- ci: github-actions Node.js v18 by @chimurai in #770
- fix(logger-plugin): fix next.js url logging (baseUrl not supported) by @chimurai in #771
- test(mockttp): fix deprecated functions by @chimurai in #772
- ci: remove unnecessary pre-build steps by @chimurai in #774
- ci(package): build speed improvements by @chimurai in #776
- docs(node17+): dns lookups localhost by @davidmeirlevy in #783
- ci(cspell): minor tweaks by @chimurai in #787
- ci: add .gitpod.yml by @chimurai in #791
- docs(shields.io): add logos to badges by @chimurai in #792
- chore(dev-deps): bump jest to v28 by @chimurai in #817
- ci(github-actions): drop node 12.x by @chimurai in #821
- chore(dev-deps): bump jest to v29 by @chimurai in #825
- chore(package): upgrade mockttp to 3.4.0 by @chimurai in #841
- chore(package): update dev dependencies by @chimurai in #844
- docs(README): fix github-actions workflow badge by @chimurai in #874
- docs(README): fix badge links by @chimurai in #875
- feat(typescript): type improvements by @chimurai in #882
- docs(servers.md): next.js bodyParser usage by @chimurai in #886
- docs: fix proxy events documentation by @chimurai in #887
- chore(package.json): bump devDependencies by @chimurai in #888
- docs: improve jsdoc for http-proxy options by @chimurai in #889
- chore(package): v3.0.0-beta.1 by @chimurai in #890
New Contributors
- @davidmeirlevy made their first contribution in #783
Full Changelog: v3.0.0-beta.0...v3.0.0-beta.1
v3.0.0-beta.0
- See discussions to read about what changed in V3: #768
- Follow MIGRATION.md to upgrade from v2 to v3.
What's Changed
- chore(deps): update micromatch to 4.0.5
- chore(package): bump devDependencies
- feat(legacyCreateProxyMiddleware): show migration tips (#756)
- feat(legacyCreateProxyMiddleware): adapter with v2 behavior (#754)
- docs(proxy events): fix new syntax (#753)
- feat(debug): improve troubleshooting (#752)
- test(path-rewriter): improve coverage (#751)
- feat(ejectPlugins): skip registering default plugins (#750)
- refactor: logging [BREAKING CHANGE] (#749)
- refactor(handlers): refactor to plugins [BREAKING CHANGE] (#745)
- feat(plugins): add support for plugins (#732)
- docs: fix v3 documentation
- fix: server mounting [BREAKING CHANGE] (#731)
- test(fixRequestBody): fix broken test
- refactor: use node http base types [BREAKING CHANGE] (#730) (special thanks: @cdaringe & @devanshj)
- feat(option): refactor context to pathFilter option [BREAKING CHANGE] (#722)
- feat: remove shorthand usage [BREAKING CHANGE] (#716)
Full Changelog: v2.0.4...v3.0.0-beta.0
v2.0.6
v2.0.5
v2.0.4
What's Changed
- chore(package): bump dev dependencies by @chimurai in #714
- chore(vscode): add recommended extensions by @chimurai in #715
- docs(response-interceptor.md): add headers modification example by @stefanwright1988 in #724
- fix(fix-request-body): improve content type check by @kevinxh in #725
- chore(package): v2.0.4 by @chimurai in #729
New Contributors
- @stefanwright1988 made their first contribution in #724
- @kevinxh made their first contribution in #725
Full Changelog: v2.0.3...v2.0.4
v2.0.3
v2.0.2
What's Changed
- chore(package): bump devDependencies by @chimurai in #651
- chore(package): bump @types/express by @chimurai in #652
- chore(package): bump devDep ws by @chimurai in #653
- chore(package): bump devDep mockttp by @chimurai in #654
- fix(_handlers.ts): typo by @maple3142 in #655
- chore(package.json): bump dev dependencies by @chimurai in #671
- ci(package.json): husky install by @chimurai in #672
- chore(package): bump eslint dependencies by @chimurai in #676
- chore(package): bump dev dependencies by @chimurai in #677
- docs: remove david-dm badge by @mariuspopaadrian in #680
- chore(package): bump dev dependencies by @chimurai in #681
- chore(husky): fix husky v7 hooks by @chimurai in #682
- chore(package): pin and update dev dependencies by @chimurai in #686
- build(eslint): disable @typescript-eslint/no-explicit-any by @chimurai in #688
- build: spellchecker by @chimurai in #689
- chore: fix github templates by @chimurai in #697
- chore(github): bug template improvement by @chimurai in #698
- chore(package): bump dev dependencies by @chimurai in #699
- fix(types): fix type regression by @chimurai in #700
- fix(fixRequestBody): fix request body for empty JSON object requests by @mhassan1 in #640
- chore(deps): update @types/http-proxy to 1.17.8 by @chimurai in #701
- chore(package): v2.0.2 by @chimurai in #702
New Contributors
- @maple3142 made their first contribution in #655
- @mariuspopaadrian made their first contribution in #680
- @mhassan1 made their first contribution in #640
Full Changelog: v2.0.1...v2.0.2