·
2 commits
to master
since this release
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