Skip to content

Releases: openfaas/connector-sdk

Add configurable async route

11 Jun 16:31

Choose a tag to compare

Changelog:

Enable multiple topics per function through delimiter

12 Apr 19:27

Choose a tag to compare

Changelog:

  • Enable multiple topics per function #21 @rgee0

Set TopicAnnotationDelimiter on your controller to allow multiple topics to be used for a single function.

Update response body printing

11 Feb 15:32

Choose a tag to compare

Changelog:

  • Update response body printing to not using quoting of strings, for more user-friendly output

Updates to TopicMap for locking performance

04 Feb 14:10

Choose a tag to compare

Changelog:

Add functions to get the current list of topics

03 Feb 21:49

Choose a tag to compare

Changelog:

  • Add functions to get the current list of topics via @tessellator 🎉

Document usage of subscriber model

25 Jan 15:25

Choose a tag to compare

Changelog:

  • Documents usage of subscriber model
  • Adds RWMutex sync for subscribers

Introduce subscriber model for responses

25 Jan 14:30

Choose a tag to compare

Introduce subscriber model for responses

This is a breaking change in how we print responses

Updated version

09 Jan 12:06

Choose a tag to compare

Add README

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

Initial version

18 Nov 15:41

Choose a tag to compare

Break out SDK for even connector from Kafka code

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