Skip to content

Releases: scaleway/serverless-functions-python

v0.2.1

22 Jul 12:51
451f6ca
Compare
Choose a tag to compare

What's Changed

  • Add 3.12 to supported versions by @lioman in #102
  • fix(serving): fix cannot decode base64 encoded binary data by @cyclimse in #103
  • fix(ci): fix bad use of poetry groups + update to Python 3.12 in publish CI by @cyclimse in #104

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

27 Apr 08:01
7d7b951
Compare
Choose a tag to compare

What's Changed

Added

  • Added a simple server to test with multiple handlers

Full Changelog: v0.1.1...v0.2.0

v0.1.1

14 Apr 13:11
cd10c9d
Compare
Choose a tag to compare

What's Changed

Fixed

  • Fix typos in headers injected by Envoy

Changed

  • Update README with link to Serverless Functions Node

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0

02 Mar 17:28
dbd1742
Compare
Choose a tag to compare

What's Changed

Added

  • Initial project setup
  • Local testing utils
  • Repository setup