Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: phyr0s/BotFramework-DirectLineJS
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: microsoft/BotFramework-DirectLineJS
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 54 files changed
  • 8 contributors

Commits on Mar 2, 2023

  1. Fix: connection should not auto retry after DirectLineStreaming.end() (

    …microsoft#393)
    
    * fix connectRetry when DirectLineStreaming.end()
    
    * add test case
    
    * add comment todo
    
    ---------
    
    Co-authored-by: fangyangci <fangyangci@microsoft.com>
    woasishen and fangyangci authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    e88b998 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Bump botframework-streaming and webpack (microsoft#396)

    * Bump botframework-streaming and webpack
    
    * Update PR number
    
    * Skipping dljstestbot related tests
    compulim authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    68e6ef3 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Bump to 0.15.3-0 (microsoft#397)

    * 0.15.2
    
    * 0.15.3-0
    compulim authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    dbb4063 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. [DLASE] Catch all async calls (microsoft#399)

    * Catch all async calls
    
    * Update PR number
    compulim authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    fb239fe View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Exception must be thrown outside the retry loop (microsoft#401)

    * Exception must be thrown outside the retry loop
    
    * package-lock.json
    
    * Revert "package-lock.json"
    
    This reverts commit 2b266d6.
    
    ---------
    
    Co-authored-by: CK Kashyap <ckk@microsoft.com>
    ckkashyap and ckkMicrosoft authored Apr 17, 2023
    Configuration menu
    Copy the full SHA
    c2f9b2a View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Fix reconnection scenarios and various behaviors of Direct Line ASE (m…

    …icrosoft#404)
    
    * Add some tests for DLASE
    
    * Add more tests
    
    * Clean up
    
    * Clean up
    
    * Add Web Socket proxy
    
    * Refactor
    
    * Add createBotProxy
    
    * Rename to setupBotProxy
    
    * Clean up
    
    * Clean up
    
    * Clean up
    
    * Update Jest
    
    * Add test
    
    * Fix test
    
    * Add test
    
    * Fix postActivity.fail and reconnect
    
    * Simplify
    
    * Ignore @types/jsdom
    
    * Fix tests
    
    * Fix tests
    
    * Add docs
    
    * Flush
    
    * Add assertions
    
    * Add license
    compulim authored Apr 26, 2023
    Configuration menu
    Copy the full SHA
    31ba05b View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Bump to 0.15.4-0 (microsoft#405)

    * 0.15.3
    
    * 0.15.4-0
    compulim authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    5d87e2d View commit details
    Browse the repository at this point in the history
  2. Bump botframework-streaming@4.20.0 (microsoft#406)

    * Bump botframework-streaming@4.20.0
    
    * Add entry
    compulim authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    8efad11 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Bump 0.15.5-0 (microsoft#407)

    * 0.15.4
    
    * 0.15.5-0
    compulim authored Jun 6, 2023
    Configuration menu
    Copy the full SHA
    21a5787 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Add networkInformation object to DLASE (microsoft#412)

    * WIP: Add watchdog
    
    * Add warning if REST API returned too soon
    
    * Add integration test
    
    * Add NetworkInformation watchdog
    
    * Add network information watchdog
    
    * Prolong test time
    
    * Support NetworkInformation-like
    
    * Add AbortSignal function story
    
    * Add abort watchdog test
    
    * Add entry
    
    * Update comments
    
    * Add FAQ related to network change
    
    * Rename watchdog to (network) probe
    
    * Add NetworkInformationObserver
    
    * Update test names
    
    * Add WebSocketClient implementation
    
    * Add tests
    
    * Add test for change network type
    
    * Move to NetworkInformation
    
    * Fix flaky
    
    * Clean up
    
    * Explain NetworkInformation requirement
    
    * Allow unset networkInformation option
    
    * Clean up
    
    * Clean up
    
    * Remove NetworkInformation polyfill
    
    * Update SSE
    
    * Update entry
    
    * Add clarifications
    
    * Update to Node.js 18
    
    * Add NetworkInformation.d.ts
    
    * Update README.md
    
    Co-authored-by: TJ Durnford <tjdford@gmail.com>
    
    * Typo
    
    ---------
    
    Co-authored-by: TJ Durnford <tjdford@gmail.com>
    compulim and tdurnford authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    d07e655 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Bump 0.15.6-0 after release (microsoft#415)

    * 0.15.5
    
    * Remove banner
    
    * 0.15.6-0
    compulim authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    bb3d7ee View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Bump dependencies (microsoft#426)

    * Bump deps and audit fix
    
    * Add entry
    
    * Update PR number
    
    * Use newer EchoBot
    
    * Audit fix
    
    * Also test on Node.js 20.x and 22.x
    
    * Fix NetworkInformation mock
    
    * Fix navigator mock
    
    * Add comment
    compulim authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    d078f33 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2025

  1. Upgrade @babel/runtime from 7.14.8 to 7.26.10 to fix the vulnerabilit…

    …y. (microsoft#438)
    
    Co-authored-by: Shi Wang <wangshi@microsoft.com>
    frankwang32 and Shi Wang authored Apr 18, 2025
    Configuration menu
    Copy the full SHA
    c88cb81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    970a2b2 View commit details
    Browse the repository at this point in the history
  3. Bump to 0.15.7-0 (microsoft#440)

    * 0.15.6
    
    * Add permissions
    
    * Add permissions
    
    * Add entry
    
    * 0.15.7-0
    
    * Add 0.15.6
    compulim authored Apr 18, 2025
    Configuration menu
    Copy the full SHA
    13f7a42 View commit details
    Browse the repository at this point in the history
Loading