v1.5.0
github-actions
released this
08 Aug 18:36
·
15 commits
to refs/heads/main
since this release
🚀 Features
-
client: add wss support (#169) @andreykaipov
-
Adds a new
WithScheme
functional option. The default scheme isws
, but can be changed:goobs.New("localhost:1234", goobs.WithScheme("wss"))
-