Skip to content

Releases: Koredotcom/BotKit

v10.1.12

16 Oct 15:31
ddd3dda
Compare
Choose a tag to compare

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

21 Jan 06:13
ebda505
Compare
Choose a tag to compare

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

18 Feb 16:31
Compare
Choose a tag to compare
  • Node modules upgrade
  • Minor bug fix

v8.0.0

31 Oct 17:41
Compare
Choose a tag to compare

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

v7.2.5

16 May 06:12
Compare
Choose a tag to compare

Added support for sending consecutive user messages or bot messages

v7.2.0

14 May 18:18
Compare
Choose a tag to compare

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