File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1919
2020# Changelog
2121
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.
2234
2335## v0.11.0
2436* Annotate conductor actions with the ` provide-api-key ` annotation.
Original file line number Diff line number Diff line change 11Apache OpenWhisk Composer
2- Copyright 2016-2019 The Apache Software Foundation
2+ Copyright 2016-2020 The Apache Software Foundation
33
44This product includes software developed at
55The Apache Software Foundation (http://www.apache.org/).
Original file line number Diff line number Diff line change 11{
22 "license" : " Apache-2.0" ,
33 "name" : " openwhisk-composer" ,
4- "version" : " 0.11 .0" ,
4+ "version" : " 0.12 .0" ,
55 "description" : " Composer is a new programming model for composing cloud functions built on Apache OpenWhisk." ,
66 "homepage" : " https://github.com/apache/openwhisk-composer" ,
77 "main" : " composer.js" ,
You can’t perform that action at this time.
0 commit comments