How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Version 1.61.0

calendar_today August 12, 2026 person @StreamlitTeam domain streamlit

Release date: August 4, 2026 Highlights Introducing lazy loading for st.dataframe : large dataframes now load their rows on demand automatically, so the browser stays responsive. A new lazy parameter lets you turn this on or off explicitly, and Polars LazyFrame objects are supported natively ( #15756 ). st.cache_data and st.cache_resource have a new refresh_mode=”background” option that refreshes expired cache values in the background, so your app keeps serving the previous value without waiting ( #16057 , #5871 ).

open_in_new Read original post