Skip to content

5.1.1

Latest
Compare
Choose a tag to compare
@Archmonger Archmonger released this 02 Dec 10:26
· 1 commit to main since this release
d663d12

Fixed

  • Fixed regression in v5.1.0 where components would sometimes not output debug messages when settings.py:DEBUG is enabled.

Changed

  • Set upper limit on ReactPy version to <2.0.0.
  • ReactPy web modules are now streamed in chunks.
  • ReactPy web modules are now streamed using asynchronous file reading to improve performance.
  • Performed refactoring to utilize ruff as this repository's linter.