Skip to content

Releases: Pixep/crowlet

v0.3.0

16 Nov 04:59
Compare
Choose a tag to compare

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.

v0.2.3

05 Dec 00:36
Compare
Choose a tag to compare
  • Fix regression causing crawling to stop with more than one iteration

v0.2.2

12 Nov 22:15
Compare
Choose a tag to compare
  • Bump Go version to v1.19
  • Fix total response time returning an invalid value

Thank you @aboritskiy!

v0.2.1

10 Aug 03:01
Compare
Choose a tag to compare
Bump version to v0.2.1

v0.1.1

11 Apr 05:05
Compare
Choose a tag to compare
Bump version

v0.1.0

07 Apr 18:08
Compare
Choose a tag to compare
Move `Exec` to its own package under `internal/pkg`