Releases: GoogleCloudPlatform/functions-framework-python
Releases · GoogleCloudPlatform/functions-framework-python
v2.2.0
Added
- Relax constraint to
flask<3.0
and click<9.0
(#129)
v2.1.3
Changed
- Change gunicorn loglevel to error ([#122])
Added
- Add support for background to CloudEvent conversion ([#116])
v2.1.2
Added
- Add crash header to 500 responses (#114)
v2.1.1
Fixed
- Add backwards-compatible logging for GCF Python 3.7 (#107)
- Document
--dry-run
flag (#105)
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)