Version 0.57.0
Highlights:
-
Ability to set expiration options for
@st.cache
'ed functions by setting themax_entries
andttl
arguments. See docs. -
Improved the machinery behind
st.file_uploader
, so it’s much more performant now! Also increased the default upload limit to 200MB (configurable viaserver.max_upload_size
). -
The
server.address
config option now binds the server to that address for added security. -
Even more details added to error messages for
@st.cache
for easier debugging.