Skip to content

Releases: microsoft/botframework-sdk

Release of [email protected] to npm

05 Oct 23:43
Compare
Choose a tag to compare

Changes

  • Support for Bot Framework auth v3.2

Release of [email protected] to npm

26 Sep 23:02
Compare
Choose a tag to compare

Changes

  • Fixed an issue with UniversalBot.loadSession().

Release of [email protected] to npm

21 Sep 21:34
Compare
Choose a tag to compare

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

17 Aug 18:38
Compare
Choose a tag to compare

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

03 Jun 00:04
Compare
Choose a tag to compare

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

17 May 17:17
Compare
Choose a tag to compare

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

15 May 21:56
Compare
Choose a tag to compare

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 ConsoleConnector causing it to only send one message per turn of the conversation.
  • The features argument to the Prompt class constructor wasn't properly marked as optional.
  • The User-Agent header wasn't being added for unauthenticated requests.
  • Fixed numerous missing exports and typing issues in the botbuilder.d.ts file.
  • Removed the chatConnector.js unit test as it was using a real token.

Microsoft.Bot.Builder 3.8 nuget

10 May 15:14
Compare
Choose a tag to compare

Changes

  • Add Support for speech enabled channels, e.g. Cortana
  • Add support for payments
  • Add prompt recognizers to improve PromptDialog parser
  • General bug fixes and improvements

Release of [email protected] to npm

08 May 21:26
Compare
Choose a tag to compare

Release notes coming soon...

Microsoft.Bot.Builder 3.5.5 nuget

28 Mar 00:03
Compare
Choose a tag to compare

Changes

  • Add ConversationReference as a replacement to deprecated ResumptionCookie
  • Change default Luis host in Luis service and Deprecate Luis v1 endpoint
  • General bug fixes