Skip to content

Releases: lycheeverse/lychee

nightly

22 Oct 08:49
@mre mre
9cea332
Compare
Choose a tag to compare
nightly Pre-release
Pre-release

What's Changed

Miscellaneous and Others 🔔

New Contributors

Full Changelog: lychee-v0.16.1...nightly

lychee-v0.16.1

06 Oct 15:46
f63b4ae
Compare
Choose a tag to compare

What's Changed

Miscellaneous and Others 🔔

  • markdown.rs: make first line a top-level heading by @sebastiaanspeck in #1511
  • chore: release v0.16.1 by @github-actions in #1514

Full Changelog: lychee-v0.16.0...lychee-v0.16.1

lychee-v0.16.0

06 Oct 14:59
eff8461
Compare
Choose a tag to compare

What's Changed

Miscellaneous and Others 🔔

New Contributors

Full Changelog: v0.15.1...lychee-v0.16.0

lychee-lib-v0.16.1

06 Oct 15:44
f63b4ae
Compare
Choose a tag to compare
chore: Release package lychee-lib version 0.16.1

lychee-lib-v0.16.0

06 Oct 14:57
eff8461
Compare
Choose a tag to compare

What's Changed

Miscellaneous and Others 🔔

New Contributors

Full Changelog: v0.15.1...lychee-lib-v0.16.0

Version 0.15.1

29 Apr 08:07
Compare
Choose a tag to compare

Overview

Minor improvements. The plugin request chain is ready for use. Take a look at examples/chain/chain.rs to see how it can be used.

What's Changed

Miscellaneous and Others 🔔

New Contributors

Full Changelog: v0.15.0...v0.15.1

Version 0.15.0

25 Apr 07:45
Compare
Choose a tag to compare

What's Changed

Miscellaneous and Others 🔔

New Contributors

Full Changelog: v0.14.3...v0.15.0

Version 0.14.3

05 Feb 15:56
@mre mre
90ed0e7
Compare
Choose a tag to compare

What's Changed

Miscellaneous and Others 🔔

  • fix(tests): update the expected output in cli tests by @orhun in #1362
  • status.rs: Make json output more verbose by @Asiderr in #1367
  • Set URI to HTTPS for ErrorKind::InsecureURL by @Elkiwa in #1369
  • Fixed fragment generation for headings with inline code by @HU90m in #1370
  • Move to workspace versioning by @mre in #1372

New Contributors

Full Changelog: v0.14.2...v0.14.3

Version 0.14.2

26 Jan 14:50
@mre mre
Compare
Choose a tag to compare

Overview

Minor bug fixes and improvements.

What's Changed

Miscellaneous and Others 🔔

  • chore: Move back to creates.io version of criterion by @starfy84 in #1348
  • Work on CI build times by @mre in #1350
  • Always output valid JSON with --format=json by @mre in #1356
  • Merge missing include_mail flag into config by @mre in #1357

New Contributors

Full Changelog: v0.14.1...v0.14.2

Version 0.14.1

09 Jan 23:38
@mre mre
Compare
Choose a tag to compare

Overview

This is a quick patch release with an important fix for the accept setting in the configuration, which
allows overwriting the accepted HTTP status codes.

We re-enabled support for integers:

accept = [200, 203, 429]

You can also mix and match strings (e.g. for ranges) and integers now:

accept = [200, "203", "301..=304", 429]

Ranges behave just like other ranges in Rust. See Range expression docs.

Special thanks to @Techassi for the quick turnaround on this one. 👍

What's Changed

Miscellaneous and Others 🔔

  • Exclude example TLDs from RFC 2606 by @mre in #1335
  • chore: run cargo update by @kxxt in #1337 (awesome PR number)
  • fix(test_cookie_jar): use google.com/ncr by @kxxt in #1336
  • fix: Add accept option to merged config by @Techassi in #1344
  • feat: Expand serde deserialize impl by @Techassi in #1345

Full Changelog: v0.14.0...v0.14.1