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

Functions Framework for C++

Results 36 functions-framework-cpp issues
Sort by recently updated
recently updated
newest added

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

type: cleanup

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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.

type: cleanup

I am about to disable the Windows build. It is not that important and we have plenty of other things that need updating.

type: cleanup

It seems the buildpacks have moved to Ubuntu:22.04 for their base image, we should do the same in our CI builds.

type: cleanup

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.

type: cleanup

May need to support these, though their use is not exactly encouraged. https://cloud.google.com/storage/docs/object-change-notification

type: feature request

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

type: cleanup

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

type: feature request

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

type: feature request