upgrade to Retina v0.3.9

This alone improves interop and diagnostics, as noted in Retina's
release notes. We also now give the camera name to the session group
(for improved logging of TEARDOWN operations) and expose the RTSP
server's "tool" attribute in debug logs and the config UI's "Test"
button.

Fixes #209
Fixes #213
This commit is contained in:
Scott Lamb
2022-04-12 14:57:16 -07:00
parent 3bc410b417
commit 5e7d558f99
7 changed files with 32 additions and 8 deletions

View File

@@ -6,6 +6,10 @@ changes, see Git history.
Each release is tagged in Git and on the Docker repository
[`scottlamb/moonfire-nvr`](https://hub.docker.com/r/scottlamb/moonfire-nvr).
## unreleased
* upgrade to Retina 0.3.9, improving camera interop and diagnostics
## `v0.7.3` (2022-03-22)
* security fix: check the `Origin` header on live stream WebSocket requests