Skip to content

4.7

Choose a tag to compare

@ginccc ginccc released this 25 Jun 22:58
  • Create conversation descriptor and permissions when a new conversation is created by bot management (not via rest)
  • Output type to convert the input field to password field
  • Restricted administration requests to the environment: test
  • conversationId as a filter when fetching conversation memories
  • Rest-endpoint in order to change Log Level in runtime for a specific packageName e.g. POST http://localhost:7070/logs?packageName=ai.labs.channels&logLevel=DEBUG
  • Support for propertysetter being an external resource file
  • Execution strategy, allowing now to make all rules being executed instead of only first succeeded. (default is still stopped after first rule succeeded)
  • Split up endpoint into output transformation and publishing for separation of concerns and easier testing
  • Ability to execute batch request calls sequentially
  • User to end the conversation (by action) and stop execution immediately after task if STOP_CONVERSATION action has been found
  • maxRetries, delayBeforeExecutingInMillis to not be defined (null, therefore default value)
  • Param to delay the execution of a request in httpCalls
  • BotResource to conversationDescriptor
  • Allow matching of dynamic param even if the value is not a string
  • propertyInstruction to run in preRequest
  • Template ability for properties when 'fromObjectPath' is not defined
  • Comment for creating random password easily in basic auth
  • Skipping of delay via query param
  • Differ API enhancements.
  • Persistence for botmappings + info of known conversations
  • Backward compatibility for executeSequentially (default is FALSE)
  • Rest api namings for channels
  • Bug fixes & improvements