Skip to content

Releases: jakobilobi/wsstat

wsstat v1.0.2

22 Aug 15:29
d5a3f9b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

wsstat v1.0.1

22 Aug 14:39
6c5bcb3
Compare
Choose a tag to compare

What's Changed

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

wsstat v1.0.0

29 Jul 09:35
05d4af7
Compare
Choose a tag to compare

A minor cleanup and some additions to the readme concludes the first stable version of the wsstat tool 🎉

What's Changed

Full Changelog: v0.1.5...v1.0.0

wsstat v0.1.5

22 Jul 10:15
4c7414f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.4...v0.1.5

wsstat v0.1.4

13 Jul 19:22
8359821
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.3...v0.1.4

wsstat v0.1.3

13 Jul 10:47
Compare
Choose a tag to compare
  • Initial implementation of colored output.

Full Changelog: v0.1.2...v0.1.3

wsstat v0.1.2

27 May 11:57
Compare
Choose a tag to compare
  • Adds support to build the project as a snap (amd64).

What's Changed

  • Added working snapcraft.yaml package definition by @erik78se in #3

New Contributors

Full Changelog: v0.1.1...v0.1.2

wsstat v0.1.1

11 Apr 18:37
Compare
Choose a tag to compare

Adds CLI option -ro, "response only", to print only the response of the message sent.

  -ro
    	Response only: print only the response. Has no effect if there's no expected response.

Full Changelog: v0.1.0...v0.1.1

wsstat v0.1.0

09 Apr 20:50
Compare
Choose a tag to compare

Initial release of the wsstat tool. Take it for a spin and let me know of any comments or issues in the issue log of the repo.

Usage: wsstat [options] <url>
  -b	Print only basic output.
  -insecure
    	Open an insecure WS connection in the case of no scheme being present in the input.
  -json string
    	A JSON RPC message to send to the target server. Response will be printed.
  -text string
    	A text message to send to the target server. Response will be printed.
  -v	Print verbose output, e.g. includes the most important headers.
  -version
    	Print the version.

Binaries in this release are cross-compiled and all except linux-amd64 are untested. Beware (and please report) any issues.

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