Skip to content

Releases: Koredotcom/BotKit

v10.1.12

Choose a tag to compare

@nagarajuch-kore nagarajuch-kore released this 16 Oct 15:31
ddd3dda

Key Updates:

  • The version 2.88.2 of the 'request' module is discontinued as it has security vulnerabilities. As there is no newer version of this module, the 'axios' module is included as a replacement to address the relevant use cases. If you are using the 'request' module for custom logic in your BotKit code base, you will need to update your code base to replace the 'request' module with the 'axios' module. We strongly recommend switching to the 'axios' module to prevent any possible security risks.
  • Added support for HS512 signing algorithm

v10.0.0

Choose a tag to compare

@yesuch-kore yesuch-kore released this 21 Jan 06:13
ebda505

Following are the key updates included:

  • Added support for submitting user feedback using Feedback Surveys module
  • Version upgrades and security updates for NodeJS modules
  • Removed unused node module (JSV)

v8.1.0

Choose a tag to compare

@yesuch-kore yesuch-kore released this 18 Feb 16:31
  • Node modules upgrade
  • Minor bug fix

v8.0.0

Choose a tag to compare

@yesuch-kore yesuch-kore released this 31 Oct 17:41

Added support for sending Custom Tags and closing conversation sessions from BotKit
Generating JWT token with expiration claim
Enhanced error handling

v7.2.5

Choose a tag to compare

@yesuch-kore yesuch-kore released this 16 May 06:12

Added support for sending consecutive user messages or bot messages

v7.2.0

Choose a tag to compare

@yesuch-kore yesuch-kore released this 14 May 18:18

Register LiveChat.js example in the app.js
Updated documentation link in README.md