Skip to content

Releases: microsoft/botframework-sdk

Release 3.15.2.1

06 May 23:05
f5e84eb
Compare
Choose a tag to compare
  • Fix deadlock regression when talking to emulator

3.15.2 Release

05 May 16:50
Compare
Choose a tag to compare
  • fix regressions in Luis

Release of [email protected] to npm

05 May 01:02
Compare
Choose a tag to compare

Changes

  • New OAuth SDK components for SSO auth flows
  • New GDPR methods for managing users within conversations.

Release 3.15.1.0

04 May 22:43
Compare
Choose a tag to compare
  • new OAuth SDK components for auth flows

Bot Builder 3.15.0.0

14 Apr 20:13
Compare
Choose a tag to compare
  • adds new schema activity types Suggestion, Trace
  • adds new properties to support upcoming auth flows
  • adds GDPR apis

Release 3.14.1.1 for .NET

21 Mar 01:56
aa5a37b
Compare
Choose a tag to compare

This fixes a number of performance issues:

  • InMemoryDataStore used unbounded dictionary caused issues under heavy load, changed to use MemoryCache
  • InMemoryDataStore used GZIP compression for no good reason at all, removed.
  • CachingDataStore used unbounded dictionary caused memory issues under heavy load, changed to use MemoryCache
  • ConnectorClient was created and disposed on every turn causing severe performance problems, changed to using cached singleton per serviceUrl
  • MicrosoftAppCredentials.GetRefreshToken() would cause 401 errors for a bot which was idle for longer than 1 hour

Release of [email protected] to npm

24 Jan 01:09
3ab2548
Compare
Choose a tag to compare

Changes

  • Added Invoke to CardAction.
  • Fixed key for actions in ActionSet.
  • More detailed service url/address error messages in ChatConnector.
  • Return an error response instead of throwing exception when ChatConnector receives bad JSON payloads.
  • Fixed race condition when refreshing access token.

Release of [email protected] to npm

04 Dec 22:55
Compare
Choose a tag to compare

Changes

  • Embedded prompt localization strings into lib as code (versus loading from JSON file.)
  • Added missing end() and next() calls to chat connector code.
  • Fixed issue with missing next() for Azure functions.

Bot Builder 3.12.2

05 Dec 05:08
Compare
Choose a tag to compare

Changes

  • Added support for ASP.NET Core 1.x and 2.x
  • Deprecated the Bot Framework State service

Release of [email protected] to npm

15 Nov 22:36
Compare
Choose a tag to compare

Changes

  • Added message reaction support.
  • Added replyToId to base IEvent interface.
  • Added support to text prompt for min & max length validations.
  • Added warning for deprecated bot state service.