New
v0.8.20
Release Notes
Reconnection Logic Improvements
- Send a "reconnect" hydrate whenever the socket reconnects by @masenf in https://github.com/reflex-dev/reflex/pull/5969
- Make oplock_hold_time_ms configurable by @masenf in https://github.com/reflex-dev/reflex/pull/5975
- Do a full re-hydrate on reconnect by @masenf in https://github.com/reflex-dev/reflex/pull/5980
- Revive token socket_record after expiration by @masenf in https://github.com/reflex-dev/reflex/pull/5977
Bugfixes
- check against hooks inside of root component by @adhami3310 in https://github.com/reflex-dev/reflex/pull/5971
- MutableProxy: wrap dataclass and BaseModel methods by @masenf in https://github.com/reflex-dev/reflex/pull/5979
Misc
- disable highlighter rich by @adhami3310 in https://github.com/reflex-dev/reflex/pull/5972
- Allow
transport="polling"option for all users by @masenf in https://github.com/reflex-dev/reflex/pull/5982
Chores
- 0820dev by @adhami3310 in https://github.com/reflex-dev/reflex/pull/5967
- Flaky test test_ensure_task_limit_window_passed by @masenf in https://github.com/reflex-dev/reflex/pull/5959
- Trying to fix codeql analysis by @masenf in https://github.com/reflex-dev/reflex/pull/5981
Full Changelog: https://github.com/reflex-dev/reflex/compare/v0.8.19...v0.8.20