What's Changed
- fix: avoid eagerly copying uploaded files into memory by @FarhanAliRaza in #6174
- Cache expensive introspection calls in pyi_generator for faster stub generation by @FarhanAliRaza in #6187
- provide event for redis state expiry by @adhami3310 in #6194
- Fix race conditions in StateManagerRedis lock detection by @masenf in #6196
- 090dev by @adhami3310 in #6182
- do inspect signature once by @adhami3310 in #6197
- define _compile_stateful_components as an external by @adhami3310 in #6198
- do not compile stateful components in dev mode by @adhami3310 in #6199
- skip duplicate DynamicRouteVar by @adhami3310 in #6202
- implement reflex docgen by @adhami3310 in #6200
- avoid validating app when running in backend only by @adhami3310 in #6203
- Support FunctionVar handlers in EventChain rendering by @FarhanAliRaza in #6188
- feat: add chunked file upload support Streaming Upload API (rx.upload_files_chunk) by @FarhanAliRaza in #6190
- Add in-memory state expiration to StateManagerMemory by @FarhanAliRaza in #6201
- feat: add experimental memo decorator for JS-level component and function memoization by @FarhanAliRaza in #6192
- README.md: Add responsive logo for light and dark themes by @masenf in #6253
- reflex.event: revert future annotation changes by @masenf in #6254
- ENG-9032: move framework docs into framework repo by @adhami3310 in #6206
- Expose docs through reflex docgen by @adhami3310 in #6257
- make reflex state import dynamic by @adhami3310 in #6258
- make the ci better at not install reflex deps for reflex-web by @adhami3310 in #6262
- export modules for plugins by @adhami3310 in #6261
- remove all pcweb references from the docs by @adhami3310 in #6263
- add back images for readme by @adhami3310 in #6265
- Add chunked upload documentation for rx.upload_files_chunk by @FarhanAliRaza in #6259
- reflex core is typed by @adhami3310 in #6271
- Remove image zoom in how reflex works doc by @carlosabadia in #6276
- Add wildcard ignore and pragma: no cover for compat shims by @masenf in #6275
- ENG-9277: Add AI builder, Entreprise and hosting docs by @carlosabadia in #6277
- Fix cond typing by @adhami3310 in #6279
- Rename reflex core to reflex base by @adhami3310 in #6281
- specify directories for publish by @adhami3310 in #6282
- improve pypi directory handling by @adhami3310 in #6283
- publish dist star by @adhami3310 in #6284
New Contributors
- @FarhanAliRaza made their first contribution in #6174
Full Changelog: v0.8.28...v0.9.0a1