Bot Framework SDK 4.14.0
Welcome to the June 2021 release of the Bot Framework SDK. A few notable items include the introduction of the Cloud Adapter (#3790) and supporting authentication types (#3820, #3534), as well as several Teams features (#3757, #3738). See below for the full set of changes.
Changelog for Javascript 4.14.0
- feat: cherrypick orchestrator fix, runtime docs [PR 3845]
- port: runtime docs [PR 3838]
- port: orchestrator package changes [PR 3824]
- chore: tests for cloud adapter [PR 3833]
- fix: enable TeamsInfo methods to work with CloudAdapter [PR 3830]
- chore: remove public access modifier in botframework-streaming [PR 3794]
- port: update TeamsInfo to support CloudAdapter [PR 3821]
- chore: use BFAuthentication for BFClient in runtime, fix comparison bug [PR 3820]
- fix: Update OrchestratorRecognizer to 4.14.0 orchestrator-core [PR 3818]
- port: conversation ID header [PR 3815]
- fix: add sortNumber test case [PR 3807]
- port: allowed caller runtime configuration [PR 3816]
- feat: create conversation [PR 3805]
- fix: OAuth prompt should store in turn.token, not dialog.token [PR 3803]
- feat: AdaptiveExpressions: Allow 0 to convert as false bool [PR 3801]
- fix: handle reactions added/removed separately [PR 3796]
- feat: cloud adapter [PR 3790]
- chore: add missing packages to consumer test [PR 3737]
- fix: warning on component load failure [PR 3780]
- fix: first activity from bot to user has fake replyToId value [PR 3779]
- fix: return full response w/ adaptiveCard invoke action [PR 3778]
- feat: add support for Teams meeting start/end events [PR 3757]
- port: turn memory scope in snapshot [PR 3775]
- port: Support iteration for object in ForEach action [PR 3772]
- fix: Maxturn count increase while interruption in composer prompts [PR 3774]
- README for Orchestrator package library folder [PR 3754]
- fix: make enum lookup case insensitive [PR 3743]
- port: Fix double evaluation and filter sensitive settings [PR 3740]
- feat: add getMeetingInfo to TeamsInfo [PR 3738]
- fix: adjust adaptiveCard/action handling [PR 3729]
- chore: remove unnecessary public access modifier [PR 3731]
- feat: Support 'adaptiveCard/action' in Teams handler [PR 3716]
- chore: bump streaming bot deps [PR 3721]
- chore: add link/unlink scripts [PR 3720]
- bump chromedriver to ^90.0.1 in browser-functional-tests [PR 3719]
- feat: allow wildcard in mock paths [PR 3713]
- fix: ignore node_modules declarative assets [PR 3709]
- fix: clean command should ignore missing [PR 3708]
- bump: adal-node to 0.2.2 [PR 3705]
- port: allow LUIS recognize to be called without turnContext [PR 3690]
- chore: add test:compat to CI tests [PR 3691]
- fix: named pipe issues [PR 3627]
- Allow back quotes in adaptive expression object and array construction [PR 3700]
- fix: two typos [PR 3696]
- fix: more permissive type assertions [PR 3692]
- port: Support object comparison in == [PR 3672]
- port: add handledProperty to emitEvent [PR 3686]
- fix: auto-disable telemetry for schema tests [PR 3688]
- feat: configure static directory, default wwwroot [PR 3682]
- fix: json parse in azure function skill endpoint [PR 3679]
- fix: several skills-related runtime issues [PR 3675]
- fix: mark azure types deprecated [PR 3666]
- port: telemetry pii settings path [PR 3665]
- fix: add msbot keywords to component packages [PR 3657]
- chore: Replace
catch
withassert.rejects|throws
in tests (part 3 of 3) [PR 3661] - fix: application insights trackEvent invocation [PR 3651]
- fix: config file overrides [PR 3660]
- fix: add @types/express [PR 3652]
- chore: Replace
catch
withassert.rejects|throws
in tests (part 2) [PR 3653] - Support timestamp without timezone postfix in getTimeOfDay [PR 3639]
- fix: Fix subArray and substring while index equals the length of array/string [PR 3637]
- fix: update readme packages, formatting [PR 3650]
- bump: runtypes [PR 3648]
- fix lint errors in bf-connector [PR 3646]
- fix: conflict -> precondition failed [PR 3645]