Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Bot Framework SDK for Java 4.14.0

Compare
Choose a tag to compare
@tracyboehrer tracyboehrer released this 09 Jul 21:03

Welcome to the June 2021 release of the Bot Framework Java SDK. With the exception of the new Teams features, this is largely a maintenance release.

4.14.0 SDK Change Logs

Teams

Fixes

  • [QnA] Fix MultiTurnPrompt QnA conversation [PR 1204]
  • Added Skill x-ms-conversation-id request header [PR 1269]
  • BotFrameworkAdapter.createConversation could overwrite ChannelData [PR 1264]
  • Authentication sample in emulator is failing/Fixed incorrect cast error. [PR 1290]

Minor/Maintenance

  • Removed argLine from dialogs POM [PR 1275]
  • Correct the SDK Programming Language [PR 1272]
  • [Linter] Upgrade Checkstyle plugin to 3.1.2 supporting Checkstyle version up to 8.41 [PR 1226]
  • [Bot-ApplicationInsights] Fix disparities [PR 1217]
  • [Bot-AI-QnA] Fix disparities [PR 1214]
  • [Bot-AI-LUIS-V3] Fix disparities [PR 1212]
  • Minor readme update [PR 1206]
  • Add additional unit test coverage [PR 1185]
  • Updated pom.xml to enable Jacoco test output [PR 1175]
  • Support for Recognizer tests on MacOS. [PR 1173]
  • [SDK][Recognizers-Text] Add Recognizer-Text unit tests into the temporal Recognizer-Text folder in bot-dialogs library [PR 1168]