Skip to content

Releases: OfficeDev/microsoft-teams-apps-bookaroom

Book-a-room bot

09 Sep 20:03
3f90a4c
Compare
Choose a tag to compare
Updated README (#22)

updated latest legal notice guidelines

Book-a-room bot

05 Aug 06:31
7033eea
Compare
Choose a tag to compare
Bump websocket-extensions (#17)

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases)
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md)
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Book-a-room bot

05 Aug 06:31
7033eea
Compare
Choose a tag to compare
Bump websocket-extensions (#17)

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases)
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md)
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Book-a-room bot

13 Jul 16:30
cd36d3e
Compare
Choose a tag to compare
Add global.json SDK 2.1.515 for KUDU deployment (#16)

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

Book-a-room bot

30 Apr 19:58
2e6fcfd
Compare
Choose a tag to compare
Updated README

Modified #3 in legal notices section

Book-a-room bot

30 Apr 18:41
151bb77
Compare
Choose a tag to compare
Updated README (#11)

Modified the legal notices section as  per the update from CELA

Book-a-room bot

27 Mar 18:52
c1d0aae
Compare
Choose a tag to compare
Ignore errors from sending the typing indicator (#10)

* Ignore errors from sending the typing indicator

Bots posting typing-indicators to users in Europe region are receiving 502s at this time, as typing indicator support is scaled down temporarily to provide more resources to other scenarios.

This change suppresses the exception thrown by sending the typing indicator, so that a failure to post the indicator is not a fatal error. The exception is still logged to App Insights so that the admin can monitor the ultimate resolution of this issue.

Book-a-room bot

27 Mar 18:00
7ebaa09
Compare
Choose a tag to compare
Ignore errors from sending the typing indicator (#8)

Bots posting typing-indicators to users in Europe region are receiving 502s at this time, as typing indicator support is scaled down temporarily to provide more resources to other scenarios.

This change suppresses the exception thrown by sending the typing indicator, so that a failure to post the indicator is not a fatal error. The exception is still logged to App Insights so that the admin can monitor the ultimate resolution of this issue.

Book a Room App Template v1.1

27 Mar 17:58
7ebaa09
Compare
Choose a tag to compare

Book a Room App Template v1.0

27 Mar 17:52
8648088
Compare
Choose a tag to compare

Initial release of the Book a Room app template