Skip to content

Bot Framework SDK for JavaScript v4.7.1

Compare
Choose a tag to compare
@stevengum stevengum released this 04 Feb 23:44
976d1d9

Welcome to the 4.7.1 release of the Bot Framework SDK for JavaScript available via NPM.

What's in this release?

This release contains bugfixes for the botframework-streaming library's typings, not forcing downstream TypeScript dependencies to adopt our tsconfig.json settings and a TrustServiceUrl fix for proactive messages from Skills.

Changelog for v4.7.1:

  • Fix incorrect "typings" value in botframework-streaming [PR 1572] (Thank you @qinezh!)
  • remove "dom" from bf-streaming tsconfig and refactor code [PR 1575]
  • TrustServiceUrl from original conversationReference in SkillHandler [PR 1586]