Skip to content

Commit

Permalink
Prep. for 1.2.0 release (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrutkows authored Mar 11, 2021
1 parent cfe1b51 commit 87edc23
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 19 deletions.
50 changes: 32 additions & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,28 +19,42 @@

# Apache OpenWhisk Client Go

## 1.2.0

- Update for travis migration (#140)
- Add omit tag to ErrorResponse.Response field (#121)
- update status code if action returns error (#142)
- Migrate to Go Modules (#143)
- Update docs & provide example code (#144)
- Update testify dep. version and clarify use of go get (#145)
- Update go.mod to use go v1.15 (#146)

## 1.1.0
+ Add DelAnnotations field to support del annotation (#137)
+ Bump up go version to 1.13.14 for travis (#138)
+ Add `updated` field on package, rule, and trigger entity (#135)
+ Add updated field on Action struct (#129)
+ Parse an action's application error (#133)
+ Support alt. namespace resource uuid as tenant id to API gateway service (#130)

- Add DelAnnotations field to support del annotation (#137)
- Bump up go version to 1.13.14 for travis (#138)
- Add `updated` field on package, rule, and trigger entity (#135)
- Add updated field on Action struct (#129)
- Parse an action's application error (#133)
- Support alt. namespace resource uuid as tenant id to API gateway service (#130)

## 1.0.0
+ Handle err return from url.Parse in GetUrlBase (#123)
+ Add dynamic column sizing to wsk activation list command (#120)

- 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)

- 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

- Initial Apache Release
2 changes: 1 addition & 1 deletion NOTICE.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Apache OpenWhisk Client Go
Copyright 2016-2020 The Apache Software Foundation
Copyright 2016-2021 The Apache Software Foundation

This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).

0 comments on commit 87edc23

Please sign in to comment.