Releases: GoogleCloudPlatform/functions-framework-python
Releases · GoogleCloudPlatform/functions-framework-python
v3.7.0
Compare
Sorry, something went wrong.
No results found
3.7.0 (2024-05-17)
Features
(opt-in): terminate handling of work when the request has already timed out (#328 ) (2601975 )
Add execution id (#320 ) (662bf4c )
restore gunicorn worker default configs from 3.5.0 (#326 ) (f08757a )
support disabling execution id logging (#325 ) (2e7de92 )
Bug Fixes
v3.6.0
Compare
Sorry, something went wrong.
No results found
3.6.0 (2024-04-29)
Features
avoid long running process when request timeout (#309 ) (3a0cdb8 )
v3.5.0
Compare
Sorry, something went wrong.
No results found
3.5.0 (2023-11-28)
Features
Bug Fixes
don't exit on reload if there is a syntax error (#214 ) (46780da )
reduce gunicorn concurrency to at most 4 * maximum available cor… (#259 ) (2e04cc2 )
Dependencies
Include support for Flask 3
Documentation
Fix broken Flask Request link in README.md (#286 ) (6b9e9b5 )
v3.4.0
Compare
Sorry, something went wrong.
No results found
3.4.0 (2023-05-24)
Features
Bug Fixes
streaming requests cannot access request data (#245 ) (c492b04 )
v3.3.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
3.2.1 (2022-11-09)
Bug Fixes
v3.2.0
Compare
Sorry, something went wrong.
No results found
3.2.0 (2022-08-11)
Features
Scale gunicorn server to serve 1000 concurrent requests (#195 ) (91e2efa )
v3.1.0
Compare
Sorry, something went wrong.
No results found
3.1.0 (2022-06-09)
Features
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
Compare
Sorry, something went wrong.
No results found
Changed
Change cloudevent declarative function signature to cloud_event (#167 )
v2.4.0-beta.2
Compare
Sorry, something went wrong.
No results found