Skip to content

bump up directline#5686

Merged
compulim merged 3 commits intomicrosoft:mainfrom
pranavjoshi001:bump-directline-js-streaming-support
Feb 5, 2026
Merged

bump up directline#5686
compulim merged 3 commits intomicrosoft:mainfrom
pranavjoshi001:bump-directline-js-streaming-support

Conversation

@pranavjoshi001
Copy link
Contributor

@pranavjoshi001 pranavjoshi001 commented Feb 4, 2026

Ref: microsoft/BotFramework-DirectLineJS#443

Changelog Entry

  • Bumped botframework-directlinejs to include support for the new streaming property, by @pranavjoshi001, in PR #5686

Description

Bumps botframework-directlinejs to include support for the new streaming property. This enables Web Chat to pass the streaming configuration when creating a DirectLine connection.

Design

  • When streaming: true - deliveryMode = "stream" will be passed in post request, If the server supports streaming, responses will be delivered as stitched streams
  • When streaming: false or omitted - Current behavior is preserved, no changes to existing flow

This change is fully backward compatible.

Specific Changes

  • Bumped botframework-directlinejs dependency version to include streaming property support
  • I have added tests and executed them locally
  • I have updated CHANGELOG.md
  • I have updated documentation

Review Checklist

This section is for contributors to review your work.

  • Accessibility reviewed (tab order, content readability, alt text, color contrast)
  • Browser and platform compatibilities reviewed
  • CSS styles reviewed (minimal rules, no z-index)
  • Documents reviewed (docs, samples, live demo)
  • Internationalization reviewed (strings, unit formatting)
  • package.json and package-lock.json reviewed
  • Security reviewed (no data URIs, check for nonce leak)
  • Tests reviewed (coverage, legitimacy)

@compulim compulim merged commit 32ae93a into microsoft:main Feb 5, 2026
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants