Skip to content

Releases: andreykaipov/goobs

v1.5.6

22 Mar 00:03
486cce9
Compare
Choose a tag to compare

💻 Protocol Updates

v1.5.5

18 Mar 17:43
767c10d
Compare
Choose a tag to compare

🐛 Bug Fixes

  • fix: Set correct types and annotations for KeyModifiers (#195) @kpaulisse

🔧 Maintenance

  • Fix build: Add patch version to go directive in go.mod (#196) @kpaulisse

🤖 Dependencies

  • build(deps): bump golang.org/x/tools from 0.30.0 to 0.31.0 in /internal (#193) @dependabot[bot]

v1.5.4

01 Mar 00:03
e7d7fa8
Compare
Choose a tag to compare

💻 Protocol Updates

🤖 Dependencies

  • build(deps): bump golang.org/x/tools from 0.29.0 to 0.30.0 in /internal (#191) @dependabot[bot]
  • build(deps): bump golang.org/x/tools from 0.28.0 to 0.29.0 in /internal (#190) @dependabot[bot]
  • build(deps): bump golang.org/x/tools from 0.27.0 to 0.28.0 in /internal (#189) @dependabot[bot]
  • build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#185) @dependabot[bot]
  • build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 in /internal/sample (#187) @dependabot[bot]
  • build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 in /internal (#186) @dependabot[bot]
  • build(deps): bump golang.org/x/tools from 0.26.0 to 0.27.0 in /internal (#184) @dependabot[bot]

v1.5.3

01 Nov 00:06
aaa2542
Compare
Choose a tag to compare

💻 Protocol Updates

  • Bump OBS websocket protocol to 5.5.4 (#183) @cathy-cloud

v1.5.2

28 Oct 13:36
42459fc
Compare
Choose a tag to compare

🐛 Bug Fixes

  • bugfix(client): panic: send on closed channel (#179) @xaionaro
  • bugfix(client): Fix the panic due to concurrent writing (#180) @xaionaro

🔧 Maintenance

🤖 Dependencies

  • build(deps): bump golang.org/x/tools from 0.25.0 to 0.26.0 in /internal (#175) @dependabot
  • build(deps): bump golang.org/x/tools from 0.24.0 to 0.25.0 in /internal (#173) @dependabot
  • build(deps): bump github.com/dave/jennifer from 1.7.0 to 1.7.1 in /internal (#172) @dependabot

❤️ Special thanks

Big thank you to @xaionaro for handling tricky race conditions!

v1.5.1

06 Sep 00:04
299c82a
Compare
Choose a tag to compare

💻 Protocol Updates

  • Bump OBS websocket protocol to 5.5.3 (#171) @cathy-cloud

🤖 Dependencies

  • build(deps): bump golang.org/x/tools from 0.23.0 to 0.24.0 in /internal (#170) @dependabot

v1.5.0

08 Aug 18:36
97d0154
Compare
Choose a tag to compare

🚀 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"))

v1.4.2

19 Jul 10:17
63f4642
Compare
Choose a tag to compare

💻 Protocol Updates

  • Bump OBS websocket protocol to 5.5.2 (#168) @cathy-cloud

🤖 Dependencies

  • build(deps): bump golang.org/x/tools from 0.22.0 to 0.23.0 in /internal (#166) @dependabot
  • build(deps): bump docker/build-push-action from 5 to 6 (#165) @dependabot
  • build(deps): bump github.com/gorilla/websocket from 1.5.2 to 1.5.3 (#163) @dependabot
  • build(deps): bump github.com/gorilla/websocket from 1.5.2 to 1.5.3 in /internal/sample (#164) @dependabot

v1.4.1

12 Jun 00:03
3f7a987
Compare
Choose a tag to compare

💻 Protocol Updates

  • Bump OBS websocket protocol to 5.5.1 (#162) @cathy-cloud

🔧 Maintenance

  • ci: update both indirect and direct gomod deps for /internal/sample (#159) @andreykaipov

🤖 Dependencies

  • build(deps): bump github.com/gorilla/websocket from 1.5.1 to 1.5.2 (#157) @dependabot
  • build(deps): bump golang.org/x/net from 0.23.0 to 0.26.0 in /internal/sample (#161) @dependabot
  • build(deps): bump github.com/gorilla/websocket from 1.5.1 to 1.5.2 in /internal/sample (#160) @dependabot

v1.4.0

10 Jun 21:39
4133e0c
Compare
Choose a tag to compare

💻 Protocol Updates

  • Bump OBS websocket protocol to 5.5.0 (#158) @cathy-cloud

🔧 Maintenance

🤖 Dependencies

  • Bump golang.org/x/tools from 0.21.0 to 0.22.0 in /internal (#156) @dependabot
  • Bump golang.org/x/tools from 0.20.0 to 0.21.0 in /internal (#154) @dependabot