You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2019/09/14 22:35:33 UTC

[openwhisk-client-go] branch master updated: Add changelog (#127)

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

dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-client-go.git


The following commit(s) were added to refs/heads/master by this push:
     new a0c1dcb  Add changelog (#127)
a0c1dcb is described below

commit a0c1dcb4e2c5f3381474020a027be3ea5c73a7de
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Sat Sep 14 18:35:28 2019 -0400

    Add changelog (#127)
---
 CHANGELOG.md | 38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..7b84174
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,38 @@
+<!--
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+-->
+
+# Apache OpenWhisk Client Go
+
+## 1.0.0
+  + Handle err return from url.Parse in GetUrlBase (#123)
+  + Add dynamic column sizing to wsk activation list command (#120)
+
+## 0.10.0-incubating
+  + Added extra columns to activation records summary rows (#116)
+  + Replace godep with govendor (#113)
+  + Load X509 cert on client creation (#112)
+  + Add Concurrency to Limits (#94)
+  + Fix invalid warning message (#91)
+  + Allow NewClient to run concurrently (#103)
+  + Update Go Version (#104)
+  + Allow additional headers to override auth header val (#100)
+  + Replace trigger service type with interface (#99)
+
+## 0.9.0-incubating
+  Initial Apache Release