Skip to content

Releases: ellisonleao/vl

v0.1.0

31 Jan 21:57
Compare
Choose a tag to compare

Changelog

  • 14eb9ee Adds $ to URL regex
  • dfc2716 Create codeql-analysis.yml
  • c5a4534 Initial commit
  • 855200c Merge pull request #9 from cuducos/url-regex
  • 046df47 Update README.md
  • 8902405 Update README.md
  • 79941e0 adding Dockerfile and steps to run with docker
  • 0e010cf adding Prerequisites
  • 91fe7a2 adding basic retrying and random user agentness
  • f5c3596 adding concurrency and some color outputs
  • e38a670 adding go.sum
  • 97d25b1 adding installing and usage sections in README
  • c7dde42 adding substring check for whitelist
  • ae34edf adding total errors and exiting if any error occurs
  • 14568d5 adding workers to make concurrent requests
  • 1316c2d better README. Close #6
  • 2c293e6 better concurrency handling. Fix #2
  • d9f8997 bunch of fixes
  • 3a5269a fix backoff
  • a25f6a8 fix retries
  • e1ec92c fix whitelist match and add custom transport in client
  • 96e1b6a increasing default timeout, removing size flag
  • 8724b5c inital commit
  • b2f4815 removing example urls
  • 9744866 testing goreleaser
  • dd38e88 update docker image
  • c89ba02 update go mod
  • aa03063 update golang version in go.mod
  • 5466abb update readme
  • bda65cb using a generic isIn func. Using http.* vars instead of magic numbers for http responses
  • 72815a3 using go-retryablehttp for better retries