Skip to content

Releases: jakobilobi/go-wsstat

wsstat v1.0.1

19 Jul 07:57
Compare
Choose a tag to compare
  • Tidy dependencies.
  • Small docs update.

Full Changelog: v1.0.0...v1.0.1

wsstat v1.0.0

19 Jul 07:23
Compare
Choose a tag to compare

wsstat v1.0.0

The package has been in use for quite some time by now, e.g. in https://github.com/jakobilobi/wsstat, and has proved itself to be stable enough for a v1 release.

Final touches:

  • Some formatting
  • Makefile improvements

Full Changelog: v0.1.3-alpha...v1.0.0

wsstat v0.1.3-alpha

02 Apr 21:01
Compare
Choose a tag to compare

What's Changed

  • Added url.URL to Result struct
  • Added IP lookup functionality to Dial(), stores found IP addresses in Result

Full Changelog: v0.1.2-alpha...v0.1.3-alpha

wsstat v0.1.2-alpha

30 Mar 09:56
Compare
Choose a tag to compare

What's Changed

  • Added more configuration options; dial timeout, custom request headers, custom TLS config
  • Updates various docs and the readme

Full Changelog: v0.1.1-alpha...v0.1.2-alpha

wsstat v0.1.1-alpha

26 Mar 23:01
023c898
Compare
Choose a tag to compare

What's Changed

  • Exchange string -> url.URL in Dial() function, also fix some error me… by @jakobilobi in #4
  • Add log level functionality; introduce zerolog by @jakobilobi in #5
  • Improve result data by @jakobilobi in #6

New Contributors

Full Changelog: v0.1.0-alpha...v0.1.1-alpha

wsstat v0.1.0-alpha

17 Mar 09:29
Compare
Choose a tag to compare

Initial release, let's call it an alpha release. After using the package in other projects it's likely ideas for improvements and tweaks will surface, and after those have been implemented wsstat will be ready to leave this alpha state.

Full Changelog: https://github.com/jakobilobi/go-wsstat/commits/v0.1.0