Skip to content

Releases: nyaruka/goflow

v0.206.2

14 Mar 15:55
Compare
Choose a tag to compare
 * Update to go 1.22

 * Mark @child.run.status as deprecated in context
 * Reorg of expression refactoring code into its own package

v0.206.1

05 Mar 19:27
Compare
Choose a tag to compare
 * Remove no longer used uuid property from msg.templating

v0.206.0

05 Mar 19:07
Compare
Choose a tag to compare
 * Instead of supporting both variables and components in send_msg ac…

v0.205.0

05 Mar 17:05
Compare
Choose a tag to compare
 * Support excluding deprecated object properties from marshalling

 * Deprecate undocumented multi-match result fields
 * Update autocompletion docs for results extra

v0.204.1

04 Mar 19:38
Compare
Choose a tag to compare
 * Update docs for @webhook

v0.204.0

04 Mar 16:56
Compare
Choose a tag to compare
 * Make @webhook an object with headers and json properties

v0.203.0

27 Feb 21:36
Compare
Choose a tag to compare
 * Rework semd_msg templating to have a simpler structure in flow def…

v0.202.1

23 Feb 14:13
Compare
Choose a tag to compare
 * Limit use of reflect nil checking

v0.202.0

20 Feb 17:59
Compare
Choose a tag to compare
 * Add warnings from template eval functions and recorded as events

 * Add excellent.Evaluator and move top level evaluation functions to methods on that
 * Rework xvalues to be passed by pointer and have a base struct
 * Rework router reading to be like action reading (and allow for enumeration of types)

v0.201.0

12 Feb 17:30
Compare
Choose a tag to compare
 * Replace template translation content and params by the components …