Releases: lycheeverse/lychee-action
Releases · lycheeverse/lychee-action
Version 1.8.0
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
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
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
What's Changed
- Use random tempfile for
LYCHEE_TMP
by @mre in #173 - Bump actions/checkout from 3.1.0 to 3.2.0 by @dependabot in #175
- Bump actions/checkout from 2 to 3 by @dependabot in #177
- Bump to lychee version 0.11.0 by @mre in #180
Full Changelog: v1.5.4...v1.6.0
Version 1.5.4
Version 1.5.3
What's Changed
Full Changelog: v1...v1.5.3
Version 1.5.2
What's Changed
- Replace deprecated
::set-output
by$GITHUB_ENV
by @Yury-Fridlyand in #167 - fix: install lychee to a user owner directory by @aslafy-z in #162
- docs: bump version in README by @tooomm in #156
- docs: small adjustments to README by @tooomm in #157
- Order args alphabetically by @mre in #159
- Add debug argument by @mre in #160
- Bump actions/checkout from 3.0.2 to 3.1.0 by @dependabot in #165
New Contributors
- @aslafy-z made their first contribution in #162
- @Yury-Fridlyand made their first contribution in #167
Full Changelog: v1...v1.5.2
Version 1.5.1
Version 1.5.0
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
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.