Skip to content

Latest commit

 

History

History
46 lines (25 loc) · 975 Bytes

CHANGELOG.md

File metadata and controls

46 lines (25 loc) · 975 Bytes

Changelog

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

[0.2.2] - 2024-11-27

Fixed

  • Fix Internal Server Error when body contained non-ASCII characters #73

Changed

  • Removed support for Python 3.8 as it has reached its end of life

[0.2.1] - 2024-07-15

Fixed

  • Returning a base64 encoded response would not be decoded by the framework

[0.2.0] - 2023-04-23

Added

  • Added a simple server to test with multiple handlers

[0.1.1] - 2023-04-14

Changed

  • Update README with link to Serverless Functions Node

Fixed

  • Fix typos in headers injected by Envoy

[0.1.0] - 2023-03-02

Added

  • Initial project setup
  • Local testing utils
  • Repository setup