Skip to content

Releases: nock/nock

v15.0.0-beta.12

13 May 17:49
7f1bb42

Choose a tag to compare

v15.0.0-beta.12 Pre-release
Pre-release

15.0.0-beta.12 (2026-05-13)

Bug Fixes

  • remove interceptor from scope.interceptors (#2975) (7f1bb42)

v15.0.0-beta.11

07 May 19:33
d0ac909

Choose a tag to compare

v15.0.0-beta.11 Pre-release
Pre-release

15.0.0-beta.11 (2026-05-07)

Features

v14.0.15

07 May 14:32
de5450c

Choose a tag to compare

14.0.15 (2026-05-07)

Bug Fixes

  • Revert "fix(backport): apply body delay before the response end" (#2973) (de5450c), closes #2969

v14.0.14

30 Apr 19:55
215cd2a

Choose a tag to compare

14.0.14 (2026-04-30)

Bug Fixes

  • backport: apply body delay before the response end (#2969) (215cd2a)

v14.0.13

20 Apr 20:49
07fbfab

Choose a tag to compare

14.0.13 (2026-04-20)

Bug Fixes

  • types: align Definition with runtime; add rawHeaders, drop headers (#2955) (07fbfab)

v14.0.12

05 Apr 20:18
7ea9933

Choose a tag to compare

14.0.12 (2026-04-05)

Bug Fixes

  • prevent crash when query params have conflicting dot-notation keys (#2958) (7ea9933)

v15.0.0-beta.10

27 Feb 11:45
ae85b3a

Choose a tag to compare

v15.0.0-beta.10 Pre-release
Pre-release

15.0.0-beta.10 (2026-02-27)

Features

  • Vendor prod dependency on json-stringify-safe (#2910) (ae85b3a)

v15.0.0-beta.9

14 Feb 22:32
8f29381

Choose a tag to compare

v15.0.0-beta.9 Pre-release
Pre-release

15.0.0-beta.9 (2026-02-14)

Features

  • add passthrough() method to interceptors (#2944) (8f29381)

v15.0.0-beta.8

09 Feb 20:35
67f07e1

Choose a tag to compare

v15.0.0-beta.8 Pre-release
Pre-release

15.0.0-beta.8 (2026-02-09)

Bug Fixes

  • address timeout issue with mocked timers (#2880) (fb112f3)
  • address timeout issue with mocked timers (Revert #2880) (#2902) (bc48f92)
  • ClientRequest: support http.Agent instances as agents for https requests (#2896) (e4390b8)
  • migrate to npm OIDC (#2940) (113dcac)
  • package lock file (67f07e1)
  • restore github actions write permissions (#2941) (a4cb6b8)
  • update @mswjs/interceptors to fix a memory leak (#2938) (025db76)
  • upgrade interceptors (2bcaf0f)
  • upgrade semantic-release (#2943) (db0b280)
  • Use Error objects instead of plain objects with replyWithError() (#2900) (f2a3389)
  • use of a fetch() recording that uses gzip compression is missing the headers, Possible EventEmitter memory leak when used together with MongoDBContainer (#2869) (90b2a04)

v14.0.11

09 Feb 19:51
db0b280

Choose a tag to compare

14.0.11 (2026-02-09)

Bug Fixes