Skip to content

Releases: andreykaipov/goobs

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

v1.3.0

08 May 05:28
980a85a
Compare
Choose a tag to compare

🚀 Features

🐛 Bug Fixes

🔧 Maintenance

🤖 Dependencies

  • Bump golang.org/x/net from 0.17.0 to 0.23.0 (#146) @dependabot
  • Bump github.com/stretchr/testify from 1.7.0 to 1.9.0 in /internal (#150) @dependabot
  • Bump golang.org/x/tools from 0.1.12 to 0.20.0 in /internal (#149) @dependabot
  • Bump github.com/dave/jennifer from 1.5.1 to 1.7.0 in /internal (#148) @dependabot
  • Bump golang.org/x/net from 0.17.0 to 0.23.0 in /internal/sample (#145) @dependabot
  • Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#143) @dependabot
  • Bump magnetikonline/action-golang-cache from 4 to 5 (#144) @dependabot

v1.2.3

04 Mar 04:15
1267b7f
Compare
Choose a tag to compare

🐛 Bug Fixes

v1.2.2

23 Feb 00:03
ce2d164
Compare
Choose a tag to compare

💻 Protocol Updates

  • Bump OBS websocket protocol to 5.4.2 (#140) @cathy-cloud

v1.2.1

22 Feb 00:07
7b59091
Compare
Choose a tag to compare

💻 Protocol Updates

  • Bump OBS websocket protocol to 5.4.1 (#139) @cathy-cloud

🔧 Maintenance

🤖 Dependencies

v1.2.0

26 Jan 23:01
c29092f
Compare
Choose a tag to compare

💻 Protocol Updates

  • Bump OBS websocket protocol to 5.4.0 (#134) @cathy-cloud

🔧 Maintenance