Skip to content

Releases: nock/nock

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

v15.0.0-beta.7

29 Nov 20:46
ff4e8d7

Choose a tag to compare

v15.0.0-beta.7 Pre-release
Pre-release

15.0.0-beta.7 (2025-11-29)

Bug Fixes

  • repair content-length headers for reconstituted JSON payloads (#2925) (ff4e8d7)

v15.0.0

29 Sep 21:26

Choose a tag to compare

v15.0.0 Pre-release
Pre-release

Released by accident, please use continue using v14 or v15@beta

v15.0.0-beta.6

26 Aug 19:32
9849c16

Choose a tag to compare

v15.0.0-beta.6 Pre-release
Pre-release

15.0.0-beta.6 (2025-08-26)

Features

v14.0.10

12 Aug 15:45
f2a3389

Choose a tag to compare

14.0.10 (2025-08-12)

Bug Fixes

  • Use Error objects instead of plain objects with replyWithError() (#2900) (f2a3389)

v14.0.9

07 Aug 16:55
bc48f92

Choose a tag to compare

14.0.9 (2025-08-07)

Bug Fixes