Skip to content

Releases: ksysoev/wsget

v0.4.1

24 Apr 11:51
1033cc9
Compare
Choose a tag to compare

Changelog

  • 0eb56c9 Update dependencies
  • 1033cc9 Merge pull request #8 from ksysoev/update_dependencies

v0.4.0

31 Dec 08:32
Compare
Choose a tag to compare

Changelog

  • Adds support go template language to macros
  • Adds the possibility to pass arguments to macro commands
  • Adds new primitive commands repeat and sleep
  • Adds the possibility to provide input yaml file with a sequence of commands to be executed

v0.3.2

10 Dec 11:42
Compare
Choose a tag to compare

Changelog

  • Adds generation of Linux packages
  • Fix bug with using wsget without output file

v0.3.1

03 Dec 05:24
Compare
Choose a tag to compare

Changelog

  • Adds autocomplete feature for command mode
  • improves the overall stability of the utility

v0.3.0

12 Nov 01:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.3.0

v0.2.1

05 Nov 10:45
Compare
Choose a tag to compare

New features:

  • Custom Headers for Handshake Requests: Use -h Authorize: Bearer <JWT Token> to add custom headers to your handshake requests.
  • Single Response Mode: Pass the request as part of the argument and use -w <timeout in seconds> to wait for a single response.

Full Changelog: v0.2.0...v0.2.1

v0.2.0

29 Oct 06:57
Compare
Choose a tag to compare
  • Redesigned the terminal interaction to provide a more natural experience for Unix terminal users.
  • Streamlined the output to the terminal, making it more minimalistic and easier to read.
  • Improved error handling and added error highlighting in the terminal to make identifying and fixing issues easier.
  • Redesigned the terminal arguments and migrated to the Cobra library for handling arguments, providing a more robust and flexible command-line interface.
  • Improved the command line documentation to make it more comprehensive and user-friendly.
  • Added the ability to retrieve the version of the wsget tool, making it easier to keep track of updates and changes.
  • Improved the tool's stability, fixing bugs and addressing issues to ensure a smoother and more reliable experience.

Full Changelog: v0.1.4...v0.2.0

v0.1.4

24 Oct 14:31
Compare
Choose a tag to compare
  • Adds the possibility to clear the request editor by pressing Ctrl+U
  • Runs request editor by default if no request was provided as part of arguments
  • Clear request editor before sending a request to reduce cluttering terminal window

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

v0.1.3

23 Oct 13:40
408ece1
Compare
Choose a tag to compare

What's Changed

  • Improves handling connection errors by @ksysoev in #3

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

v0.1.2

22 Oct 06:00
Compare
Choose a tag to compare
  • Significantly improve stability for request editor
  • Adds ringing a bell when history is out of range