Skip to content

Releases: blakejakopovic/nostcat

v0.3.3

Choose a tag to compare

@blakejakopovic blakejakopovic released this 10 Dec 10:58
  • Fixed --connect-timeout default to 10 seconds (not ms)

v0.3.2

Choose a tag to compare

@blakejakopovic blakejakopovic released this 06 Dec 19:49
  • Switched from threads back to async
  • Increased --connect-timeout default to 10 seconds
  • General code improvements

v0.3.1

Choose a tag to compare

@blakejakopovic blakejakopovic released this 02 Dec 11:12

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

Choose a tag to compare

@blakejakopovic blakejakopovic released this 18 Nov 21:32

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