Releases: nyaruka/goflow
Releases · nyaruka/goflow
v0.206.2
* 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
* Remove no longer used uuid property from msg.templating
v0.206.0
* Instead of supporting both variables and components in send_msg ac…
v0.205.0
* Support excluding deprecated object properties from marshalling * Deprecate undocumented multi-match result fields * Update autocompletion docs for results extra
v0.204.1
* Update docs for @webhook
v0.204.0
* Make @webhook an object with headers and json properties
v0.203.0
* Rework semd_msg templating to have a simpler structure in flow def…
v0.202.1
* Limit use of reflect nil checking
v0.202.0
* 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
* Replace template translation content and params by the components …