Skip to content

Releases: just-ai/jaicf-kotlin

0.13.1

16 Mar 07:22
Compare
Choose a tag to compare

A release with minor bugfix.

Fixes:
#150 - fixes expose/propagate hooks mechanics to work similarly as JAICP.

0.13.0

10 Mar 10:53
Compare
Choose a tag to compare

Big news, we finally released our stable DSL! New DSL will bring more fun into writing scenarios and introduce new capabilities for using sub-scenarios.

Features:
#139 - New Scenario DSL, scenario appenders and smart-merge.
#145 - New BeforeActivationHook with capabilities to mutate request input.

Other:
#143 - cleanup deprecated code

0.12.0

05 Mar 15:18
Compare
Choose a tag to compare

This release brings more features and fixes minor bugs for JAICP Integration.

Features:
#135 - support for JAICP LiveChats. It's now possible to connect your bot to major live chat providers, such as LiveTex, JivoSite, Webim, and many others.

Fixes:
#142 - fix for audio records in JAICP Analytics.
#146 - fix for sessions for JAICP Analytics and LiveChats.

0.11.0

15 Feb 13:24
Compare
Choose a tag to compare

Improvements:

  • #118 add full support for Alice Channel in JAICP
  • #134 improve Slf4jConversationLogger.kt format
  • #141 add ImageGallery card type for AliceChannel

0.10.2

27 Jan 15:02
Compare
Choose a tag to compare
  • Alexa events parsing is fixed
  • Mondo DB version has been upgraded to 4.1.1

0.10.1

18 Jan 15:51
Compare
Choose a tag to compare
  • Fix a bug, when a fallback block was not executed after reactions.go

0.10.0

28 Dec 20:02
Compare
Choose a tag to compare

New features:

  • Type-specific actions - a new cool way to declare actions for specific channel or with specific activator if you create scenario for a single channel
  • AWS Lambda Support for Alexa Skills
  • Google Actions session persistence support

Improvements:

  • Kotlin version bumped to 1.4.10, and stable version of kotlinx.serialization.
  • JAICP Dialog Analytics now properly splits dialogs with client into sessions.
  • Support for upcoming improved Long Polling API in JAICP.
  • Scalable request executors pool for JAICP connected bots.

Merged Pull Requests
#122 - AWS Lambda and Dynamo DB support for Alexa skills
#123 - JAICP Session Management
#126 - SlotFIlling Refactor
#125 - Google Actions context manager
#128 - Type-specific Actions
#129 - Kotlin 1.4.10, Ktor 1.4.0, KotlinX.Serialization 1.0
#131 - Long Polling new API and scalable request execution for JAICP

0.9.0

23 Nov 17:19
Compare
Choose a tag to compare

#109 - fallback will now catch events
#111 - support for telegram buttons in synchronous way
#112 - dialogflow confidence check
#113 - make jaicp open and extendable
#114 - jaicp dialer api integration
#116 - add transitions on button click

0.8.2

03 Nov 11:27
Compare
Choose a tag to compare
  • Rasa 2.x support
  • Dialogflow slot-filling support
  • anyIntent, anyEvent priority fix

0.8.1

29 Oct 11:19
Compare
Choose a tag to compare
  • JAICP DIalogflow integration
  • Reactions random helper methods