Skip to content

Releases: cornelk/goscrape

v0.2.0

21 Jun 23:43
v0.2.0
1ffeac7
Compare
Choose a tag to compare

Added:

  • add cookie loading and storing support
  • add docker image build
  • add header parameter support
  • add user agent parameter support
  • support serving directory in local webserver

Changed:

  • improved error messages
  • reduced dependencies and binary size

Fixed:

  • fix asset downloading
  • fix downloading of binary files
  • fix logger output
  • fix logger verbose flag usage
  • fix stopping of program using ctrl+c

v0.1.1

11 Feb 17:00
Compare
Choose a tag to compare

Added:

  • proxy configuration support
  • http request timeout configuration support
  • binaries for releases

Fixed:

  • do not abort scraping on error

v0.1.0

12 Jan 06:10
Compare
Choose a tag to compare
move gox installation and building to deploy script