What’s new in PyWebIO 1.3

2021/6/12

Highlights

  • New module pin to provide persistent input support.

  • Add a remote access service to start_server(). See server mode - User Guide for detail.

  • Add input_update(), add onchange callback in input functions.

  • Add support for FastAPI and Starlette.

Detailed changes

Bug fix

  • Fix table style.

  • Fix large file uploading error.

  • Fix server start error when enabled auto_open_webbrowser.

  • Fix file names overflow in file input.

  • Fix put_image() raise ‘unknown file extension’ error when use PIL Image as src.

  • Sanitize the returned filename of file_upload() to avoid interpreting as path accidentally.

  • So many other bugs fixed.