Releases: Koredotcom/BotKit
Releases · Koredotcom/BotKit
v10.1.12
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
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
- Node modules upgrade
- Minor bug fix
v8.0.0
Added support for sending Custom Tags and closing conversation sessions from BotKit
Generating JWT token with expiration claim
Enhanced error handling
v7.2.5
Added support for sending consecutive user messages or bot messages
v7.2.0
Register LiveChat.js example in the app.js
Updated documentation link in README.md