From a0c1dcb4e2c5f3381474020a027be3ea5c73a7de Mon Sep 17 00:00:00 2001 From: David Grove Date: Sat, 14 Sep 2019 18:35:28 -0400 Subject: [PATCH] Add changelog (#127) --- CHANGELOG.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..7b84174e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,38 @@ + + +# 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