core/CHANGELOG.md
Jan Stabenow eb1cc37456
Add GoSRT & improvements (repo-merge)
Commits (Ingo Oppermann):
- Add experimental SRT connection stats and logs
- Hide /config/reload endpoint in reade-only mode
- Add SRT server
- Create v16 in go.mod
- Fix data races, tests, lint, and update dependencies
- Add trailing slash for routed directories (datarhei/restreamer#340)
- Allow relative URLs in content in static routes

Co-Authored-By: Ingo Oppermann <57445+ioppermann@users.noreply.github.com>
2022-06-23 22:13:58 +02:00

668 B

Core

Core v16.8.0 > ?

  • Add experimental SRT connection stats and logs
  • Hide /config/reload endpoint in reade-only mode
  • Add SRT server (datarhei/gosrt)
  • Create v16 in go.mod
  • Fix data races, tests, lint, and update dependencies
  • Add trailing slash for routed directories (datarhei/restreamer#340)
  • Allow relative URLs in content in static routes

Core v16.7.2 > v16.8.0

  • Add purge_on_delete function
  • Mod updated dependencies
  • Mod updated API docs
  • Fix disabled session logging
  • Fix FFmpeg skills reload
  • Fix ignores processes with invalid references (thx Patron Ramakrishna Chillara)
  • Fix code scanning alerts