Files
core/CHANGELOG.md
Ingo Oppermann a2898061b0 Add optional escape character to process placeholder
If a value for a placeholder needs escaping, add the character to
escape with an "^" to the name of the placeholder, e.g. {memfs^:}.
This will escape all occurences of ":" in the value for {memfs}
with a "\".
2022-07-04 20:20:15 +02:00

824 B

Core

Core v16.8.0 > ?

  • Add optional escape character to process placeholder
  • Fix output address validation for tee outputs
  • Fix updating process config
  • Add experimental SRT connection stats and logs API
  • Hide /config/reload endpoint in reade-only mode
  • Add experimental 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