Releases: andreykaipov/goobs
Releases · andreykaipov/goobs
v1.5.3
v1.5.2
🐛 Bug Fixes
- bugfix(client): panic: send on closed channel (#179) @xaionaro
- bugfix(client): Fix the panic due to concurrent writing (#180) @xaionaro
🔧 Maintenance
- use go 1.23 (#181) @andreykaipov
- use go 1.22 (#174) @andreykaipov
🤖 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
💻 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
🚀 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"))
-
v1.4.2
💻 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
💻 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
💻 Protocol Updates
- Bump OBS websocket protocol to 5.5.0 (#158) @cathy-cloud
🔧 Maintenance
- ci: fix docker image (#153) @andreykaipov
🤖 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
🚀 Features
- fix: add missing UUIDs and fields on some resources (#152) @andreykaipov
🐛 Bug Fixes
- fix: add missing UUIDs and fields on some resources (#152) @andreykaipov
🔧 Maintenance
- ci: add internal subdirs to dependabot gomod (#147) @andreykaipov
🤖 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
🐛 Bug Fixes
- client: check for client disconnection before sending requests (#142) @andreykaipov
- fixes #141