Releases: mswjs/interceptors
Releases · mswjs/interceptors
v0.31.0
v0.31.0 (2024-07-04)
Features
- ClientRequest: await response listeners before emitting the "end" response event (#591) (f68e0b6) @kettanaito
v0.30.1
v0.30.1 (2024-07-02)
Bug Fixes
- ClientRequest: account for missing
agent.destroy
when terminating a request (#585) (1226eb7) @freben @kettanaito
v0.30.0
v0.30.0 (2024-06-06)
Features
- WebSocket: add connection "info" to the "connection" event payload (#577) (8c633ad) @DanielleHuisman @kettanaito
Bug Fixes
- set "WebSocket.protocol" to an empty string by default (#578) (87ae1e3) @DanielleHuisman
v0.29.1
v0.29.1 (2024-04-29)
Bug Fixes
- ClientRequest: decode uri for username and password before setting basic authentication header (#565) (2cb46d7) @kettanaito @mdesousa
v0.29.0
v0.28.4
v0.28.3
v0.28.3 (2024-04-17)
Bug Fixes
- unify server error response across interceptors (#555) (bd0a7dd) @kettanaito
v0.28.2
v0.28.2 (2024-04-17)
Bug Fixes
- treat thrown responses as mocked responses (#553) (58a089a) @kettanaito
v0.28.1
v0.28.0
v0.28.0 (2024-04-16)
Features
- treat unhandled interceptor exceptions as 500 responses (#532) (61f9459) @kettanaito