Skip to content

Releases: openfaas/go-sdk

Support for building functions with the OpenFaaS function Builder API

09 Aug 13:21
Compare
Choose a tag to compare

Changelog for v0.2.14:

  • PR #33 Add support for building functions with the OpenFaaS function Builder API. by @welteki

Commits
b43ff91 Initial function builder package by @welteki

Changes: v0.2.13...v0.2.14

Generated by Derek

Add default user agent to sdk requests

02 Aug 16:54
Compare
Choose a tag to compare

Changelog for v0.2.13:

  • PR #32 Add default user agent to sdk requests by @welteki

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

14 Jun 08:51
Compare
Choose a tag to compare

Changelog for v0.2.12:

  • PR #30 Use function name as cache key for function access tokens by @welteki

Commits
6fbe7d4 Use function name as cache key for function access tokens by @welteki
0630bc9 Use cancellable context in token cache example by @welteki

Changes: v0.2.11...v0.2.12

Generated by Derek

Support built-in function authentication with OpenFaaS IAM

14 Jun 08:09
Compare
Choose a tag to compare

Changelog for v0.2.11:

  • PR #29 Support built-in function authentication with OpenFaaS IAM. by @welteki

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

28 May 15:06
Compare
Choose a tag to compare

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

31 Jan 17:46
Compare
Choose a tag to compare

Changelog for v0.2.9:

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

29 Nov 17:24
Compare
Choose a tag to compare

Changelog for v0.2.8:

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

02 Oct 13:27
Compare
Choose a tag to compare

Changelog for v0.2.7:

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

13 Sep 15:56
Compare
Choose a tag to compare

Changelog for v0.2.6:

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

06 Sep 08:41
Compare
Choose a tag to compare

Changelog for v0.2.5:

Commits
63806f7 include namespace support by @nitishkumar71

Changes: v0.2.4...v0.2.5

Generated by Derek