Releases: webpack/webpack-dev-server
Releases · webpack/webpack-dev-server
v5.2.1
5.2.1 (2025-03-26)
Security
- cross-origin requests are not allowed unless allowed by
Access-Control-Allow-Origin
header - requests with an IP addresses in the
Origin
header are not allowed to connect to WebSocket server unless configured byallowedHosts
or it different from theHost
header
The above changes may make the dev server not work if you relied on such behavior, but unfortunately they carry security risks, so they were considered as fixes.
Bug Fixes
v5.2.0
v5.1.0
5.1.0 (2024-09-03)
Features
- add visual progress indicators (a8f40b7)
- added the
app
option to beFunction
(by default only withconnect
compatibility frameworks) (3096148) - allow the
server
option to beFunction
(#5275) (02a1c6d) - http2 support for
connect
andconnect
compatibility frameworks which support HTTP2 (#5267) (6509a3f)