- Update dependencies to Botkit 4.10, Bot Framework 4.10
- Update dependencies to Botkit 4.9, Bot Framework 4.9
- Fix for Facebook typing indicators. To send a typing indicator, use
await bot.say({sender_action: 'typing_on'});
-
Query parameters for GET apis can now be passed in using an object parameter (like POST): Thanks to @adantoscano
-
Update dependencies (Bot Framework to 4.6, Botkit to 4.6)
- Properly export the facebook_api class so it can be used directly. Thanks to @luckyluo!
- Update dependencies (Bot Framework to 4.5.2, Botkit to 4.5)
- Fix for over-pruning of quick replies and attachments in dialogs
- Add
enable_incomplete
option to allow adapter to start without a complete config.
This was the first public release