- Notifications
You must be signed in to change notification settings - Fork122
Comparing changes
Open a pull request
base repository:GoogleCloudPlatform/functions-framework-python
Uh oh!
There was an error while loading.Please reload this page.
base:v3.5.0
head repository:GoogleCloudPlatform/functions-framework-python
Uh oh!
There was an error while loading.Please reload this page.
compare:v3.6.0
- 14commits
- 14files changed
- 7contributors
Commits on Dec 4, 2023
Commits on Jan 18, 2024
chore: fix unit test failure (#304)
Kenneth Rosario authoredJan 18, 2024 chore: Update setup.py classifiers (#303)
* chore: Update setup.py classifiersUpdate development status and python versions* chore: Update setup.py classifiersUpdate development status and python version classifiers
HKWinterhalter authoredJan 18, 2024 chore(deps): update all non-major dependencies (#295)
Co-authored-by: HKWinterhalter <HansWinterhalter@gmail.com>
chore(deps): update github/codeql-action action to v3 (#300)
renovate-bot authoredJan 18, 2024 chore(deps): update actions/setup-go action to v5 (#298)
Co-authored-by: HKWinterhalter <HansWinterhalter@gmail.com>
chore(deps): update actions/setup-python action to v5 (#299)
renovate-bot authoredJan 18, 2024 chore(deps): update pypa/gh-action-pypi-publish digest to c12cc61 (#297)
Co-authored-by: HKWinterhalter <HansWinterhalter@gmail.com>
Commits on Apr 29, 2024
feat: avoid long running process when request timeout (#309)
Previously function framework use 0 timeout which is actually "no timeout" restrction. This was causing a problem that when user provides a request timeout to Cloud function, process will still continue and consume resources. In this fix, timeout is enabled; default timeout settings is 5 min, same as Cloud run. To make sure timeout settings will be respected, default settings switched from multi-threads to multi-workers. However, user is still allowed to customize workers/threads by assigning env var. But user need to note that timeout won't work when #thread > 1.
* Fix unit testsWorkaround foractions/setup-python#696. macos-latest recently was updated to point to macos-14, which does not support Python 3.7, 3.8, 3.9 on ARM.* Update unit.yml* Update unit.yml
chore(deps): update actions/dependency-review-action action to v4 (#306)
Co-authored-by: Matthew Robertson <mattrobertson@google.com>
chore(deps): update all non-major dependencies (#314)
Co-authored-by: Matthew Robertson <mattrobertson@google.com>
chore(main): release 3.6.0 (#311)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
release-please[bot] authoredApr 29, 2024
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v3.5.0...v3.6.0
Uh oh!
There was an error while loading.Please reload this page.