Skip to content

Releases: OfficeDev/microsoft-teams-apps-faqplus

FAQ Plus App Template v5.0

30 Dec 22:39
93bc33d
Compare
Choose a tag to compare

Below improvements released,

  • Remove the deprecated QnA Maker service and replace with Question Answering service.
  • Fix for multi-turn bug
  • Wiki updates

FAQ Plus App Template v3.0

22 Feb 22:41
c529f16
Compare
Choose a tag to compare

This release contains the changes related to splitting user and expert bots to allow use of permission policy

FAQ Plus App Template

08 Dec 18:20
b128b7a
Compare
Choose a tag to compare
Fixed parsing error in QnaServiceProvider. (#74)

Changed to the culture-independent way in case of getting ScoreThreshold config value.

FAQ Plus App Template

09 Sep 19:55
2401a36
Compare
Choose a tag to compare
Updated README (#62)

* Updated README

updated latest legal notice guidelines

* Updated README

Updated the legal notice text correctly

FAQ Plus App Template

04 Sep 20:27
a8285c9
Compare
Choose a tag to compare
190863

Fixed a few broken links

FAQ Plus App Template

29 Jul 09:56
7ff3511
Compare
Choose a tag to compare
177017

Removing v2 in all the documentation files (#41)

FAQ Plus App Template

18 Jul 19:25
2668495
Compare
Choose a tag to compare
172419

Simplified the README content and added another link to the wiki

FAQ Plus App Template

17 Jul 06:14
4d368db
Compare
Choose a tag to compare
171683

Removing reference to V2 in metadata

FAQ Plus App Template

17 Jul 05:40
6f99a66
Compare
Choose a tag to compare
Feature upgrade to support multi-turn QnA response (#34)

- Application is modified to handle QnA multi-turn experience. The app will now be able to read mutli-turn QnA pairs added in knowledge base and sends follow up questions for queries. 
- The changes includes bot and configuration app services to handle previous questions and minor code clean up across solution.

FAQ Plus [Version 2] App Template

01 Jul 15:58
ee5af10
Compare
Choose a tag to compare
Add global.json to force Kudu use SDK 2.1.515. (#26)

After .NET Core SDK 3.1.301 was rolled out in Azure App Service, Kudu failed to build the app with the following exception:
System.ComponentModel.Win32Exception (5): Access is denied.

In order to fix the build issue, we add a global.json in the code base. So that Kudu is forced to use the previous SDK version, which can build the app without issue.

See https://stackoverflow.com/questions/62595408/error-access-is-denied-deployment-to-azure-app-services