Skip to content

Releases: GoogleCloudPlatform/functions-framework-python

v1.4.2

13 May 21:42
@di di
2337104
Compare
Choose a tag to compare

Fixed

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

v1.4.1

08 May 01:56
@di di
8697200
Compare
Choose a tag to compare

Fixed

  • Windows support broken due to gunicorn (#38)

v1.4.0

06 May 17:20
@di di
f20e114
Compare
Choose a tag to compare

Added:

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

v1.3.0

13 Apr 18:32
@di di
d934ba0
Compare
Choose a tag to compare

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

20 Feb 22:10
@di di
5262afa
Compare
Choose a tag to compare

Added

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

v1.1.1

07 Feb 03:30
@di di
ae45fa0
Compare
Choose a tag to compare

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

30 Jan 18:53
@di di
7f06eb5
Compare
Choose a tag to compare

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)

v1.0.0

09 Jan 19:45
@di di
b2bbaf0
Compare
Choose a tag to compare

Initial published version of Functions Framework for Python.