-
Notifications
You must be signed in to change notification settings - Fork 118
Comparing changes
Open a pull request
base repository: GoogleCloudPlatform/functions-framework-python
base: v3.0.0
head repository: GoogleCloudPlatform/functions-framework-python
compare: v3.1.0
- 11 commits
- 17 files changed
- 8 contributors
Commits on Dec 1, 2021
-
docs: update README to use declarative function signatures (#171)
* docs: update README to use declarative function signatures Reduce redundancy in quickstart examples. * Fix newline
Configuration menu - View commit details
-
Copy full SHA for efb0e84 - Browse repository at this point
Copy the full SHA efb0e84View commit details
Commits on Dec 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6f4a360 - Browse repository at this point
Copy the full SHA 6f4a360View commit details
Commits on Dec 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9046388 - Browse repository at this point
Copy the full SHA 9046388View commit details
Commits on Apr 28, 2022
-
Fix failing assert to look for a different error message, likely due to a change in CloudEvents error message. Also add tests so that code coverage is back at 100%.
Configuration menu - View commit details
-
Copy full SHA for abef664 - Browse repository at this point
Copy the full SHA abef664View commit details
Commits on Apr 29, 2022
-
chore: use Release Please app for releases (#182)
This also handles bumping the version number in `setup.py` so that a separate PR doesn't need to made. When the GitHub Release is published by the Release Please app, it will kick off the "Release to PyPI" Workflow.
Configuration menu - View commit details
-
Copy full SHA for 0a7937c - Browse repository at this point
Copy the full SHA 0a7937cView commit details -
chore: add GCF buildpack integration test Workflow (#185)
See [functions-framework-conformance builidpack integration workflow PR](GoogleCloudPlatform/functions-framework-conformance#99) for more information.
Configuration menu - View commit details
-
Copy full SHA for 6c9ce8c - Browse repository at this point
Copy the full SHA 6c9ce8cView commit details
Commits on May 10, 2022
-
fix: Add functools.wraps decorator (#179)
* fix: Add functools.wraps decorator (#178) To make sure function attributes are copied to `_http_view_func_wrapper` Co-authored-by: Annie Fu <16651409+anniefu@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f2285f9 - Browse repository at this point
Copy the full SHA f2285f9View commit details
Commits on May 18, 2022
-
fix: for issue #170 gracefully handle pubsub messages without attribu…
…tes in them (#187) * Handle when attributes not present Co-authored-by: Annie Fu <16651409+anniefu@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a820fd4 - Browse repository at this point
Copy the full SHA a820fd4View commit details -
feat: allow for watchdog>=2.0.0 (#186)
`mkdocs>=1.2.2` [depends on](https://github.com/mkdocs/mkdocs/blob/cdf8a26cafa6af6cc78a45766dfec235bd7286cc/setup.py#L69) `watchdog>=2.0` and the restriction of watchdog dependency for functions-framework-python done in #101 seems to be due [an issue related to watchdog built distributions](gorakhargosh/watchdog#689 (comment)) (as explained by @di) which is [now fixed](gorakhargosh/watchdog#807). I propose to allow for `watchdog>=2.0.0` so that a project can use both `mkdocs>=1.2.2` (or `watchdog>=2.0.0`) and `functions-framework-python>=3.0.0`.
Configuration menu - View commit details
-
Copy full SHA for b4ed666 - Browse repository at this point
Copy the full SHA b4ed666View commit details
Commits on Jun 9, 2022
-
feat: Add more details to MissingTargetException error (#189)
* feat: more detailed function target error message Signed-off-by: Grant Timmerman <744973+grant@users.noreply.github.com> * feat: more detailed function target error message (2) Signed-off-by: Grant Timmerman <744973+grant@users.noreply.github.com> * ci: fix tests Signed-off-by: Grant Timmerman <744973+grant@users.noreply.github.com> * ci: fix ci Signed-off-by: Grant Timmerman <744973+grant@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b7055ed - Browse repository at this point
Copy the full SHA b7055edView commit details -
chore(master): release 3.1.0 (#183)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9af6591 - Browse repository at this point
Copy the full SHA 9af6591View 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.0.0...v3.1.0