Skip to content

Releases: lycheeverse/lychee-action

Version 1.8.0

15 May 00:10
@mre mre
Compare
Choose a tag to compare

What's Changed

  • Update lychee to 0.13.0.
  • Adds support for showing the check duration in the JSON output.
  • Faster link suggestions by using concurrent Wayback Machine lookups.

Full Changelog: v1...v1.8.0

Version 1.7.0

17 Apr 22:52
@mre mre
Compare
Choose a tag to compare

What's Changed

  • Fix three typos in README by @phieri in #184
  • CI: Automatic vX tag update workflow by @tooomm in #185
  • Format arguments in CI pipeline by @mre in #186
  • Test lychee cache by @mre in #187
  • Cleanup tar archive; make installation more robst by @mre in #189
  • Readme: Add info about split up cache steps by @tooomm in #190
  • bump lychee version by @mre in #192

New Contributors

Full Changelog: v1.6.1...v1.7.0

Version 1.6.1

23 Feb 09:30
@mre mre
Compare
Choose a tag to compare

Summary

Hotfix release, which restores old behavior for cached links with status code 2xx.
This temporarily broke some downstream pipelines.

What's Changed

Full Changelog: v1.6.0...v1.6.1

Version 1.6.0

22 Feb 21:27
@mre mre
3c36afe
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.4...v1.6.0

Version 1.5.4

09 Nov 10:05
@mre mre
Compare
Choose a tag to compare

What's Changed

  • Cleanup old lychee bin after install by @mre in #172

Full Changelog: v1...v1.5.4

Version 1.5.3

09 Nov 00:02
@mre mre
0fcec0b
Compare
Choose a tag to compare

What's Changed

  • Bump lychee version to fix issues with email checking by @mre in #171

Full Changelog: v1...v1.5.3

Version 1.5.2

03 Nov 10:19
@mre mre
25f59e1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1...v1.5.2

Version 1.5.1

27 Jul 21:45
@mre mre
4a5af7c
Compare
Choose a tag to compare

Summary

Bump lychee version to fix some regressions and extend the documentation.

What's Changed

  • README: Expand argument table by @tooomm in #143
  • Propagate lychee exit code by @mre in #145
  • Bump lychee version to 0.10.1 by @mre in #150

New Contributors

Full Changelog: v1.5.0...v1.5.1

Version 1.5.0

30 May 22:13
@mre mre
76ab977
Compare
Choose a tag to compare

Major Changes

  • Run action without Docker for a ~40% performance improvement (#121) @mre
  • Bump lychee to v0.10.0 (#130) @mre
  • Add support for Github Job Summaries (#127) @mre
  • Only append markdown if format isn't JSON (#101) @flcdrg
  • Fix condition in README (#102) @mbg
  • Bump peter-evans/create-issue-from-file from 3 to 4 (#98)
  • Update link to dependabot config @mre
  • Update links.yml @mre
  • Deep link to lychee commandline parameters @mre

Full Changelog: v1.4.1...v1.5.0

Thanks to all the testers, contributors, and maintainers for improving lychee-action! ❤️

Version 1.4.1

22 Mar 18:52
@mre mre
Compare
Choose a tag to compare

Bugfix: update to latest lychee 0.9.0 Docker image tag

Due to a race condition in the pipeline, we pushed an older version of lychee (0.8.2) to the 0.9.0 tag.
The new release binaries didn't exist yet, causing the binary to use old ones.
This is fixed now and the image got pushed again. Update the image sha accordingly.