- Fix a bug on `streamlit_webrtc.credentials.get_hf_ice_servers()` that it always returns `None`, [1939](https://github.com/whitphx/streamlit-webrtc/pull/1939). - Add type hints on `streamlit_webrtc.credentials.get_hf_ice_servers()` and `streamlit_webrtc.credentials.get_twilio_ice_servers()`, [1940](https://github.com/whitphx/streamlit-webrtc/pull/1940).
0.51.1
Fix
- Fix internal type annotations, [1938](https://github.com/whitphx/streamlit-webrtc/pull/1938).
0.51.0
Added
- `streamlit_webrtc.credentials` module for getting TURN/STUN server credentials from Hugging Face and Twilio, [1927](https://github.com/whitphx/streamlit-webrtc/pull/1927).
Changed
- Set the STUN/TURN server configs automatically if the credentials are available, [1927](https://github.com/whitphx/streamlit-webrtc/pull/1927).
0.50.1
Changed
- Update type annotations, [1936](https://github.com/whitphx/streamlit-webrtc/pull/1936). - Switch to uv, [1936](https://github.com/whitphx/streamlit-webrtc/pull/1936). - Update the release workflow, [1937](https://github.com/whitphx/streamlit-webrtc/pull/1937).
0.49.4
Fix
- Internally switch the frontend package manager from npm to pnpm, [1932](https://github.com/whitphx/streamlit-webrtc/pull/1932).
0.49.3
Fix
- Set the base theme type correctly, [1931](https://github.com/whitphx/streamlit-webrtc/pull/1931).