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 af9496f commit a5406feCopy full SHA for a5406fe
functions_framework/CHANGELOG.md
@@ -7,6 +7,7 @@
7
- `RequestContext`
8
- Added `request` property to access original request.
9
- Deprecated `headers` and `headersAll` - use `request` instead.
10
+ - Fix exception on Windows due to SIGTERM handler ([PR #153]).
11
12
## 0.3.0
13
@@ -50,3 +51,7 @@
50
51
This is a preview release of the Functions Framework for Dart to demonstrate
52
http functions support only (cloudevent support is not yet implemented). This
53
is a work in progress and currently does not pass conformance testing.
54
+
55
+<!-- Reference links -->
56
+[pr #153]:
57
+https://github.com/GoogleCloudPlatform/functions-framework-dart/issues/151
0 commit comments