Releases: microsoft/botframework-sdk
Releases · microsoft/botframework-sdk
Release of [email protected] to npm
Changes
- Support for Bot Framework auth v3.2
Release of [email protected] to npm
Changes
- Fixed an issue with UniversalBot.loadSession().
Release of [email protected] to npm
Changes
- Skype For Business fixes around starting a new conversation.
- Fixed a null reference exception in Library class.
- Fixed an issue in RegExpRecognizer.
- Added new loadSessionWithoutDispatching() to UniversalBot class.
Release of [email protected] to npm
Changes
- Fixed a bug in the new prompts preventing re-prompts from working properly.
- Added ConsoleConnector.processEvent() method.
- Updated ChatConnector to point to new auth endpoints.
- Updated activity/message schema to reflect latest schema changes.
- Added support for new "messageBack" action type.
Release of [email protected] to npm
Changes
- Localization improvements for multiple languages.
- Added LUIS composite entities support.
- Removed
trigger(...)wrap around name for triggered dialogs. This was causing an issue for some bots.
Release of [email protected] to npm
Changes
- Fixed an issue with the "Authorization" header overwriting the "User-Agent" header when connected to by the emulator.
- Fixed an issue with
Prompts.choice()not recognizing emojis. - Fixed an issue with
Prompts.choice()not recognizing partial matches.
Release of [email protected] to npm
Changes
- Fixed an issue with messages passed to
Session.endConversation()occasionally being dropped. - Added logic to optimize localizer file loading for ABS.
- Fixed bug in
ConsoleConnectorcausing it to only send one message per turn of the conversation. - The
featuresargument to thePromptclass constructor wasn't properly marked as optional. - The
User-Agentheader wasn't being added for unauthenticated requests. - Fixed numerous missing exports and typing issues in the
botbuilder.d.tsfile. - Removed the chatConnector.js unit test as it was using a real token.
Microsoft.Bot.Builder 3.8 nuget
Release of [email protected] to npm
Release notes coming soon...
Microsoft.Bot.Builder 3.5.5 nuget
Changes
- Add ConversationReference as a replacement to deprecated ResumptionCookie
- Change default Luis host in Luis service and Deprecate Luis v1 endpoint
- General bug fixes