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