Skip to content

Releases: theopenconversationkit/tock

0.8.0

29 Jan 17:24
a224851
Compare
Choose a tag to compare
  • #188 bot: add snapshots
  • #189 bot test: add TestContext and TestLifecycle
  • #190 finalize first version of bot dsl
  • #191 first version of alexa connector

0.7.4

23 Jan 22:20
01d8e96
Compare
Choose a tag to compare
  • #187 i18n : add json import/export
  • #186 Alexa export

0.7.3

22 Dec 19:40
786773f
Compare
Choose a tag to compare
  • #181 nlp admin search: js error on unknown intent selection
  • #182 jackson serialization: do not fail if unknown class
  • #183 EntityStateValue history does not work correctly
  • #184 xray: add connectorType -> test map

0.7.2

11 Dec 19:36
465e852
Compare
Choose a tag to compare
  • #178 translator: allow single quote escaping
  • #179 bot: use ConnectorCallback in Connector definition
  • #168 add swagger doc for nlp api

0.7.1

04 Dec 18:16
697f10f
Compare
Choose a tag to compare
  • slack connector (thanks to @LTMXcitrus )
  • #167 allow to disable rest connectors
  • #175 bot: store custom connector message in the connector_message collection
  • #176 ga: add webhook timer
  • #177 bot: add ConnectorData & ConnectorCallback

0.7.0

27 Nov 11:06
41a26c3
Compare
Choose a tag to compare

The main feature in this release is

Other changes:

  • #146 bot: add StoryHandlerDefinition & ConnectorStoryHandler for complex stories
  • #147 BotBus: rename with() in withTyped to avoid misunderstanding with kotlin with
  • #148 bot: add optional clientId in PlayerId
  • #149 ga: fixes simple text monitoring display issue
  • #150 bot admin: add connector type parameter in test interface
  • #151 xray: enhanced support for test creation
  • #153 nlp admin: support simple keyboard entity selection
  • #154 add return boolean type for StoryHandlerListener.startAction, if it returns false, the [StoryHandlerListener] registered after this listener and the [StoryHandler] are not called
  • #156 set default namespace to "app"
  • #157 nlp admin: add pagination for i18n
  • #158 bot admin: hide test configurations
  • #159 uses Id for data model ids
  • #159 Id key serializer support
  • #160 add a link allowing the user to provide a custom answer to a sentence
  • #161 admin: remove the logout path from restricted area
  • #162 bot admin: support custom configuration parameters for messenger and ga connectors
  • #163 extract simple PropertyBasedAuthProvider from WebVerticle
  • #164 ignore when unknown entity is detected
  • #165 nlp admin: add "modified after" search field
  • #166 nlp admin: provide a dump for current search

0.6.7

31 Oct 19:39
d460581
Compare
Choose a tag to compare
  • #142 ga: enable request check
  • #143 ga: improves helpers and adds documentation
  • #144 nlp admin: add copy to clipboard facility

0.6.6

27 Oct 21:22
649306b
Compare
Choose a tag to compare

#141 ga: add stt listener to fixes common stt errors

0.6.5

26 Oct 19:47
fdd5270
Compare
Choose a tag to compare
  • #139 date entity: timezone issue in duration
  • #140 add supportSubEntities parameter in application definition

0.6.4

23 Oct 19:41
9cb3e43
Compare
Choose a tag to compare
  • #138 i18n: voice & text alternative label have not the same index
  • #137 basic support for cache managment