functions-framework-go icon indicating copy to clipboard operation
functions-framework-go copied to clipboard

Go functions framework for OpenFunction

Results 6 functions-framework-go issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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...

dependencies

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/net&package-manager=go_modules&previous-version=0.0.0-20220621193019-9d032be2e588&new-version=0.7.0)](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`. [//]: #...

dependencies

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...

dependencies

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