Releases: andreykaipov/goobs
Releases · andreykaipov/goobs
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
v1.2.2
v1.2.1
💻 Protocol Updates
- Bump OBS websocket protocol to 5.4.1 (#139) @cathy-cloud
🔧 Maintenance
- ci: use pull_request_target for dependabot automerge (#138) @andreykaipov
🤖 Dependencies
- Bump dorny/paths-filter from 2 to 3 (#135) @dependabot
- Bump release-drafter/release-drafter from 5 to 6 (#137) @dependabot
v1.2.0
💻 Protocol Updates
- Bump OBS websocket protocol to 5.4.0 (#134) @cathy-cloud
🔧 Maintenance
- ci: use the latest OBS in Docker image (#133) @andreykaipov
v1.1.7
🐛 Bug Fixes
- client: remove procotol-version-check on client-connect to avoid potential obs crash (#132) @Gambloide
🔧 Maintenance
- ci: make release draft labeling work for forks (#129) @andreykaipov
v1.1.6
🐛 Bug Fixes
- fix: export Categories embedded struct (#126) @ThisGuyCodes
🔧 Maintenance
- ci: use github.token for image retention (#128) @andreykaipov
- ci: use gh app token for release-drafter (#127) @andreykaipov
- ci: capture exit 1 in update protocol workflow to cleanly exit (#125) @andreykaipov