Releases: openfaas/go-sdk
Support for building functions with the OpenFaaS function Builder API
Add default user agent to sdk requests
Changelog for v0.2.13:
Commits
7487801 Add default user agent to sdk requests by @welteki
51a111a Updates for go.mod by @alexellis
Changes: v0.2.12...v0.2.13
Generated by Derek
Use function name as cache key for function access tokens
Support built-in function authentication with OpenFaaS IAM
Changelog for v0.2.11:
Commits
091053e Accept a http.Request as argument to InvokeFunction by @welteki
7d2f486 Support garbage collection of expired tokens from cache by @welteki
0280ee7 Support configuring the http client for token exchange requests by @welteki
78a05ff Make function token cache optional in client by @welteki
1c4a774 Dump exchange request when FAAS_DEBUG is set by @welteki
e046523 Improve code comments and update README by @welteki
c963f99 Cache function invocation tokens by @welteki
2c63f45 Add support for invoking functions using the client by @welteki
f28717c Improve errors for token exchange functions by @welteki
df1f645 Have TokenAuth type implement the TokenSource interface by @welteki
6099584 Add exchange options by @welteki
cffa985 Add scope to token by @welteki
0f5bb5f Refactor ClientCredentialsTokenSource to use Token struct by @welteki
Changes: v0.2.10...v0.2.11
Generated by Derek
Don't modify the client gateway url struct in client methods
Changelog for v0.2.10:
- PR #28 Don't modify the client gateway url struct in client methods by @welteki
- PR #27 Add examples for all go sdk operations by @nitishkumar71
Commits
faf4f56 Don't modify the client gateway url struct in client methods by @welteki
6e40ab0 feedback changes by @nitishkumar71
0846af8 re-structrue logs by @nitishkumar71
4af1e4c add examples for all go sdk operations by @nitishkumar71
Changes: v0.2.9...v0.2.10
Generated by Derek
Add support for GetLogs
Changelog for v0.2.9:
- PR #25 Add support for GetLogs by @alexellis
- PR #23 Add support of secret listing/mutation by @nitishkumar71
- PR #18 Include deploy and delete example in readme by @nitishkumar71
Commits
74fdcec Add support for GetLogs by @nitishkumar71
0974213 add support of secrete listing/mutation by @nitishkumar71
890bbc8 include deploy and delete example in readme by @nitishkumar71
Changes: v0.2.8...v0.2.9
Generated by Derek
Enable FAAS_DEBUG=1 support
Changelog for v0.2.8:
- PR #20 Enable FAAS_DEBUG=1 support by @nitishkumar71
Commits
b1c45e2 add faas debug support by @nitishkumar71
Changes: v0.2.7...v0.2.8
Generated by Derek
Set openfaas=1 on namespaces for create and update
Changelog for v0.2.7:
- PR #16 Set openfaas=1 on namespaces for create and update by @nitishkumar71
Commits
f4ad8ae set openfaas annotation on create and update by @nitishkumar71
Changes: v0.2.6...v0.2.7
Generated by Derek
Fix for setting a custom HTTP client in SDK
Changelog for v0.2.6:
- PR #14 Set http client passed in argument by @nitishkumar71
Commits
65db30b set client passed in argument by @nitishkumar71
Changes: v0.2.5...v0.2.6
Generated by Derek
Include namespace mutation support in the SDK
Changelog for v0.2.5:
- PR #12 Add namespace support by @nitishkumar71
Commits
63806f7 include namespace support by @nitishkumar71
Changes: v0.2.4...v0.2.5
Generated by Derek