What's Changed
- Miscellaneous by @Zibbp in #99
- Added golangci-lint.
- build(deps): bump docker/build-push-action from 3.3.0 to 4.0.0 by @dependabot in #100
- build(deps): bump github.com/rs/zerolog from 1.28.0 to 1.29.0 by @dependabot in #98
- build(deps): bump github.com/go-playground/validator/v10 from 10.11.1 to 10.11.2 by @dependabot in #97
- build(deps): bump docker/setup-buildx-action from 2.2.1 to 2.4.0 by @dependabot in #96
- More tests by @Zibbp in #102
- Added swagger API docs.
- fix(live): use cursor var
Fixes
- fix(live): use cursor var
- Archiving a channel's videos that has more than 100 videos now properly works.
API Docs
Swagger API docs have been implemented. I will try to keep these up to date. To view the docs visit the API container http://IP:PORT/swagger/index.html
.
Maintenance
This release is mainly focused on cleaning up and improving the CI process. Linting has been added locally and as a CI job. Basic unit tests have also been added. These tests do not cover any Twitch integrations yet.
Full Changelog: v1.2.2...v1.2.3