Skip to content

Microsoft.Bot.Builder 3.1.0 nuget

Compare
Choose a tag to compare
@msft-shahins msft-shahins released this 03 Aug 00:56

Breaking Change

  • BotAuthentication attribute is now inheriting from ActionFilterAttribute and not AuthorizationFilterAttribute. Note: This is a breaking change if your bot is implementing its custom BotAuthentication attribute derived from connector's BotAuthentication attribute.

Changes

  • Make ETag consistency policy the default data consistency policy for IBotDataStore
  • Add better exception translation/propagation to bot builder internals
  • Make Bot authentication more reliable
  • Add trusted service urls to MicrosoftAppCredentials
  • General bug fixes