Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1.15 KB

changelog.md

File metadata and controls

50 lines (35 loc) · 1.15 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.0.5 - 2023-06-26

Added

  • Support for TLS
    • Added example ssl
  • Session based authentication support using cookies
    • Added @login_required decorator
    • Added example auth

0.0.4 - 2023-10-04

Added

  • Refactored Phew as a class to support multiple apps with asyncio

Changed

  • Document approach to processing list in templates
  • Additional common mime types mapped to extensions

Fixed

  • Ensure that all form data is read to content-length