|
19 | 19 |
|
20 | 20 | # Changelog |
21 | 21 |
|
| 22 | +## v1.2.0 |
| 23 | + |
| 24 | +- Update for travis migration (#492) |
| 25 | +- bump openwhisk-client-go dependency (#493) |
| 26 | +- remove trailing slash on apihost #481 (#485) |
| 27 | +- recognize .rs extension as a Rust action kind (#495) |
| 28 | +- Remove last Godeps, update Gogradle for gomod and Ansible setup (#496) |
| 29 | +- Update Gradle/Wrapper to latest version (#497) |
| 30 | + |
22 | 31 | ## v1.1.0 |
23 | | - * Upgrade all Go dependencies to latest (#490) |
24 | | - * Migrated to using go mod to manage dependencies (#489) |
25 | | - * Upgrade travis to go 1.15 |
26 | | - * Support passing del annotation (#488) |
27 | | - * Add an overwrite flag to "package bind" (#474) |
28 | | - * Trigger parameter issue (#479) |
29 | | - * remove test for download of iOS SDK (#478) |
30 | | - * build binary test artifacts (#477) |
31 | | - * Update test file (#463) |
32 | | - * Fix regex for log stripping. (#462) |
33 | | - * Ensure that the pollSince is greater than Activation start time (#461) |
| 32 | + |
| 33 | +- Upgrade all Go dependencies to latest (#490) |
| 34 | +- Migrated to using go mod to manage dependencies (#489) |
| 35 | +- Upgrade travis to go 1.15 |
| 36 | +- Support passing del annotation (#488) |
| 37 | +- Add an overwrite flag to "package bind" (#474) |
| 38 | +- Trigger parameter issue (#479) |
| 39 | +- remove test for download of iOS SDK (#478) |
| 40 | +- build binary test artifacts (#477) |
| 41 | +- Update test file (#463) |
| 42 | +- Fix regex for log stripping. (#462) |
| 43 | +- Ensure that the pollSince is greater than Activation start time (#461) |
34 | 44 |
|
35 | 45 | ## v1.0.0 |
36 | | - * Allow log stripping to tolerate a missing stream identifier. (#444) |
37 | | - * Add --logs options on activation get to return stripped logs as a convenience. (#445) |
38 | | - * RestAssured fixes (#441) |
39 | | - * Remove namespace property from wskprops (#434) |
40 | | - * "wsk property get" can now return raw output for specific properties (#430) |
41 | | - * Add dynamic column sizing to wsk activation list command (#427) |
| 46 | + |
| 47 | +- Allow log stripping to tolerate a missing stream identifier. (#444) |
| 48 | +- Add --logs options on activation get to return stripped logs as a convenience. (#445) |
| 49 | +- RestAssured fixes (#441) |
| 50 | +- Remove namespace property from wskprops (#434) |
| 51 | +- "wsk property get" can now return raw output for specific properties (#430) |
| 52 | +- Add dynamic column sizing to wsk activation list command (#427) |
42 | 53 |
|
43 | 54 | ## v0.10.0 |
44 | 55 |
|
45 | | -* Integrate wskdeploy via `project` subcommand |
46 | | -* Enhanced columnar output in `activation list` |
47 | | -* CLI support for OpenWhisk enhancements including: |
48 | | - * Support for specifying intra-container concurrency |
49 | | - * New supported action languages: Ballerina, .Net, and Go |
| 56 | +- Integrate wskdeploy via `project` subcommand |
| 57 | +- Enhanced columnar output in `activation list` |
| 58 | +- CLI support for OpenWhisk enhancements including: |
| 59 | +- Support for specifying intra-container concurrency |
| 60 | +- New supported action languages: Ballerina, .Net, and Go |
50 | 61 |
|
51 | 62 | ## v0.9.0 |
52 | 63 |
|
53 | | -* Initial release as an Apache Incubator project. |
| 64 | +- Initial release as an Apache Incubator project. |
0 commit comments