Fix - Fix a sample app, `app.py` to avoid an infinate loop. - Update to unset a worker attributes from a context object after stopping. - Dependency updates.
0.7.2
Not secure
Fix - Dependency updates.
0.7.1
Not secure
Fix - Dependency updates.
0.7.0
Not secure
Fix - Add `VideoReceiver.get_frame()` and remove `VideoReceiver.frames_queue` attribute.
0.6.3
Not secure
Fix - Set `aiortc` version to exactly `1.0.0`, as `1.1.0` and `1.1.1` cause an error. See https://github.com/whitphx/streamlit-webrtc/issues/37.
0.6.2
Not secure
Fix - Fix webrtc_worker thread not to block the main thread when an error occurs inside it.