Releases: apache/openwhisk-runtime-go
Releases · apache/openwhisk-runtime-go
1.25.0
1.24.0
1.23.0
1.22.0
1.21.0
1.20.0
1.19.0
1.18.0
- Added support for go 1.16 (#149)
- Updated go 1.15 runtime to 1.15.14
- Added aws example and use actionloop-base for bash example (#152)
- Extend
proxy -version
to also show the go runtime version. (#150) - Support for zipping and unzipping symbolic links (required to support virtualenvs) (#148)
- Resolve akka versions explicitly. (#147)
1.17.0
- go 1.15 runtime upgraded to 1.15.7
- go 1.13 runtime upgraded to 1.13.15
- add 'apt-get upgrade' to the image build of go 1.15 and go 1.13 to get latest security fixes during each build, for the case the base images are not updated frequently
1.16.0
- added go 1.13 and 1.15 with Go modules
- removed support for go1.11 and go1.12
- updated examples
- add 'apt-get upgrade' to the image build to get latest security fixes during each build, for the case the base images are not updated frequently
- added OW_WAIT_FOR_ACK such at if true, the proxy waits for an acknowledgement from the action on startup
- added OW_EXECUTION_ENV to validate the execution environment before starting an action
- write compilation logs to standard out