Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@Pixep Pixep released this 16 Nov 04:59

Breaking changes

  • Rename some public function in pkg/crawler for clarity, bumping minor version accordingly. The CLI flags, behavior, and output remains unchanged.

Fixes

  • Fix missing flag implementation for --override-host
  • Attempt to address memory usage in scenarios (#12)

Documentation

  • Add a simpler way to run from command line (!20)

Tests

  • Bump Docker Golang version to v1.23
  • Address flaky automated tests when spawning goroutines
  • Add new tests and way to benchmark performance and memory usage

Dependencies

  • Bump the version of all dependencies to the latest compatible. Keeping Golang v1.14 as a requirement for now.