Releases
1.19.9
11/16/2017
- default trigger
1.19.8
11/16/2017
- session addin update :
- you can get object from session, not only string
1.19.7
11/16/2017
- rest addin update :
- rest object has changed, and integrated http response
1.19.6.1
10/25/2017
- rest addin update :
- save the json response into another variable name
1.19.6
10/25/2017
- date addin improvement :
- possible to create a date object from a timestamp
- timestamps can be used in seconds or milliseconds
1.18.16
09/13/2017
- new addins : date and time
- athena addin udpate :
- idle function
- repeat function
1.18.15
09/12/2017
- Athena is now part of the non failing list of modules. Agent won’t start if athena does not start.
1.18.14
09/11/2017
- Athena Polymorphisme, you can now use @connector.Is() to target a specific template for a specific connector.
1.18.11
08/11/2017
- Fix template delay.
1.18.10
08/09/2017
- Fix template parameter resolution.
1.18.9
08/08/2017
- Fix template continuation order.
1.18.8
07/25/2017
- Breaking change in label concatenation over array parameters, now they will be interpreted has combined labels
1.18.7
07/25/2017
- Bug fixes
1.18.6
07/21/2017
- New addin : entities
- New default extractor : RemoteEntityExtractionBase
1.18.5
07/20/2017
- rest execution now give an info if request has failed
1.18.4
07/19/2017
*Multiple bug fixes *With rest addin, you can now test if a property exists : %rest.myProp.exists
1.18.0
07/11/2017
A refactoring has been done for message spliting. Now syntax -& is a independant message, means that the template is rendered in its own context.
1.17.12
- Extracted data are now persisted through sub scenarios
1.17.11
- calllabel with multiple object parameters
1.17.10
- Now athena uses Newtonsoft for parameter exploration. Use JObject.FromObject if you want to add parameter.
1.17.9
- Update of search patterns exposed : GetExtraPatterns –> GetUnsortedWordPatterns
1.17.8
- Pattern parameter can now be objects
1.17.7
- Update the method to search patterns that misses few words. Now missings words can be whereever in the sentence.
1.17.6
- Expose a method to search patterns that misses few words (only at the end currently)
1.17.5
- Fix pattern manager, and
1.17.4
- trace intent elected
1.17
- athena can iterate json objects
1.16
- break lines with :& syntax
1.15
Bug fix version minor improvements
1.14
- rest addin system updated
- fix parser
- HasLabel
- log and session addin
1.13
- rest addin
- new template parameters interpretation (%rest.source.xxx)