We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18545db commit 4818bfcCopy full SHA for 4818bfc
1 file changed
CHANGELOG.md
@@ -1,6 +1,20 @@
1
# Changelog
2
3
-## v1.1.0 - TBD
+## 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)
18
19
## v1.0.0 - 2021-09
20
0 commit comments