Skip to content

Commit 4818bfc

Browse files
authored
doc: release notes for v1.1.0 (#352)
1 parent 18545db commit 4818bfc

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
# Changelog
22

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)
418

519
## v1.0.0 - 2021-09
620

0 commit comments

Comments
 (0)