Notable Changes
-
Added support for configuring SSL to serve apps directly over HTTPS (#5969).
-
Granular control over app embedding behavior with the
/?embed
and/?embed_options
query parameters. Learn how to use this feature in our docs (#6011, #6019). -
Enabled the
runner.fastReruns
configuration option by default to make apps much more responsive to user interaction (#6200).
Other Changes
-
Cleaned up the hamburger menu by removing the least used options (#6080).
-
Design changes to ensure apps being printed or saved as a PDF look good (#6180).
-
Bug fix: improved
dtypes
checking inst.experimental_data_editor
(#6185, #6188). -
Bug fix: properly position
st.metric
’shelp
tooltip when not inside columns (#6168). -
Bug fix: regression in retrieving messages from the server’s
ForwardMsgCache
(#6210). -
Bug fix:
st.cache_data
docstring for theshow_spinner
param now listsstr
as a supported type (#6207, #6213). -
Made ping and websocket timeouts far more forgiving (#6212).
-
st.map
andst.pydeck_chart
docs state that Streamlit’s Mapbox token will not work indefinitely (#6143).