You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New types: RecordingJob, RecordingJobConfiguration, RecordingJobState
All 9 methods exposed on OnvifSession as convenience delegates
All 9 methods covered by handlers in examples/mock_server.rs
Events Service — event_stream(subscription_url, timeout, max_messages) wraps
the pull_messages polling loop into an infinite Pin<Box<dyn Stream<...>>> —
yields individual NotificationMessage items; errors stop the stream
Added trc / tse / trp namespace declarations to the SOAP envelope — previously
omitted, making recording/search/replay request bodies technically invalid XML
New async-stream = "0.3" and futures-core = "0.3" runtime dependencies
Changed
Removed 38 low-value unit tests that only verified HTTP dispatch routing or duplicated
SOAP Fault coverage without exercising response parsing (314 → 292 unit tests)