File tree 2 files changed +22
-1
lines changed
2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 4
4
5
5
[ 1 ] : https://www.npmjs.com/package/@google-cloud/functions-framework?activeTab=versions
6
6
7
+ ## v1.6.0
8
+
9
+ 06-17-2020 14:53 PDT
10
+
11
+ ### Implementation Changes
12
+ - refactor: extract cloudevents functions, privateize file-global identifiers ([ #138 ] ( https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/138 ) )
13
+ - refactor: Move the logic to load user's function to loader.ts ([ #136 ] ( https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/136 ) )
14
+ - refactor: split files ([ #135 ] ( https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/135 ) )
15
+
16
+ ### New Features
17
+ - feat: prototype cloudevent function signature type ([ #147 ] ( https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/147 ) )
18
+
19
+ ### Dependencies
20
+
21
+ ### Documentation
22
+ - docs: remove incorrect pubsub docs ([ #145 ] ( https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/145 ) )
23
+ - Fix PubSub Event Example ([ #141 ] ( https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/141 ) )
24
+
25
+ ### Internal / Testing Changes
26
+ - Use CloudEvents v1.0 in CloudEventsContext and tests ([ #139 ] ( https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/139 ) )
27
+
7
28
## v1.5.1
8
29
9
30
03-30-2020 11:05 PDT
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @google-cloud/functions-framework" ,
3
- "version" : " 1.5.1 " ,
3
+ "version" : " 1.6.0 " ,
4
4
"description" : " FaaS (Function as a service) framework for writing portable Node.js functions" ,
5
5
"engines" : {
6
6
"node" : " >=10.0.0"
You can’t perform that action at this time.
0 commit comments