Skip to content

Releases: blakejakopovic/nostcat

v0.3.3

10 Dec 10:58
Compare
Choose a tag to compare
  • Fixed --connect-timeout default to 10 seconds (not ms)

v0.3.2

06 Dec 19:49
Compare
Choose a tag to compare
  • Switched from threads back to async
  • Increased --connect-timeout default to 10 seconds
  • General code improvements

v0.3.1

02 Dec 11:12
Compare
Choose a tag to compare

v0.3.1

  • Added --stream flag
  • Added --connect-timeout option
  • Added multi-line stdin support
  • Added support for piping server to server
  • Added websocket PONG response
  • Added default one second connection timeout (non-streaming) (Thanks @jb55)
  • Updated app description
  • Migrate from async to threads
  • Refactored main.rs + lib.rs
  • Added rustfmt
  • Fixed README.md example typo
  • Removed tokio dependancy

v0.3.0

18 Nov 21:32
Compare
Choose a tag to compare

Added support for multiple servers, and results uniquing (--unique).