-
Notifications
You must be signed in to change notification settings - Fork 121
Comparing changes
Open a pull request
base repository: GoogleCloudPlatform/functions-framework-python
base: v3.5.0
head repository: GoogleCloudPlatform/functions-framework-python
compare: v3.6.0
- 14 commits
- 14 files changed
- 7 contributors
Commits on Dec 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b6181e5 - Browse repository at this point
Copy the full SHA b6181e5View commit details
Commits on Jan 18, 2024
-
chore: fix unit test failure (#304)
Kenneth Rosario authoredJan 18, 2024 Configuration menu - View commit details
-
Copy full SHA for 85230e4 - Browse repository at this point
Copy the full SHA 85230e4View commit details -
chore: Update setup.py classifiers (#303)
* chore: Update setup.py classifiers Update development status and python versions * chore: Update setup.py classifiers Update development status and python version classifiers
Configuration menu - View commit details
-
Copy full SHA for 8b5c374 - Browse repository at this point
Copy the full SHA 8b5c374View commit details -
chore(deps): update all non-major dependencies (#295)
Co-authored-by: HKWinterhalter <HansWinterhalter@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 95931fa - Browse repository at this point
Copy the full SHA 95931faView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee1687a - Browse repository at this point
Copy the full SHA ee1687aView commit details -
chore(deps): update actions/setup-go action to v5 (#298)
Co-authored-by: HKWinterhalter <HansWinterhalter@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5f66695 - Browse repository at this point
Copy the full SHA 5f66695View commit details -
Configuration menu - View commit details
-
Copy full SHA for b03ef39 - Browse repository at this point
Copy the full SHA b03ef39View commit details -
chore(deps): update pypa/gh-action-pypi-publish digest to c12cc61 (#297)
Co-authored-by: HKWinterhalter <HansWinterhalter@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e175553 - Browse repository at this point
Copy the full SHA e175553View commit details
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.
Configuration menu - View commit details
-
Copy full SHA for 3a0cdb8 - Browse repository at this point
Copy the full SHA 3a0cdb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5c28b6 - Browse repository at this point
Copy the full SHA c5c28b6View commit details -
* Fix unit tests Workaround for actions/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
Configuration menu - View commit details
-
Copy full SHA for 8bda09c - Browse repository at this point
Copy the full SHA 8bda09cView commit details -
chore(deps): update actions/dependency-review-action action to v4 (#306)
Co-authored-by: Matthew Robertson <mattrobertson@google.com>
Configuration menu - View commit details
-
Copy full SHA for 5fc2e46 - Browse repository at this point
Copy the full SHA 5fc2e46View commit details -
chore(deps): update all non-major dependencies (#314)
Co-authored-by: Matthew Robertson <mattrobertson@google.com>
Configuration menu - View commit details
-
Copy full SHA for 59fdb1e - Browse repository at this point
Copy the full SHA 59fdb1eView commit details -
chore(main): release 3.6.0 (#311)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for dfc5059 - Browse repository at this point
Copy the full SHA dfc5059View commit details
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