Skip to content

Releases: urlstechie/urlchecker-python

Urlchecker Python Release v0.0.35

03 Feb 22:47
d0e7560
Compare
Choose a tag to compare

What's Changed

  • add option to --no-check-certs use at own risk by @vsoch in #89

Full Changelog: 0.0.34...0.0.35

Urlchecker Python Release v0.0.34

15 Nov 12:21
49d9730
Compare
Choose a tag to compare

What's Changed

  • require fake-useragent from pypi by @vsoch in #86

Full Changelog: 0.0.33...0.0.34

Urlchecker Action Release v0.0.33

22 Aug 14:51
73536c5
Compare
Choose a tag to compare

What's Changed

  • deprecating fake user agent and installing from github by @vsoch in #83

Full Changelog: 0.0.32...0.0.33

Urlchecker Python Release v0.0.32

04 Aug 12:26
96714b0
Compare
Choose a tag to compare

What's Changed

  • adding support for serial and fixing bug that driver might not be defined by @vsoch in #82
  • adding serial command for debugging

Full Changelog: 0.0.31...0.0.32

Urlchecker Python Release v0.0.31

24 Jul 23:47
dad0bdc
Compare
Choose a tag to compare

What's Changed

  • Bug/files default by @vsoch in #30
  • [WIP] start of work to refactor checker by @vsoch in #31
  • Adding default to save relative paths by @vsoch in #36
  • Update regex to support urls with {*} by @SuperKogito in #34
  • adding white_listed to results save by @vsoch in #40
  • adding fix for trailing } on urls by @vsoch in #43
  • Add my funding id by @SuperKogito in #44
  • adding support for file patterns by @vsoch in #47
  • updating whitelist to be excluded to be more consistent with include by @vsoch in #51
  • Docker: stretch -> buster by @ax3l in #58
  • Test: Add .gov Domains (NERSC, OLCF) by @ax3l in #59
  • Add filenames for failed URL checks by @mrmundt in #61
  • Bug Fix: verbose option - Print only failed files by @mrmundt in #62
  • testing multiprocessing for faster finds! by @vsoch in #63
  • ensure we do not fail if no urls to check to close #84 by @vsoch in #67
  • only look for urls if a filename is provided on init of UrlCheckerResult by @vsoch in #68
  • Add type hints + More tests + Better docs by @SuperKogito in #69
  • Fixing funding.yaml by @vsoch in #75
  • Better method to derive User-Agent strings by @vsoch in #76
  • first shot at adding web drivers for hard urls! by @vsoch in #77

New Contributors

Full Changelog: 0.0.16...0.0.31

Urlchecker Version 0.0.16

10 Apr 20:17
6b754eb
Compare
Choose a tag to compare

This release of urlchecker includes the following updates and bug fixes:

  • the force-pass argument is now correctly honored, a failing test will not result in return code of 0
  • the user is more directly told about the case of a force pass
  • the --files argument is added to allow for specifying an exact list of paths to check

Urlchecker Version 0.0.15 Release Candidate II

05 Apr 16:47
e0ebe98
Compare
Choose a tag to compare

This is release candidate 2 for urlchecker Python

Urlchecker Version 0.0.15 Release Candidate

05 Apr 16:39
f166ffb
Compare
Choose a tag to compare

This is a test release for the urlchecker to see if Quay.io deploy is working (doesn't seem to be).

Urlchecker Version 0.0.15 Release Candidate III

05 Apr 16:54
Compare
Choose a tag to compare

Release Candidate III for URL checker, there is no meaningful message printed to the user and it needs to be reverted back.