Skip to content

v1.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Aug 18:36
· 15 commits to refs/heads/main since this release
97d0154

🚀 Features

  • client: add wss support (#169) @andreykaipov

    • Adds a new WithScheme functional option. The default scheme is ws, but can be changed:

       goobs.New("localhost:1234", goobs.WithScheme("wss"))