Replies: 1 comment
-
reflex-0.4.5 is available now |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Try out the Prerelease
Please report any problems you encounter in this discussion thread or as separate issues on reflex-dev/reflex.
pip install 'reflex~=0.4.5a'
Schedule
2024-03-15 17:40 PDT: 0.4.5a1 is released for general testing
2024-03-18: Scheduled release of 0.4.5
2024-03-20 13:04 PDT: General Release of 0.4.5
New Features
Support SQLAlchemy Models Directly
Experimental Multi-process Compilation
Pass
REFLEX_COMPILE_PROCESSES=0
to opt-in to multiprocess compile, which significantly improves compilation speed of large apps (Mac and Linux only).Improvements
rx.download
to resolverx.get_upload_url
links by @masenf in [REF-2157] Allowrx.download
to resolverx.get_upload_url
links #2813Bug Fixes
client_ip
fromasgi.scope
by @masenf in Getclient_ip
fromasgi.scope
#2808router.session.client_ip
more likely to be correct nowOther Changes
get_hooks
andget_hooks_internal
for stable output by @masenf in Separateget_hooks
andget_hooks_internal
for stable output #2710New Contributors
Full Changelog: v0.4.4...reflex-0.4.5
Beta Was this translation helpful? Give feedback.
All reactions