Fix - Set `client_state=None` option on `session.request_rerun()` to be compatible with streamlit>=0.87.0, 21.
0.3.0
Add - multiprocessing compatibility, 18.
0.2.0
Add - Server state elements and locks can be accessed not only via dict-like keys but also attribute names, 11. Fix - An uninitialized key can be referred to via `server_state_lock` so that the lock can be used at the first initialization of that key, 10.
0.1.0
Added - The first release including `server_state`, `server_state_lock`, and chat samples using them.