Skip to content

Releases: dangeroustech/StreamDL

v3.1.2

09 Mar 07:52
Compare
Choose a tag to compare

✍ Chore

  • add build-essentials to container (2d6c7cd)
  • bump poetry version in Dockerfile (ebcfe66)
  • deps: bump certifi from 2022.9.24 to 2022.12.7 (faf1d22)
  • deps: bump golang.org/x/net from 0.1.0 to 0.7.0 (d61d5af)
  • deps: bump golang.org/x/net from 0.1.0 to 0.7.0 (743f4ad)
  • deps: bump setuptools from 65.3.0 to 65.5.1 (ca44107)
  • fully roll back ffmpeg (0fe3828)
  • roll back to python 3.10 (de7fa61)
  • slightly roll ffmpeg back (da9b408)
  • update .gitignore (d6d9d8f)
  • update docker underlying OS (e73cae3)
  • update ffmpeg version (fa440c8)
  • update poetry deps (0869e05)
  • upgrade pip (9fec876)

🐛 Bug Fixes

v3.1.1

30 Oct 14:40
Compare
Choose a tag to compare

🐛 Bug Fixes

  • bump debian version for less vulns (9b3491b)
  • remove vulnerable go1.16 deps (50e0dbe)
  • specific staging tag for staging scan (b131dfe)

🤖 CI/CD

  • add Snyk scan to master CI (13f8e7b)

v3.1.0

30 Oct 13:56
Compare
Choose a tag to compare

🎉 New Features

  • sec: add snyk checks to staging (1ff4e9d)

v3.0.4

30 Oct 02:58
Compare
Choose a tag to compare
v3.0.4

v3.0.3

09 Oct 21:01
Compare
Choose a tag to compare

🐛 Bug Fixes

  • no longer using python for client operations (cdd4da0)
  • regen protoc files for protobuf v4 bump (fd0b282)
  • remove --twitch-disable-hosting usage (7b13fc7)
  • use latest image version in example compose (b95d1a3)

✍ Chore

v3.0.2

09 Oct 19:11
Compare
Choose a tag to compare

✍ Chore

  • deps: bump protobuf from 3.20.1 to 3.20.2 (76d2a9d)

v3.0.1

19 Aug 11:51
Compare
Choose a tag to compare

✍ Chore

🐛 Bug Fixes

  • correct default tick_time (924fcb1)
  • properly parse log_level from env (650bbdd)
  • update ci to publish fixes (5de7e6e)

📚 Documentation

v3.0.0

18 Aug 20:47
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • v3 publication 🎉

📚 Documentation

v2.3.0

18 Aug 19:56
Compare
Choose a tag to compare

🔥 Style

🎉 New Features

  • add proper logging (139054b)
  • add relevant flags (3da9c2f)
  • app: add protobuf server implementation (70d0c1b)
  • app: WIP - golang grpc client implementation (2f2c046)
  • initial ffmpeg download (e2d0211)
  • yaml parsing (47fd5ec)

✍ Chore

🐛 Bug Fixes

  • add 200 code on success (5469931)
  • correct deprecated option (8fae1a1)
  • correct error flow (8ae0997)
  • correct example mappings (5efc7e6)
  • correct example yaml keys (1173aac)
  • every condition besides ctrl c works fine... (17b45a5)
  • minor docker retooling (e82a902)
  • proper gRPC error handling (952b945)
  • pull grpc socket stuff from env (1800481)
  • rename entrypoint scripts (8d6b460)
  • sensible yaml keys (5df3907)
  • tidied up docker build (58f23ef)

📚 Documentation

  • correct example to pull from dockerhub (ed028b3)
  • remove old example dockerfile (a09ed95)
  • update example config file (928116e)
  • update example docker-compose (53a700f)

🧪 Tests

🤖 CI/CD

  • fix dockerhub typos (097a5ed)
  • update ci jobs for multi container builds (d9da9e2)

v2.2.1

10 Mar 15:13
Compare
Choose a tag to compare

✍ Chore