Replies: 2 comments 2 replies
-
|
My app mostly works on 0.6.1a but I did get the following exception printed in the terminal while uploading a 500MB file. It did not seem to cause my app to fail, just the exception was printed: [ERROR] Application callable raised an exception |
Beta Was this translation helpful? Give feedback.
-
|
v0.6.1 is released |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
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.6.1a'Schedule
2024-09-28 09:40 PDT: 0.6.1a1 pre-release published for testing
2024-09-30 17:30 PDT: Public release of 0.6.1
Release Notes
Regression Fixes
New Features
Experimental Dynamic Components
In this release, state vars can be of
rx.Componenttype and@rx.varcomputed vars can returnrx.Component, allowing dynamic component structures to be created on the backend at runtime. This enables the full use of python expressions in generated components, as opposed torx.condandrx.foreach.There are performance implications when using dynamic components so prefer static components where possible.
Run Backend with Granian server
install
granianpackage and setREFLEX_USE_GRANIAN=1to run with the new, experimental granian backend (instead of the default uvicorn).USE_SYSTEM_NODEandUSE_SYSTEM_BUNIf you prefer to run your own versions of
nodeandbun, ensure they are on thePATHand set these environment variables to1.Improvements
Bump nextjs to 14.2.13
Miscellaneous
class_name="prose"to enable default formatting forrx.htmlBug Fixes
Documentation
Other Changes
New Contributors
Full Changelog: v0.6.0...reflex-0.6.1
Beta Was this translation helpful? Give feedback.
All reactions