You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do not merge any other unrelated changes after this PR. Any other PR merged, will need to be re-tested
Run daily pipeline manually, set "generate release version number" to true
(This will not push to NPM or CDN)
Pipeline name is BotFramework-WebChat-daily
The build number is 146184 and commit is e0b9ccc
Test
The test should run against the build artifacts from Azure Pipelines.
Manual testing on major browsers using webchat-release-testing
Chrome 83.0.4103.116
Edge (Anaheim) 83.0.478.61
Edge (UWP) 44.18362.449.0
Firefox 78.0.2
IE11
macOS Safari 13.0.3 (15608.3.10.1.4)
Update version number
DLSpeech: Web Socket connection to westus2.convai.speech.microsoft.com closed instantly after connected, it also repro on previous versions of Web Chat (failed on 4.9.0, 4.8.1)
As it also repro on 4.9.0 and 4.8.1, I think this is service-side issue
iOS Safari 13.4.1
Update version number
Android Chrome 83.0.4103.96
Update version number
Test specific fixes related to 4.9.2 and previous releases
(Look at CHANGELOG.md and list out PRs that were not covered with automated tests)
Checklist
Build
Bump MockBot to Bot Framework SDK release 4.9.2https://botbuilder.myget.org/feed/botbuilder-v4-js-daily/package/npm/botbuilderhttps://www.npmjs.com/package/botbuilder/v/4.9.2CHANGELOG.md
to mark specific changes in4.9.2
npm version --no-git-tag-version 4.9.2
master
, the PR number is Update CHANGELOG.md for 4.9.2 release #3304e0b9ccc
true
BotFramework-WebChat-daily
146184
and commit ise0b9ccc
Test
webchat-release-testing
westus2.convai.speech.microsoft.com
closed instantly after connected, it also repro on previous versions of Web Chat (failed on 4.9.0, 4.8.1)4.9.2
and previous releasesCHANGELOG.md
and list out PRs that were not covered with automated tests)Release
master
orbranch, runqfe
git status
to checkgit pull
/package.json
,/package-lock.json
, andCHANGELOG.md
has a version of4.9.2
git log
e0b9ccc
git tag v4.9.2
git push -u upstream v4.9.2
CHANGELOG.md
curl -H 'Accept-Encoding: gzip' https://cdn.botframework.com/botframework-webchat/4.9.2/webchat.js | gunzip - | openssl dgst -sha384 -binary | openssl base64 -A
cat webchat.js | openssl dgst -sha384 -binary | openssl base64 -A
stats.json
and 4 tarballswebchat-release-testing/drops
[[PROD]]Push-WebChat-to-npmjs
146184
, release number is2384
and commit ise0b9ccc
[[PROD]]Push-WebChat-to-Prod-CDN-with-approval
146184
, release number is2389
and commit ise0b9ccc
131156
Post-release check
webchat-release-testing
01.create-react-app
01.create-react-app/node_modules
npm install [email protected]
(just install the bundle package)Notification to interested parties
Changelog
Added
yue
), by @compulim, in PR #3289Fixes
<ScreenReaderActivity>
component<CarouselFilmstrip>
,<StackedLayout>
,<TextContent>
, and<Timestamp>
replyToId
that reference an activity which is not ACK-ed, for up to 5 secondstabindex="-1"
set, instead ofdisabled
attributetabindex="-1"
from Adaptive Cards containerinvoke
className
prop is not honored in<ReactWebChat>
, by @compulim in PR #3300Samples
The text was updated successfully, but these errors were encountered: