functions-framework-go
functions-framework-go copied to clipboard
Go functions framework for OpenFunction
Bumps [github.com/dapr/dapr](https://github.com/dapr/dapr) from 1.8.3 to 1.10.9. Release notes Sourced from github.com/dapr/dapr's releases. Dapr Runtime v1.10.9 Dapr 1.10.9 [security] This update contains security fixes: Security: API token authentication bypass in HTTP...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.47.0 to 1.53.0. Release notes Sourced from google.golang.org/grpc's releases. Release 1.53.0 API Changes balancer: support injection of per-call metadata from LB policies (#5853) resolver: remove deprecated field...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20220621193019-9d032be2e588 to 0.7.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8. Commits 434eadc language: reject excessively large Accept-Language strings 23407e7 go.mod: ignore cyclic dependency for tagging b18d3dd secure/precis: replace bytes.Compare with bytes.Equal 795e854 all: replace...
fix issue: https://github.com/OpenFunction/OpenFunction/issues/329
Distinguish binding payload source based on `ctx.event.InputName`. 1. New function named `GetInputNameForEvent` for `Context` interface