Releases: Pixep/crowlet
Releases · Pixep/crowlet
v0.3.0
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
- Documented in #18, thank you @dschmidtadv for reporting!
- Attempt to address memory usage in scenarios (#12)
Documentation
- Add a simpler way to run from command line (!20)
- Thank you @jeroenvermeulen 🎉
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
v0.2.2
- Bump Go version to v1.19
- Fix total response time returning an invalid value
Thank you @aboritskiy!