reflex-dev
reflex
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
fix pre-commit
masenf/pyi-generator-regression-test
2 hours ago
Revert "Stop canceled uploads from finishing" This reverts commit b1dfab1e59725f872ea5939a2c88dfee5667e3ae.
GautamBytes:feat/persist-bun-lock
11 hours ago
fix ruff issues in dataset
masenf/pyi-generator-regression-test
11 hours ago
Serve _upload files with content-disposition: attachment (#6303) * Serve _upload files with content-disposition: attachment * All files served from the /_upload endpoint will now trigger download * PDF files are exempt, but they will always be served with the content-type set * If an application needs some other behavior, they are encouraged to mount their own StaticFiles instance to handle it. * remove stray breakpoint * test_upload: assert that files are properly downloaded * Do not add or replace Content-Type header If the Content-Type is missing or not application/pdf, then we serve the file with Content-Disposition: attachment. Iterate through the headers in a way that avoids adding duplicate headers.
main
17 hours ago
Do not add or replace Content-Type header If the Content-Type is missing or not application/pdf, then we serve the file with Content-Disposition: attachment. Iterate through the headers in a way that avoids adding duplicate headers.
masenf/upload-endpoint-headers
17 hours ago
fix: set_focus/blur_focus args stripped by get_handler_args for stateless handlers (#6314) get_handler_args() used `len(args) > 1` assuming all handlers have a `self` parameter from a State class. Server-side events like _set_focus have no state, so their single `ref` parameter was incorrectly stripped, producing an empty payload and a frontend TypeError: Cannot read properties of undefined (reading ref).
main
18 hours ago
Fix buffered upload handler not cancelling on client disconnect (#6307) * Fix buffered upload handler not cancelling on client disconnect When a client disconnects during a buffered file upload, the enqueued event handler was not being cancelled, leaving orphaned tasks. Add disconnect detection to _UploadStreamingResponse (via ASGI 2.4 receive watcher and ClientDisconnect handling) and propagate an on_task_future callback through enqueue_stream_delta so the upload path can cancel the EventFuture when the connection drops. * Update packages/reflex-components-core/src/reflex_components_core/core/_upload.py Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> * Update packages/reflex-components-core/src/reflex_components_core/core/_upload.py Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> * Generalize disconnect-cancel for streaming event responses Move disconnect detection out of upload-specific code into a reusable DisconnectAwareStreamingResponse in reflex-base. Drop the on_task_future callback from enqueue_stream_delta — the generator"s finally block already cancels the task future when the body iterator is closed on disconnect. * Add pre-2.4 streaming response disconnect test, remove bogus event processor tests Add test coverage for the pre-2.4 ASGI disconnect path in DisconnectAwareStreamingResponse. Remove test_stream_delta_aclose_cancels_in_flight_event and test_stream_delta_consumer_task_cancellation_cancels_in_flight_event — they passed with or without the task_future.cancel() fix because _on_future_done already cascades cancellation from the EventFuture to the handler task. --------- Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
main
18 hours ago
Update posthog script (#6315) * Update posthog script * always
main
19 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
pyi_generator regression tests
#6318
2 hours ago
b744122
masenf/pyi-generator-regression-test
CodSpeed Performance Gauge
0%
Respect root bun.lock during frontend installs
#6289
11 hours ago
a9a12bd
GautamBytes:feat/persist-bun-lock
CodSpeed Performance Gauge
0%
Serve _upload files with content-disposition: attachment
#6303
18 hours ago
5f45343
masenf/upload-endpoint-headers
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs