Releases: lycheeverse/lychee-action
Releases · lycheeverse/lychee-action
Version 1.9.1
This is a hotfix release which restores the behavior of the accept
config parameter.
Integers are accepted again as status codes.
accept = [200, 201, 202, 203, 429]
is equivalent to
accept = ["200..=203", 429]
Integers and strings (e.g. for ranges) can be mixed.
Version 1.9.0
What's Changed
- Document the current directory for the cache argument example by @theredfish in #193
- Add
*.rst
glob pattern to defaults by @kdeldycke in #197 - Automatically pass Github token by @mre in #196
- Always create output file; not only on error by @mre in #199
- Bump actions/checkout from 3 to 4 by @dependabot in #208
- add documentation on using the param when testing local files (as in… by @tgaff in #211
- fix: Lychee output to file (fixes #214) by @LilDrunkenSmurf in #215
- Add integration test for custom output paths (#215) by @mre in #217
- Add integration tests for absolute output path and
--dump
by @mre in #218
New Contributors
- @theredfish made their first contribution in #193
- @kdeldycke made their first contribution in #197
- @tgaff made their first contribution in #211
- @LilDrunkenSmurf made their first contribution in #215
Full Changelog: v1...v1.9.0
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