Skip to content

Releases: JustinBeckwith/linkinator

linkinator: v7.6.0

24 Feb 15:59
6052b5c

Choose a tag to compare

7.6.0 (2026-02-24)

Features

  • build and publish docker images on release (#773) (0588ab2)

Bug Fixes

linkinator: v7.5.3

27 Dec 19:40
5ac046b

Choose a tag to compare

7.5.3 (2025-12-27)

Bug Fixes

  • include build/package.json in npm package (#764) (1f83f3b)

linkinator: v7.5.2

26 Dec 14:15
d990f49

Choose a tag to compare

7.5.2 (2025-12-26)

Bug Fixes

  • exclude local static server from requireHttps enforcement (#762) (0805320)
  • make --version flag work in compiled binaries (#760) (455fd37)

linkinator: v7.5.1

04 Dec 01:54
f1e1271

Choose a tag to compare

7.5.1 (2025-12-04)

Bug Fixes

  • deps: update dependency glob to v11 [security] (#748) (b9f6660)
  • deps: update dependency glob to v13 (#751) (de4f2df)
  • deps: update dependency marked to v17 (#744) (57306c5)
  • handle unhandled promise rejections in retry behavior (#754) (#757) (e16ce35)
  • only report duplicate results for broken links (#750) (#755) (6941006)
  • prevent port exhaustion by reusing HTTP agents (#753) (#756) (a8f7605)

linkinator: v7.5.0

06 Nov 20:43
822c887

Choose a tag to compare

7.5.0 (2025-11-06)

Features

linkinator: v7.4.2

04 Nov 19:39
46e2bfd

Choose a tag to compare

7.4.2 (2025-11-04)

Bug Fixes

  • ensure --allow-insecure-certs works on native builds (#740) (c4d02ca)

linkinator: v7.4.1

31 Oct 02:00
3be79c1

Choose a tag to compare

7.4.1 (2025-10-31)

Bug Fixes

  • add GitHub-style heading IDs for markdown fragment validation (#735) (9516653)

linkinator: v7.4.0

29 Oct 16:40
23884b6

Choose a tag to compare

7.4.0 (2025-10-29)

Features

Bug Fixes

  • normalize base URLs for correct relative link resolution (#374) (#732) (1b8c330)
  • replace emojis with Unicode symbols for Windows compatibility (#730) (321ff07)

linkinator: v7.3.0

24 Oct 02:31
4a5a8b8

Choose a tag to compare

7.3.0 (2025-10-24)

Features

Bug Fixes

  • remove default browser User-Agent to prevent redirect loops (#721) (811a833)
  • skip fragment validation for non-2xx responses and soft 404s (#726) (7cd2b49)

linkinator: v7.2.0

20 Oct 21:40
3dfa8b4

Choose a tag to compare

7.2.0 (2025-10-20)

Features

  • add --allow-insecure-certs flag for local development (#716) (6aa769c)
  • add --require-https flag for HTTPS enforcement (#715) (439451f)
  • add support for custom HTTP headers (#711) (14f4ebf)
  • handle 429s without retry-after header as error (#674) (9280037)
  • introduce flag for managing redirects (#712) (27824d4)
  • support non-standard retry-after header formats (#713) (8f9ca39)

Bug Fixes

  • address LinkedIn and Cloudflare bot protection as skipped (#709) (bc08e2b)
  • preserve query parameters in directory redirects (#714) (689c20f)