- Fix a bug that frontend RTC configuration is not refreshed when the component is stopped, [1952](https://github.com/whitphx/streamlit-webrtc/pull/1952).
0.53.2
Fixed
- Remove `import importlib_metadata` that is no longer needed since dropping Python 3.8 support, [1949](https://github.com/whitphx/streamlit-webrtc/pull/1949).
0.53.1
Fixed
- Set the package version dynamically, [1947](https://github.com/whitphx/streamlit-webrtc/pull/1947).
0.53.0
Changed
- `server_rtc_configuration` option is added to `webrtc_streamer()`, [1944](https://github.com/whitphx/streamlit-webrtc/pull/1944). - The `rtc_configuration` option of `webrtc_streamer()` is renamed to `frontend_rtc_configuration` and `rtc_configuration` is marked as deprecated, [1944](https://github.com/whitphx/streamlit-webrtc/pull/1944).
0.52.0
Changed
- [BREAKING] The `client_settings` option of `webrtc_streamer()` has been removed. Use `rtc_configuration` and `media_stream_constraints` instead, [1943](https://github.com/whitphx/streamlit-webrtc/pull/1943). - [BREAKING] The `rtc_configuration` option of `webrtc_streamer()` is used to configure the connection from the server side peer, [1943](https://github.com/whitphx/streamlit-webrtc/pull/1943).
0.51.3
Fix
- Internal refactoring on the auto-configuring of STUN/TURN servers, [1942](https://github.com/whitphx/streamlit-webrtc/pull/1942).