Skip to content

Releases: JayBaywatch/linktrace

linktrace v0.2.13

10 Jun 13:14

Choose a tag to compare

Fix bug in Spider.py: URLs were only marked as visited after a crawl completed, so two concurrent parents could enqueue the same child before either task finished, and duplicate queue entries could also be dispatched in the same batch.

linktrace v0.2.12

09 Jun 12:54

Choose a tag to compare

updated classifier

linktrace 0.2.10

09 Jun 01:43

Choose a tag to compare

updated license to MIT

linktrace 0.2.9

09 Jun 01:32

Choose a tag to compare

Updated license

linktrace 0.2.8

09 Jun 01:18

Choose a tag to compare

Adds badges to readme.md

linktrace 0.2.6

09 Jun 01:01

Choose a tag to compare

minor fix: fixed broken links in readme.md

linktrace v0.2.6

09 Jun 00:55

Choose a tag to compare

minor fix: corrected links in markdown files to FQDN URLs

linktrace 0.2.5

09 Jun 00:50

Choose a tag to compare

General Cleanup

  • migrated github repo url
  • migrated pre-commit

linktrace v0.2.3

08 Jun 22:33

Choose a tag to compare

fixed build recipes

updated readme

08 Jun 22:25

Choose a tag to compare

What Makes linktrace Different?

  • Every crawled URL becomes a rich Document object
  • Automatic internal/external link classification
  • Persistent async HTTP sessions with connection reuse
  • Data-engineering friendly exports (Pandas, Polars, PyArrow)
  • Simple API without framework boilerplate