Avatar for the reflex-dev user
reflex-dev
reflex
BlogDocsChangelog

Performance History

Latest Results

News fragment
masenf/sync-package-json-on-install
8 hours ago
Preserve bound args for upload handlers (#6602) * Preserve upload handler bound args * fix: forward bound upload handler args to the backend Args bound to an upload handler (e.g. State.on_drop(rx.upload_files(...), field)) were preserved in the compiled event spec but never reached the backend handler, since uploads travel over a REST endpoint instead of the socket. The client now forwards the named extra args via a URL-encoded JSON header, which the upload endpoint decodes and merges into the event payload. Bound names that clash with reserved upload keys are rejected at build time. Fixes #5290. * docs: add changelog for upload bound-arg fix (#5290) * fix: return 400 on malformed reflex-event-args upload header Validate the reflex-event-args header before parsing form data so a malformed or non-object JSON payload yields a 400 instead of a 500. * fix: carry upload bound args as a form field so streaming uploads get them Bound handler args were sent in a URL-encoded HTTP header, which the streaming chunk parser never read, so chunked uploads dropped them and the header path was capped by server limits. Move the args into a leading __reflex_event_args multipart field parsed ahead of the first file chunk, dispatching the handler once it is read. The field is size-bounded and rejected if it arrives after a file part. * Bump reflex-base min dep to dev version Indicate that reflex-components-core will depend tightly on the next public release of reflex-base --------- Co-authored-by: Deepak kudi <deepakkudi23@adsl-172-10-9-116.dsl.sndg02.sbcglobal.net> Co-authored-by: Farhan Ali Raza <farhanalirazaazeemi@gmail.com> Co-authored-by: Farhan Ali Raza <62690310+FarhanAliRaza@users.noreply.github.com> Co-authored-by: Masen Furer <m_github@0x26.net>
main
9 hours ago
Merge branch 'main' into carlos/update-docs-colors
carlos/update-docs-colors
14 hours ago

Latest Branches

CodSpeed Performance Gauge
0%
ENG-9801: sync `reflex.lock/package.json` to `.web/package.json`#6658
8 hours ago
6fe0257
masenf/sync-package-json-on-install
CodSpeed Performance Gauge
0%
11 hours ago
e223f21
ubaidrmn:fix-5417
CodSpeed Performance Gauge
0%
Preserve bound args for upload handlers#6602
12 hours ago
704f674
puneetdixit200:fix/upload-bound-event-args
© 2026 CodSpeed Technology
Home Terms Privacy Docs