Skip to content

Commit

Permalink
Add changelog (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrove-oss committed Sep 14, 2019
1 parent d8ccb14 commit a0c1dcb
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions 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

0 comments on commit a0c1dcb

Please sign in to comment.