reflex-dev
reflex
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Verify asset hashes with consecutive content reads
harsh21234i:fix/asset-content-hash-6550
25 minutes ago
Detect replaced asset files while hashing
harsh21234i:fix/asset-content-hash-6550
60 minutes ago
fix(compiler): add changelog fragment for nested stylesheet posix fix Signed-off-by: Anas Khan <83116240+anxkhn@users.noreply.github.com>
anxkhn:patch-9
4 hours ago
fix: use os.walk to build custom components on Python 3.10 and 3.11 `reflex component build` generates .pyi files for the custom component by walking its source tree in `_make_pyi_files`. That loop used `pathlib.Path.walk()`, which was only added in Python 3.12, so on Python 3.10 and 3.11 (both supported by `requires-python = ">=3.10,<4.0"`) the build crashed with `AttributeError: 'PosixPath' object has no attribute 'walk'`. Switch the walk to `os.walk()`, mirroring the existing `_walk_files` helper in reflex-base whose comment already notes `Path.walk()` cannot be used until the floor is 3.12. `PyiGenerator.scan_all` accepts str or Path targets, so the yielded directory strings work unchanged. Signed-off-by: Anas Khan <83116240+anxkhn@users.noreply.github.com>
anxkhn:patch-1
5 hours ago
Handle unstable asset hashes
harsh21234i:fix/asset-content-hash-6550
5 hours ago
chore(plotly): add changelog fragment for z-bbox fix Signed-off-by: Anas Khan <83116240+anxkhn@users.noreply.github.com>
anxkhn:patch-14
5 hours ago
Preserve safe upload directory paths
harsh21234i:fix/upload-filename-basename-buffered
5 hours ago
fix(exec): correct stale 0.8.0 reference in Uvicorn/Granian warning The backend warning told users the default would switch to Granian in 0.8.0, but that release shipped long ago (current 0.9.6) and the switch never happened: should_use_granian() still returns False for Uvicorn when uvicorn and gunicorn are installed and REFLEX_USE_GRANIAN is unset. Reword the warning to describe the change as coming in a future release and point users to REFLEX_USE_GRANIAN=1 to opt in early. No behavior change. Signed-off-by: Anas Khan <83116240+anxkhn@users.noreply.github.com>
anxkhn:patch-18
5 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
Add content hashes to asset URLs
#6749
29 minutes ago
4f2e7b9
harsh21234i:fix/asset-content-hash-6550
CodSpeed Performance Gauge
0%
fix(compiler): use posix separators for nested stylesheet imports
#6762
8 days ago
366ade7
anxkhn:patch-9
CodSpeed Performance Gauge
0%
fix: use os.walk to build custom components on Python 3.10 and 3.11
#6760
8 days ago
72a7764
anxkhn:patch-1
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs