You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ra...@apache.org on 2020/10/03 05:55:06 UTC

[openwhisk-runtime-python] branch master updated: update change log for 1.15.0 release (#92)

This is an automated email from the ASF dual-hosted git repository.

rabbah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-python.git


The following commit(s) were added to refs/heads/master by this push:
     new 95f1358  update change log for 1.15.0 release (#92)
95f1358 is described below

commit 95f1358cbd27847ee7e67ece6ec294837ae522c3
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Sat Oct 3 01:54:55 2020 -0400

    update change log for 1.15.0 release (#92)
---
 core/python3Action/CHANGELOG.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/core/python3Action/CHANGELOG.md b/core/python3Action/CHANGELOG.md
index 0bf8234..1f1a4ca 100644
--- a/core/python3Action/CHANGELOG.md
+++ b/core/python3Action/CHANGELOG.md
@@ -19,6 +19,12 @@
 
 # Python 3 OpenWhisk Runtime Container
 
+## 1.15.0
+  - Build proxy from 1.16.0 release of openwhisk-runtime-go
+  - Update to golang:1.15 and buster. (#90)
+  - Ambiguous name changed to python3ActionLoop (#89)
+  - Updated Python runtimes to use "Action Loop" Proxy with new async handshake (#82)
+
 ## 1.14.0
   - Update base image to openwhisk/dockerskeleton:1.14.0
   - Support for __OW_ACTION_VERSION (openwhisk/4761)