prepare v0.3.9

This commit is contained in:
Scott Lamb 2022-04-12 14:18:27 -07:00
parent 0bd76e1346
commit decab965a3
3 changed files with 6 additions and 3 deletions

View File

@ -1,10 +1,13 @@
## unreleased
## `v0.3.9` (2022-04-12)
* camera interop: eliminate `bad clockrate in rtpmap` errors with cameras that
(incorrectly) add trailing spaces to this SDP parameter, as described at
[scottlamb/moonfire-nvr#213](https://github.com/scottlamb/moonfire-nvr/issues/213#issue-1190760423).
* camera interop: allow ignoring RTSP interleaved data messages on unassigned
channels, also described at [scottlamb-moonfire-nvr#213](https://github.com/scottlamb/moonfire-nvr/issues/213#issuecomment-1089411093).
* camera interop: when using TCP, default to attempting a `TEARDOWN` before
closing the connection, to improve behavior with cameras that have the
live555 stale session bug but do not advertise it.
* clarify `Session`'s expectations for tokio runtimes.
* additional diagnostics/logging on certain camera failures.

2
Cargo.lock generated
View File

@ -910,7 +910,7 @@ checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
[[package]]
name = "retina"
version = "0.3.8"
version = "0.3.9"
dependencies = [
"anyhow",
"base64",

View File

@ -1,6 +1,6 @@
[package]
name = "retina"
version = "0.3.8"
version = "0.3.9"
authors = ["Scott Lamb <slamb@slamb.org>"]
license = "MIT/Apache-2.0"
edition = "2018"