Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
1f5ed0d
Running ReactPy in a backhaul thread
Archmonger Jul 11, 2023
026676e
less LOCs for backhaul thread
Archmonger Jul 11, 2023
ecb2a0d
simplier effect
Archmonger Jul 11, 2023
f77c5e8
remove excess div
Archmonger Jul 11, 2023
52be745
move RPS endpoint
Archmonger Jul 13, 2023
8e8cb72
add whitenoise
Archmonger Jul 13, 2023
5c01a84
Allow for testing multiple renderers
Archmonger Jul 13, 2023
712c1ea
set debug
Archmonger Jul 13, 2023
a60bb64
sort
Archmonger Jul 13, 2023
64175c4
add component count
Archmonger Jul 13, 2023
e71b402
Add TTL
Archmonger Jul 13, 2023
f997001
add ttl tests
Archmonger Jul 13, 2023
8c3a354
receive queue does not need to be threaded
Archmonger Jul 13, 2023
868c26e
rename loop function
Archmonger Jul 13, 2023
6ab1742
Revert "receive queue does not need to be threaded"
Archmonger Jul 13, 2023
e65f86a
ensure todo list entries are unique
Archmonger Jul 13, 2023
c54c216
events per second tests
Archmonger Jul 14, 2023
5fd014f
use text input instead
Archmonger Jul 14, 2023
8187df7
rename EPS
Archmonger Jul 14, 2023
f434e4c
net io TTL
Archmonger Jul 14, 2023
d8e3b0b
mixed TTL
Archmonger Jul 14, 2023
8866f3f
Add config setting for backhaul thread
Archmonger Jul 14, 2023
12e7ea0
fix formatting
Archmonger Jul 14, 2023
ac03724
add changelog
Archmonger Jul 14, 2023
517caf9
add backhaul to dictionary
Archmonger Jul 14, 2023
ddd718f
Remove excess exceptions, potential attack vector
Archmonger Jul 14, 2023
11b93b4
add logging for daphne issues
Archmonger Jul 14, 2023
690fbda
eps -> erps
Archmonger Jul 15, 2023
bdbe9f0
event timing
Archmonger Jul 15, 2023
b6cb92f
better daphne check
Archmonger Jul 15, 2023
91f90d4
I really hate Ruff
Archmonger Jul 15, 2023
b8c1a9a
change comment
Archmonger Jul 16, 2023
993fe45
better debug check
Archmonger Jul 16, 2023
7b928b4
make run dispatcher public
Archmonger Jul 19, 2023
143c2cd
cleanup
Archmonger Jul 20, 2023
92e9eed
threading for all logging
Archmonger Jul 22, 2023
2f2135f
switch to ruff
Archmonger Jul 22, 2023
6b77479
change line length
Archmonger Jul 22, 2023
8d19322
bump minimum python version
Archmonger Jul 22, 2023
356ed88
use ruff for docs
Archmonger Jul 22, 2023
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add changelog
  • Loading branch information
Archmonger committed Jul 14, 2023
commit ac037247aa6189dea70b4f42639cfbc71a4e4c05
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,13 @@ Using the following categories, list your changes in this order:

## [Unreleased]

- Nothing yet!
### Added

- `REACTPY_BACKHAUL_THREAD` setting to enable/disable threading behavior.

### Changed

- By default, ReactPy will now use a backhaul thread to increase performance.

## [3.2.1] - 2023-06-29

Expand Down