File tree 3 files changed +14
-2
lines changed
3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 19
19
20
20
# Changelog
21
21
22
+ ## v0.12.0
23
+ * Running sequential compositions no longer requires the action runtime to
24
+ contain the ` redis ` and ` uuid ` modules.
25
+ * The ` deploy ` command supports additional options:
26
+ * ` --logsize ` and ` --memory ` to set limits for the conductor action,
27
+ * ` --basic ` and ` --bearer ` to control the authentication method,
28
+ * ` --apiversion ` to specify the API version of the target OpenWhisk instance.
29
+ * The ` deploy ` method supports passing through ` httpOptions ` .
30
+ * A workaround for Webpack has been implemented (dependency analysis of the
31
+ conductor code).
32
+ * The ` openwhisk-client-js ` module has been updated to version ` 3.20.0 ` .
33
+ * The documentation has been improved.
22
34
23
35
## v0.11.0
24
36
* Annotate conductor actions with the ` provide-api-key ` annotation.
Original file line number Diff line number Diff line change 1
1
Apache OpenWhisk Composer
2
- Copyright 2016-2019 The Apache Software Foundation
2
+ Copyright 2016-2020 The Apache Software Foundation
3
3
4
4
This product includes software developed at
5
5
The Apache Software Foundation (http://www.apache.org/).
Original file line number Diff line number Diff line change 1
1
{
2
2
"license" : " Apache-2.0" ,
3
3
"name" : " openwhisk-composer" ,
4
- "version" : " 0.11 .0" ,
4
+ "version" : " 0.12 .0" ,
5
5
"description" : " Composer is a new programming model for composing cloud functions built on Apache OpenWhisk." ,
6
6
"homepage" : " https://github.com/apache/openwhisk-composer" ,
7
7
"main" : " composer.js" ,
You can’t perform that action at this time.
0 commit comments