Skip to content

Releases: GoogleCloudPlatform/functions-framework-python

v2.4.0-beta.1

v2.4.0-beta.1 Pre-release
Pre-release

Choose a tag to compare

@KaylaNguyen KaylaNguyen released this 29 Oct 23:04
5a9ef41

Added

  • Support declarative function signatures: http and cloudevent

v2.3.0

Choose a tag to compare

@asriniva asriniva released this 12 Oct 18:50
6c69bb8
feat: Version 2.3.0 (#156)

v2.2.1

Choose a tag to compare

@asriniva asriniva released this 01 Jun 23:27
c7f66fd

Changed

  • Update GCF Python 3.7 backwards-compatible logging (#131)

v2.2.0

Choose a tag to compare

@di di released this 24 May 18:24
60ac588

Added

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

v2.1.3

Choose a tag to compare

@asriniva asriniva released this 23 Apr 19:12
cb164fe

Changed

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

Added

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

v2.1.2

Choose a tag to compare

@asriniva asriniva released this 24 Feb 19:07
e0e6bfa

Added

  • Add crash header to 500 responses (#114)

v2.1.1

Choose a tag to compare

@di di released this 17 Feb 23:28
348064d

Fixed

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

v2.1.0

Choose a tag to compare

@di di released this 23 Dec 18:31
04423e7

Added

  • Support Python 3.9

Fixed

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

v1.6.0

Choose a tag to compare

@di di released this 19 Aug 23:04
393d1d6

Changed

  • Add legacy GCF Python 3.7 behavior (#77)

Added

  • Improve documentation around Dockerfiles (#70)

v1.5.0

Choose a tag to compare

@di di released this 06 Jul 23:58
6f0d848

Changed

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