File tree 2 files changed +34
-1
lines changed
2 files changed +34
-1
lines changed Original file line number Diff line number Diff line change 1
1
Apache OpenWhisk Runtime Python
2
- Copyright 2016-2020 The Apache Software Foundation
2
+ Copyright 2016-2021 The Apache Software Foundation
3
3
4
4
This product includes software developed at
5
5
The Apache Software Foundation (http://www.apache.org/).
Original file line number Diff line number Diff line change
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
+ # Python 3 OpenWhisk Runtime Container
21
+
22
+ ## 1.16.0
23
+ - Introduce tutorial to deploy python runtimes locally (#101 )
24
+ - Use 1.17.0 release of openwhisk-runtime-go (#98 )
25
+ - Remove Python2
26
+ - Remove non-actionloop runtimes
27
+
28
+ ## 1.15.0
29
+ - Build proxy from 1.16.0 release of openwhisk-runtime-go
30
+ - Update to golang:1.15 and buster. (#90 )
31
+ - Ambiguous name changed to python3ActionLoop (#89 )
32
+ - Updated Python runtimes to use "Action Loop" Proxy with new async handshake (#82 )
33
+
You can’t perform that action at this time.
0 commit comments