v0.8.16 Pre-release thread #5897
Closed
adhami3310
announced in
Release
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Please report any problems you encounter in this discussion thread or as separate issues on reflex-dev/reflex.
pip install 'reflex~=0.8.16a'Schedule
2025-10-16 15:40 PT: 0.8.16a1 pre-release published for testing
2025-10-20: Planned Public release of 0.8.16
Release Notes
StateManagerDisk with throttled write
To improve performance on IO-bound devices, disk manager only commits its memory every two seconds or so. Configurable through the environment variable: REFLEX_STATE_MANAGER_DISK_DEBOUNCE_SECONDS
Dialog Trigger must be child of Dialog Root
In technicality, dialog trigger can be anywhere in the nested children of a dialog root. However, this is a useful proxy for now.
Chores
Full Changelog: v0.8.15...release/reflex-0.8.16
Beta Was this translation helpful? Give feedback.
All reactions