core/CHANGELOG.md
Ingo Oppermann 1cf1b7772f
Add UpdateProcess function
If PUT /process/:id is called in order to replace an existing
process config with an invalid process config, the existing
process was deleted and an 409 was returned. A subsequent GET on
the previous process would then return a 404, which is not
what you expect. The previous process needs to stay in place.
2022-06-30 19:54:25 +02:00

700 B

Core

Core v16.8.0 > ?

  • Fix updating process config
  • 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