Skip to content

Releases: GoogleCloudPlatform/functions-framework-python

v2.2.0

24 May 18:24
@di di
60ac588
Compare
Choose a tag to compare

Added

  • Relax constraint to flask<3.0 and click<9.0 (#129)

v2.1.3

23 Apr 19:12
cb164fe
Compare
Choose a tag to compare

Changed

  • Change gunicorn loglevel to error ([#122])

Added

  • Add support for background to CloudEvent conversion ([#116])

v2.1.2

24 Feb 19:07
e0e6bfa
Compare
Choose a tag to compare

Added

  • Add crash header to 500 responses (#114)

v2.1.1

17 Feb 23:28
@di di
348064d
Compare
Choose a tag to compare

Fixed

  • Add backwards-compatible logging for GCF Python 3.7 (#107)
  • Document --dry-run flag (#105)

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)