Skip to content

Releases: GoogleCloudPlatform/functions-framework-python

v2.1.0

23 Dec 18:31
@di di
04423e7
Compare
Choose a tag to compare

Added

  • Support Python 3.9

Fixed

  • Execute the source module w/in the app context (#76)

v1.6.0

19 Aug 23:04
@di di
393d1d6
Compare
Choose a tag to compare

Changed

  • Add legacy GCF Python 3.7 behavior (#77)

Added

  • Improve documentation around Dockerfiles (#70)

v1.5.0

06 Jul 23:58
@di di
6f0d848
Compare
Choose a tag to compare

Changed

  • Framework will consume entire request before responding (#66)

v2.0.0

02 Jul 01:02
@di di
f2471b4
Compare
Choose a tag to compare

Added

  • Support cloudevent signature type (#55, #56)

Changed

  • Framework will consume entire request before responding (#66)

v1.4.4

19 Jun 06:22
@di di
a19fa18
Compare
Choose a tag to compare

Fixed

  • Improve module loading (#61)

v1.4.3

14 May 18:57
@di di
6382e5b
Compare
Choose a tag to compare

Fixed

  • Load the source file into the correct module name (#49)

v1.4.2

13 May 21:42
@di di
2337104
Compare
Choose a tag to compare

Fixed

  • Fix handling of --debug flag when gunicorn is not present (#44)

v1.4.1

08 May 01:56
@di di
8697200
Compare
Choose a tag to compare

Fixed

  • Windows support broken due to gunicorn (#38)

v1.4.0

06 May 17:20
@di di
f20e114
Compare
Choose a tag to compare

Added:

  • Added ability to gunicorn as a production HTTP server (#36)

v1.3.0

13 Apr 18:32
@di di
d934ba0
Compare
Choose a tag to compare

Added:

  • Add support for running python -m functions_framework (#31)
  • Move functions_framework.cli.cli to functions_framework._cli._cli
  • Adjust path handling for robots.txt and favicon.ico (#33)