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: microsoft/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: orgads/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.
  • 6 commits
  • 10 files changed
  • 2 contributors

Commits on Feb 14, 2026

  1. Modernize packed code

    Fixes #392
    orgads committed Feb 14, 2026
    Configuration menu
    Copy the full SHA
    28c2ab6 View commit details
    Browse the repository at this point in the history
  2. Fix resource leaks in DirectLineStreaming after end() is called

    - Cancel pending timers on end() via AbortController-aware sleep()
    - Stop refreshToken() loop early on abort and after fatal 403
    - Unsubscribe from connectionStatus$ in waitUntilOnline() on resolve/reject
    - Use cancellable sleep() for retry delays in connectWithRetryAsync()
    - Add unit tests covering all leak fixes (sync and async paths)
    
    Fixes #433
    orgads committed Feb 14, 2026
    Configuration menu
    Copy the full SHA
    a9ac5f6 View commit details
    Browse the repository at this point in the history
  3. Add replyToId to IActivity type

    Fixes #255.
    orgads committed Feb 14, 2026
    Configuration menu
    Copy the full SHA
    28ce228 View commit details
    Browse the repository at this point in the history
  4. Handle error responses on refresh token requests

    If error 403 is returned, the application crashes without any way
    to catch this error.
    
    Fixes #421.
    orgads committed Feb 14, 2026
    Configuration menu
    Copy the full SHA
    0208224 View commit details
    Browse the repository at this point in the history
  5. Update core-js and run npm audit fix

    Fixes some critical vulnerabilities.
    
    Also fixes the following warnings from npm:
    
    * npm WARN deprecated [email protected]: core-js@<3.23.3 is no longer
      maintained and not recommended for usage due to the number of issues.
      Because of the V8 engine whims, feature detection in old core-js
      versions could cause a slowdown up to 100x even if nothing is
      polyfilled. Some versions have web compatibility issues. Please, upgrade
      your dependencies to the actual version of core-js.
    
    * npm WARN deprecated @types/[email protected]: This is a stub types
      definition. p-defer provides its own type definitions, so you do not
      need this installed.
    orgads committed Feb 14, 2026
    Configuration menu
    Copy the full SHA
    92ab1af View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2026

  1. CI: Update action versions

    orgads committed Feb 15, 2026
    Configuration menu
    Copy the full SHA
    db77367 View commit details
    Browse the repository at this point in the history
Loading