Skip to content

Releases: GoogleCloudPlatform/functions-framework-python

v3.4.0

25 May 21:17
6420b67
Compare
Choose a tag to compare

3.4.0 (2023-05-24)

Features

  • configure security score card action (#216) (7868dc1)

Bug Fixes

  • streaming requests cannot access request data (#245) (c492b04)

v3.3.0

21 Dec 15:36
9904e9b
Compare
Choose a tag to compare

3.3.0 (2022-12-16)

Features

  • Support strongly typed functions signature (#208) (aa59a6b)

Bug Fixes

  • remove DRY_RUN env var and --dry-run flag (#210) (f013ab4)

v3.2.1

10 Nov 18:24
ed0b1d3
Compare
Choose a tag to compare

3.2.1 (2022-11-09)

Bug Fixes

v3.2.0

17 Aug 21:18
a6ce68a
Compare
Choose a tag to compare

3.2.0 (2022-08-11)

Features

  • Scale gunicorn server to serve 1000 concurrent requests (#195) (91e2efa)

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)