Releases: GoogleCloudPlatform/functions-framework-python
Releases · GoogleCloudPlatform/functions-framework-python
v2.1.0
Added
Fixed
- Execute the source module w/in the app context (#76)
v1.6.0
Changed
- Add legacy GCF Python 3.7 behavior (#77)
Added
- Improve documentation around Dockerfiles (#70)
v1.5.0
Changed
- Framework will consume entire request before responding (#66)
v2.0.0
Added
- Support
cloudevent
signature type (#55, #56)
Changed
- Framework will consume entire request before responding (#66)
v1.4.4
Fixed
- Improve module loading (#61)
v1.4.3
Fixed
- Load the source file into the correct module name (#49)
v1.4.2
Fixed
- Fix handling of
--debug
flag when gunicorn is not present (#44)
v1.4.1
Fixed
- Windows support broken due to gunicorn (#38)
v1.4.0
Added:
- Added ability to
gunicorn
as a production HTTP server (#36)
v1.3.0
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)