Skip to content

1.20.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Mar 20:59
· 1044 commits to develop since this release

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 in st.experimental_data_editor (#6185, #6188).
  • 🐛 Bug fix: properly position st.metric's help 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 the show_spinner param now lists str as a supported type (#6207, #6213).
  • ⏱️ Made ping and websocket timeouts far more forgiving (#6212).
  • 🗺️ st.map and st.pydeck_chart docs state that Streamlit's Mapbox token will not work indefinitely (#6143).