Skip to content

Releases: ScholliYT/Broken-Links-Crawler-Action

Major rewrite + new Features

16 May 00:13
d9f0328
Compare
Choose a tag to compare

This release is a major update for the Broken-Links-Crawler. Many thanks to @aceberle for making all these changes.

You should definitely check out the new Readme file to see whats new. However the migration to this version should be straight forward as there are no breaking changes we know of by now (Please open an Issue if you have any trouble updating to this version).

Here is a list of the most important changes

  • Moved to asynchronous code (aiohttp)
  • Added a fully fledged testing suite

New Feature to exclude url prefixes

19 Nov 10:05
b845620
Compare
Choose a tag to compare

Thanks to @NieTiger we now have the option to specify exclude_url_prefix in the actions config. This allows us to exclude not only url prefixes like mailto: but additionally links to sites like https://linkedin.com (which are known to block bot requests).

Fix verbose config value

22 Jul 19:36
Compare
Choose a tag to compare

With the last release the verbose flag was broken. It's now back to normal again.

New Features

22 Jul 19:23
Compare
Choose a tag to compare
Pre-release
  • Automatic retry for failed requests (seems like GitHub Actions sometimes has a bad connection? Or my testing server is not that good xD)
  • fix verbose mode flag

Marketplace relase

29 Oct 23:16
164c070
Compare
Choose a tag to compare

This action can now be used by others

Stable release

29 Oct 08:12
Compare
Choose a tag to compare
v1.1.4

Make WEBSITE_URL required again

v1.1.3

27 Oct 13:37
1255294
Compare
Choose a tag to compare
v1.1.3 Pre-release
Pre-release
update readme version

Fetch repository's homepage url

26 Oct 18:59
Compare
Choose a tag to compare
Pre-release
v1.1.2

improved logging

Use Env with Docker

25 Oct 20:24
Compare
Choose a tag to compare
Use Env with Docker Pre-release
Pre-release
v1.1.1

fix error message

Using Docker

25 Oct 17:48
Compare
Choose a tag to compare
Using Docker Pre-release
Pre-release
v1.1.0

use python in docker