Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: reactive-python/reactpy-django
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.3.1
Choose a base ref
...
head repository: reactive-python/reactpy-django
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.3.2
Choose a head ref
  • 2 commits
  • 9 files changed
  • 1 contributor

Commits on Aug 14, 2023

  1. v3.3.2 (#170)

    -   ReactPy Websocket will now decode messages via `orjson` resulting in an ~6% overall performance improvement.
    -   Built-in `asyncio` event loops are now patched via `nest_asyncio`, resulting in an ~10% overall performance improvement. This has no performance impact if you are running your webserver with `uvloop`.
    -   Fix bug where `REACTPY_WEBSOCKET_URL` always generates a warning if unset.
    -   Fixed bug on Windows where `assert f is self._write_fut` would be raised by `uvicorn` when `REACTPY_BACKHAUL_THREAD = True`.
    -   Fixed bug on Windows where rendering behavior would be jittery with `daphne` when `REACTPY_BACKHAUL_THREAD = True`.
    Archmonger authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    b058b9e View commit details
    Browse the repository at this point in the history
  2. 3.3.2 Version Bump (#171)

    Forgot to bump the `django-reactpy` version in the previous PR.
    Archmonger authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    88acbaf View commit details
    Browse the repository at this point in the history
Loading