Releases: jakobilobi/go-wsstat
Releases · jakobilobi/go-wsstat
wsstat v1.0.1
- Tidy dependencies.
- Small docs update.
Full Changelog: v1.0.0...v1.0.1
wsstat v1.0.0
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
What's Changed
- Added
url.URL
toResult struct
- Added IP lookup functionality to
Dial()
, stores found IP addresses inResult
Full Changelog: v0.1.2-alpha...v0.1.3-alpha
wsstat v0.1.2-alpha
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
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
- @jakobilobi made their first contribution in #4
Full Changelog: v0.1.0-alpha...v0.1.1-alpha
wsstat v0.1.0-alpha
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