Skip to content

4.0.0

Choose a tag to compare

@Archmonger Archmonger released this 06 Mar 00:04
· 17 commits to main since this release
9769dd8

Added

  • Added servestatic CLI command for creating manifests, hashing, and compressing for static files.

Changed

  • Minimum python version is now 3.10.
  • immutable_file_test now defaults to a regex matching the file name format generated by servestatic --hash (for example app.db8f2edc0c8a.js).

Deprecated

  • Calling the compression API via python -m servestatic.compress is now deprecated. Please use servestatic --compress instead.

Fixed

  • Fix race condition where ServeStatic could throw an exception when shutting down async file threads.