File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## v1.1.0 - TBD
3
+ ## v1.2.0 - TBD
4
+
5
+ ## v1.1.0 - 2022-03
6
+
7
+ This release introduces ` google::cloud::functions::Function ` , an opaque wrapper
8
+ to represent any C++ function. Application developers can use this wrapper (via
9
+ the ` google::cloud::functions::MakeFunction() ` factory functions) to capture the
10
+ signature of their functions. Soon, the [ GCP buildpacks] will no longer require
11
+ ` GOOGLE_FUNCTION_SIGNATURE_TYPE ` , which can be error-prone.
12
+
13
+ [ GCP buildpacks ] : https://github.com/GoogleCloudPlatform/buildpacks
14
+
15
+ * feat: support ` functions::Function ` in ` Run() ` (#340 )
16
+ * feat: make pkg-config files relocatable (#336 )
17
+ * doc: how-to guide on using legacy code (#334 )
4
18
5
19
## v1.0.0 - 2021-09
6
20
You can’t perform that action at this time.
0 commit comments