Skip to content

Some fixes, some features.

Compare
Choose a tag to compare
@vi vi released this 17 May 21:23
· 77 commits to master since this release
v1.10.0
9ab5e4a

Changelog

  • Add --close-status-code and --close-reason
  • Fix --queue-len option that took no effect
  • Fix racing to connect to multiple resolved addresses in tcp: specifier (i.e. "happy eyeballs") - now it skips errors if there is a working connection. This does not fix ws://localhost unfortunately.
  • crypto: overlay and associated options
  • prometheus: overlay and associated options
  • random: specifier

Release artifacts

(downloads below the table)

File TLS support Tested by author Notes
websocat.x86_64-unknown-linux-musl built-in OpenSSL 1.1.1n using similar build myself
websocat.x86_64-pc-windows-gnu.exe uses system crypto no
websocat.x86_64-apple-darwin uses system crypto no
websocat.i686-pc-windows-gnu.exe uses system crypto no
websocat.aarch64-linux-android built-in OpenSSL 1.1.1n basic test only
websocat.armv7-linux-androideabi built-in OpenSSL 1.1.1n basic test only
websocat.arm-unknown-linux-musleabi built-in OpenSSL 1.1.1n basic test only
websocat.aarch64-unknown-linux-musl built-in OpenSSL 1.1.1n no
websocat.x86_64-unknown-freebsd built-in OpenSSL 1.1.1n basic test only
websocat_nossl.i686-unknown-linux-musl none basic test only see some previous release notes for the reason of why no ssl
debug.7z unstripped versions of all executables above