Skip to content

Commit 32686d8

Browse files
authored
Prepare for 0.12.0 release (#66)
1 parent 767971d commit 32686d8

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,18 @@
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.

NOTICE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Apache OpenWhisk Composer
2-
Copyright 2016-2019 The Apache Software Foundation
2+
Copyright 2016-2020 The Apache Software Foundation
33

44
This product includes software developed at
55
The Apache Software Foundation (http://www.apache.org/).

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",

0 commit comments

Comments
 (0)