Skip to content

Releases: GoogleCloudPlatform/functions-framework-python

v3.1.0

09 Jun 18:14
9af6591
Compare
Choose a tag to compare

3.1.0 (2022-06-09)

Features

  • Add more details to MissingTargetException error (#189) (b7055ed)
  • allow for watchdog>=2.0.0 (#186) (b4ed666)

Bug Fixes

  • Add functools.wraps decorator (#179) (f2285f9)
  • Change gunicorn request line limit to unlimited (#173) (6f4a360)
  • for issue #170 gracefully handle pubsub messages without attributes in them (#187) (a820fd4)
  • Support relative imports for submodules (#169) (9046388)

Documentation

  • update README to use declarative function signatures (#171) (efb0e84)

v3.0.0

10 Nov 22:25
e44416e
Compare
Choose a tag to compare

Changed

  • Change cloudevent declarative function signature to cloud_event (#167)

v2.4.0-beta.2

01 Nov 22:27
75cc22c
Compare
Choose a tag to compare
v2.4.0-beta.2 Pre-release
Pre-release

Fixed

  • Remove debug statements

v2.4.0-beta.1

29 Oct 23:04
5a9ef41
Compare
Choose a tag to compare
v2.4.0-beta.1 Pre-release
Pre-release

Added

  • Support declarative function signatures: http and cloudevent

v2.3.0

12 Oct 18:50
6c69bb8
Compare
Choose a tag to compare
feat: Version 2.3.0 (#156)

v2.2.1

01 Jun 23:27
c7f66fd
Compare
Choose a tag to compare

Changed

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

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)