Skip to content

Releases: openfaas/connector-sdk

Update for latest faas-provider version and new org

20 Dec 11:46
Compare
Choose a tag to compare

Changelog for 0.5.6:

Commits
89f0ffc Fix linting errors by @LucasRoesler
0081450 Update faas-provider and tester by @LucasRoesler
5d676a0 github actions workflow enabled by @developer-guy
c5027cc Update README and fix namespace by @alexellis
7f64854 Update README and replace dep with Go mod by @alexellis

Generated by Derek

Fix for providers that return no bytes for namespaces

14 Dec 13:07
Compare
Choose a tag to compare

Changelog for 0.5.5:

  • PR #46 Fix up empty namespaces JSON unmarshalling error by @pmundt

Generated by Derek

Fix for providers that return no bytes for namespaces

14 Dec 13:05
Compare
Choose a tag to compare

Restore invoke when no namespace endpoint available

19 Oct 09:46
Compare
Choose a tag to compare

Changelog:

  • Restore invoke when no namespace endpoint available

Fix issue where providers do not have /system/namespaces endpoint

19 Oct 09:24
Compare
Choose a tag to compare

Changelog:

  • Fix issue where providers do not have /system/namespaces endpoint #39

Fixes for typo

17 Oct 09:18
Compare
Choose a tag to compare

Adds Makefile to test each merge/release

Control verbosity, updated dependencies and controller interface

16 Oct 10:37
Compare
Choose a tag to compare

Changelog:

Add InvokeWithContext method

09 Aug 15:09
Compare
Choose a tag to compare

Changelog:

  • Add InvokeWithContext method by @bmcstdio

This new way to invoke a "topic" i.e. 1..* functions allows for additional context to be passed to the ResponseSubscriber such as a message ID or queue name.

Add verbose logging

24 Jul 16:06
Compare
Choose a tag to compare
Displays more data when unable to unmarshal json

Signed-off-by: Alex Ellis <alexellis2@gmail.com>

Add configurable async route

11 Jun 16:31
Compare
Choose a tag to compare

Changelog: