functions-framework-cpp
functions-framework-cpp copied to clipboard
Functions Framework for C++
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/GoogleCloudPlatform/functions-framework-cpp). ## Open The following updates have all...
[](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gcr.io/kaniko-project/executor](https://togithub.com/GoogleContainerTools/kaniko) | minor | `v1.22.0` -> `v1.23.0` | --- ### Release Notes GoogleContainerTools/kaniko...
I am about to disable the macOS build. It is not that important and we have plenty of other things that need updating.
I am about to disable the Windows build. It is not that important and we have plenty of other things that need updating.
It seems the buildpacks have moved to Ubuntu:22.04 for their base image, we should do the same in our CI builds.
The library is installed as `libfunctions_framework_cpp.so.1.0.0` and `libfunctions_framework_cpp.so.1.0`, we are missing the symlink without any extension.
May need to support these, though their use is not exactly encouraged. https://cloud.google.com/storage/docs/object-change-notification
The CIs are compiling the examples against the current version of the framework, that is useful, but users are typically compiling against the current release in vcpkg. We need to...
Line numbers are approximate: https://github.com/GoogleCloudPlatform/golang-samples/blob/master/functions/http/request.go#L16-L52 https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/functions/tips/main.py#L37-L40
The framework currently uses "thread-per-connection" concurrency model. This was simple to implement, but may not be what we want as it places no practical limits on the number of threads...