2022-06-03 11:21:52 -04:00
# Core
2022-07-07 07:49:37 -04:00
#### Core v16.8.0 > v16.9.0
2022-06-23 16:13:58 -04:00
2022-07-06 13:51:47 -04:00
- Add new placeholders and parameters for placeholder
2022-07-20 06:27:55 -04:00
- Allow RTMP server if RTMPS server is enabled. In case you already had RTMPS enabled it will listen on the same port as before. An RTMP server will be started additionally listening on a lower port number. The RTMP app is required to start with a slash.
2022-07-04 14:20:15 -04:00
- Add optional escape character to process placeholder
2022-06-30 15:07:53 -04:00
- Fix output address validation for tee outputs
2022-06-30 13:54:25 -04:00
- Fix updating process config
2022-07-01 09:31:07 -04:00
- Add experimental SRT connection stats and logs API
2022-06-23 16:13:58 -04:00
- Hide /config/reload endpoint in reade-only mode
2022-07-01 09:31:07 -04:00
- Add experimental SRT server (datarhei/gosrt)
2022-06-23 16:13:58 -04:00
- 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
2022-06-03 11:21:52 -04:00
#### 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