|
| 1 | +<!-- |
| 2 | +# |
| 3 | +# Licensed to the Apache Software Foundation (ASF) under one or more |
| 4 | +# contributor license agreements. See the NOTICE file distributed with |
| 5 | +# this work for additional information regarding copyright ownership. |
| 6 | +# The ASF licenses this file to You under the Apache License, Version 2.0 |
| 7 | +# (the "License"); you may not use this file except in compliance with |
| 8 | +# the License. You may obtain a copy of the License at |
| 9 | +# |
| 10 | +# http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | +# |
| 12 | +# Unless required by applicable law or agreed to in writing, software |
| 13 | +# distributed under the License is distributed on an "AS IS" BASIS, |
| 14 | +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 15 | +# See the License for the specific language governing permissions and |
| 16 | +# limitations under the License. |
| 17 | +# |
| 18 | +--> |
| 19 | + |
| 20 | +# Changelog |
| 21 | + |
| 22 | +## v0.10.0 |
| 23 | + |
| 24 | +* Add new [parallel](docs/COMBINATORS.md#parallel) and |
| 25 | + [map](docs/COMBINATORS.md#map) combinators to run compositions in parallel |
| 26 | + using a [Redis instance](README.md#parallel-compositions-with-redis) to store |
| 27 | + intermediate results. |
| 28 | +* Add [dynamic](docs/COMBINATORS.md#dynamic) combinator to invoke an action with |
| 29 | + a name chosen at run time. |
| 30 | +* Add [option](README.md#openwhisk-ssl-configuration) to bypass TLS certificate |
| 31 | + validation failures (off by default). |
| 32 | +* Add [API](docs/COMPOSITIONS.md#conductor-actions) to generate the conductor |
| 33 | + action code from a composition. |
| 34 | +* Add [control](docs/COMMANDS.md#debug-flag) over `needle` options and logging. |
| 35 | + |
| 36 | +## v0.9.0 |
| 37 | + |
| 38 | +* Initial release as an Apache Incubator project. |
0 commit comments