Releases: ardatan/whatwg-node
April 14, 2025
@whatwg-node/[email protected]
Patch Changes
- #2310
f699a1b
Thanks @enisdenjo! - dependencies updates:- Updated dependency
@whatwg-node/node-fetch@^0.7.18
↗︎
(from^0.7.11
, independencies
)
- Updated dependency
April 14, 2025
@whatwg-node/[email protected]
Patch Changes
-
#2305
380984a
Thanks @enisdenjo! - dependencies updates:- Added dependency
@fastify/busboy@^3.1.1
↗︎ (to
dependencies
) - Removed dependency
busboy@^1.6.0
↗︎ (from
dependencies
)
- Added dependency
-
#2305
380984a
Thanks @enisdenjo! - Abort parsing form data if the request is
aborted -
#2305
380984a
Thanks @enisdenjo! - Handle parsing form data when supplied
Content-Length header value is smaller than the actual data -
Updated dependencies
[6bf6aa0
]:- @whatwg-node/[email protected]
@whatwg-node/[email protected]
Patch Changes
- #2276
6bf6aa0
Thanks @andreialecu! - Fix types by replacingVoidFunction
type to() => void
@whatwg-node/[email protected]
Patch Changes
-
#2305
380984a
Thanks @enisdenjo! - Handle request abort signals with streamed
body on uWS adapter -
#2229
9655941
Thanks @ardatan! - SimplifyuseContentEncoding
plugin -
Updated dependencies
[6bf6aa0
]:- @whatwg-node/[email protected]
March 25, 2025
@whatwg-node/[email protected]
Patch Changes
March 25, 2025
March 25, 2025
@whatwg-node/[email protected]
Patch Changes
-
#2208
ff052a3
Thanks @ardatan! - When anyRequest
method is called outside
server adapter scope, it used to hang. This PR prevents it to hang and throw an error if the
readable stream is destroyed earlier.let request: Request const adapter = createServerAdapter(req => { request = req return new Response('Hello World') }) await request.text() // Was hanging but now throws an error
@whatwg-node/[email protected]
Patch Changes
-
#2208
ff052a3
Thanks @ardatan! - When anyRequest
method is called outside
server adapter scope, it used to hang. This PR prevents it to hang and throw an error if the
readable stream is destroyed earlier.let request: Request const adapter = createServerAdapter(req => { request = req return new Response('Hello World') }) await request.text() // Was hanging but now throws an error
March 21, 2025
@whatwg-node/[email protected]
Patch Changes
March 19, 2025
@whatwg-node/[email protected]
Patch Changes
March 17, 2025
@whatwg-node/[email protected]
Minor Changes
- #2152
54a26bb
Thanks @EmrysMyrddin! - Allow to pass a finally callback to
handleMaybePromise
March 17, 2025
@whatwg-node/[email protected]
Patch Changes
-
#2182
a45e929
Thanks @ardatan! - UseArray.fromAsync
when possible to collect
values -
Updated dependencies
[a45e929
]:- @whatwg-node/[email protected]
@whatwg-node/[email protected]
Patch Changes
March 06, 2025
@whatwg-node/[email protected]
Patch Changes
- #2145
dac036c
Thanks @ardatan! - dependencies updates:- Added dependency
@envelop/instrumentation@^1.0.0
↗︎
(todependencies
) - Removed dependency
@envelop/[email protected]
↗︎
(fromdependencies
)
- Added dependency