reflex-dev
reflex
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Preserve top-level non-prerelease releases; backup/flag nits Restrict the deletion scope so the script never removes top-level reflex releases (the main package's bare "vX.Y.Z" tags) unless they are pre-releases. The "Dispatch release for" prefix matches the main package's release entries too (the dispatch planner appends a `package: "reflex"` release whenever reflex-base is released, and those are the only dispatch releases not marked --latest=false), so the previous filter would have removed finalized core entries like v0.9.5 from the Releases page. Top-level alpha pre-releases (e.g. v0.9.4a1) and all sub-package releases remain in scope. Also address two review nits: - Timestamp the backup filename so retrying after a partial failure no longer clobbers an earlier run's backup (gitignore glob still matches). - Print a note when --yes is passed without --apply, which is otherwise a silent no-op. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01GuovjAVb7evQGBXY7ZRkXx
claude/festive-babbage-rwi9kn
29 minutes ago
Add script to delete auto-generated releases while keeping tags Add scripts/delete_automated_releases.sh, which finds every GitHub Release whose body starts with "Automated release for" or "Dispatch release for" (the markers emitted by the automated/dispatch release CI workflows) and deletes the Release entries via the gh CLI, leaving the underlying git tags intact (it never passes `gh release delete --cleanup-tag`). The script enumerates releases dynamically with `gh api --paginate`, defaults to a dry run that only lists matches, requires --apply (plus a confirmation prompt unless --yes) to delete, and backs up the matching release objects to JSON before deleting. The backup file is gitignored. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01GuovjAVb7evQGBXY7ZRkXx
claude/festive-babbage-rwi9kn
39 minutes ago
Fix flaky test_hybrid_properties controlled-input race test_hybrid_properties cleared the `set_info_a` input (Ctrl+A, Delete) and immediately typed "z" before the clear had round-tripped to the backend. Since the input is controlled by State.info.a, the rapid sequence raced the async state sync, intermittently producing "info_a_b: az - b" (typed onto a stale "a") or "info_a_b: - b" (the "z" dropped by a late empty-state delta) instead of "info_a_b: z - b". Serialize the interaction: after clearing, poll the backend-derived text until it reflects the empty value ("info_a_b: - b") before typing "z", then poll for the final "info_a_b: z - b". This mirrors the poll-between-interactions pattern already used in test_event_chain.py and removes the race without changing the app under test. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017ELfV78gRoQiknTTEXctPs
claude/nice-mendel-it2al1
2 hours ago
Bump reflex-components-core floor to released 0.9.6 (#6681) Now that reflex-components-core 0.9.6 is published, raise the root reflex dependency floor from >= 0.9.5 to >= 0.9.6, so an install of reflex 0.9.6 pulls the matching core release. This completes the 0.9.6 dependency alignment; reflex-base was already bumped to >= 0.9.6 in #6680. Verified: reflex-components-core==0.9.6 resolves from PyPI, uv.lock is unaffected (editable workspace dep), and `check_min_deps.py reflex` passes. Claude-Session: https://claude.ai/code/session_017ELfV78gRoQiknTTEXctPs Co-authored-by: Claude <noreply@anthropic.com>
main
2 hours ago
Bump reflex-components-core floor to released 0.9.6 Now that reflex-components-core 0.9.6 is published, raise the root reflex dependency floor from >= 0.9.5 to >= 0.9.6, so an install of reflex 0.9.6 pulls the matching core release. This completes the 0.9.6 dependency alignment; reflex-base was already bumped to >= 0.9.6 in #6680. Verified: reflex-components-core==0.9.6 resolves from PyPI, uv.lock is unaffected (editable workspace dep), and `check_min_deps.py reflex` passes. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017ELfV78gRoQiknTTEXctPs
claude/nice-mendel-it2al1
2 hours ago
Re-pin reflex-base to released 0.9.6 (#6680) Now that reflex-base 0.9.6 is published, replace the development-release pin in reflex-components-core (reflex-base >= 0.9.5.post2.dev0) with the released floor reflex-base >= 0.9.6, so the package can be published without tripping the dev-pin publish gate. Also bump the root reflex floor to reflex-base >= 0.9.6 for internal consistency (the published reflex wheel exact-pins the matching reflex-base regardless). Claude-Session: https://claude.ai/code/session_017ELfV78gRoQiknTTEXctPs Co-authored-by: Claude <noreply@anthropic.com>
main
2 hours ago
Re-pin reflex-base to released 0.9.6 Now that reflex-base 0.9.6 is published, replace the development-release pin in reflex-components-core (reflex-base >= 0.9.5.post2.dev0) with the released floor reflex-base >= 0.9.6, so the package can be published without tripping the dev-pin publish gate. Also bump the root reflex floor to reflex-base >= 0.9.6 for internal consistency (the published reflex wheel exact-pins the matching reflex-base regardless). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017ELfV78gRoQiknTTEXctPs
claude/nice-mendel-it2al1
3 hours ago
refactor(reflex-base): clarify import-name handling in compilers Extract _all_valid_js_identifiers helper for the window-reflex import check, and rename cryptic loop variables (ivs/iv -> import_vars/ import_var) in the dynamic component serializer. No behavior change.
FarhanAliRaza:lighthouse-pr4-pr5
3 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
Add script to delete automated GitHub releases while preserving tags
#6683
33 minutes ago
541b65e
claude/festive-babbage-rwi9kn
CodSpeed Performance Gauge
0%
Fix flaky test_hybrid_properties controlled-input race
#6682
2 hours ago
d428fdd
claude/nice-mendel-it2al1
CodSpeed Performance Gauge
0%
lighthouse: tree-shake bundled libs
#6563
7 hours ago
f697d5f
FarhanAliRaza:lighthouse-pr4-pr5
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs