Skip to content

v0.8.16

Choose a tag to compare

@adhami3310 adhami3310 released this 21 Oct 03:34

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

  • ENG-7948: StateManagerDisk deferred write queue by @masenf in #5883

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...v0.8.16