Releases: mswjs/interceptors
Releases · mswjs/interceptors
v0.37.5
v0.37.4
v0.37.4 (2025-01-02)
Bug Fixes
- ClientRequest: prevent
rawHeaders
from being shared across instances (#694) (a5ef7ea) @mikicho @kettanaito - MockAgent: add explicit return types to agent methods (#696) (6400beb) @sam-super
v0.37.3
v0.37.3 (2024-12-02)
Bug Fixes
- ClientRequest: passthrough
Upgrade
requests correctly (#683) (cd32d01) @kettanaito
v0.37.2
v0.37.2 (2024-12-01)
Bug Fixes
- ClientRequest: prevent
req.write()
callbacks from being called twice on passthrough (#685) (e3c2a0b) @kettanaito
v0.37.1
v0.37.1 (2024-11-18)
Bug Fixes
- WebSocket: buffer sending the data until connection is open (#678) (eaf7182) @kettanaito
v0.37.0
v0.36.10
v0.36.10 (2024-11-06)
Bug Fixes
- ClientRequest: do not unshift write buffer when flushing request headers (#674) (0d580b3) @kettanaito
- fetch: support already aborted requests (#673) (20e9ce4) @kettanaito
v0.36.9
v0.36.8
v0.36.8 (2024-11-03)
Bug Fixes
- hasConfigurableGlobal: handle existing globals with undefined value (#669) (f2ae132) @Afsoon @kettanaito
v0.36.7
v0.36.7 (2024-10-30)
Bug Fixes
- skip interceptors for non-configurable globals (#665) (2ec79d7) @kettanaito