Skip to content

Releases: GoogleCloudPlatform/functions-framework-python

v2.0.0

Choose a tag to compare

@di di released this 02 Jul 01:02
f2471b4

Added

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

Changed

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

v1.4.4

Choose a tag to compare

@di di released this 19 Jun 06:22
a19fa18

Fixed

  • Improve module loading (#61)

v1.4.3

Choose a tag to compare

@di di released this 14 May 18:57
6382e5b

Fixed

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

v1.4.2

Choose a tag to compare

@di di released this 13 May 21:42
2337104

Fixed

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

v1.4.1

Choose a tag to compare

@di di released this 08 May 01:56
8697200

Fixed

  • Windows support broken due to gunicorn (#38)

v1.4.0

Choose a tag to compare

@di di released this 06 May 17:20
f20e114

Added:

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

v1.3.0

Choose a tag to compare

@di di released this 13 Apr 18:32
d934ba0

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)

v1.2.0

Choose a tag to compare

@di di released this 20 Feb 22:10
5262afa

Added

  • Add support for --host flag (#20)

v1.1.1

Choose a tag to compare

@di di released this 07 Feb 03:30
ae45fa0

Added

  • Add support for --dry-run flag (#14)

Changed

  • Make --debug a flag instead of a boolean option

Fixed

  • Better support for CloudEvent functions and error handling

v1.0.1

Choose a tag to compare

@di di released this 30 Jan 18:53
7f06eb5

Added

  • Add Cloud Run Button (#1)
  • Add README badges (#2)
  • Add debug flag documentation (#7)
  • Add watchdog dependency (#8)

Fixed

  • Fix --signature-type typo (#4)
  • Fix install_requires typo (#12)