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: audiocodes/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.
  • 19 commits
  • 45 files changed
  • 3 contributors

Commits on Feb 4, 2026

  1. 0.15.8

    compulim committed Feb 4, 2026
    Configuration menu
    Copy the full SHA
    f471113 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2026

  1. Modernize packed code

    Fixes #392
    orgads committed Feb 15, 2026
    Configuration menu
    Copy the full SHA
    81d5011 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 15, 2026
    Configuration menu
    Copy the full SHA
    217357c View commit details
    Browse the repository at this point in the history
  3. Remove @types/p-defer

    orgads committed Feb 15, 2026
    Configuration menu
    Copy the full SHA
    01934b8 View commit details
    Browse the repository at this point in the history
  4. Replace restify with fastify

    restify is obsolete, and doesn't support Node 24.
    orgads committed Feb 15, 2026
    Configuration menu
    Copy the full SHA
    3fd81b7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c543cb1 View commit details
    Browse the repository at this point in the history
  6. Add replyToId to IActivity type

    Fixes #255.
    orgads committed Feb 15, 2026
    Configuration menu
    Copy the full SHA
    ca2f71f View commit details
    Browse the repository at this point in the history
  7. 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 15, 2026
    Configuration menu
    Copy the full SHA
    d427741 View commit details
    Browse the repository at this point in the history
  8. CI: Update action versions

    orgads committed Feb 15, 2026
    Configuration menu
    Copy the full SHA
    f3e3093 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2fd6341 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5fda278 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cd35acd View commit details
    Browse the repository at this point in the history
  12. Update major versions

    orgads committed Feb 15, 2026
    Configuration menu
    Copy the full SHA
    27f65d8 View commit details
    Browse the repository at this point in the history
  13. Update nock to latest

    orgads committed Feb 15, 2026
    Configuration menu
    Copy the full SHA
    a32c51a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7584900 View commit details
    Browse the repository at this point in the history
  15. 0.15.10

    orgads committed Feb 15, 2026
    Configuration menu
    Copy the full SHA
    fb59a0b View commit details
    Browse the repository at this point in the history
  16. CI: Disable continuous publish

    OIDC publish allows only one workflow filename.
    orgads committed Feb 15, 2026
    Configuration menu
    Copy the full SHA
    65472b0 View commit details
    Browse the repository at this point in the history
  17. Remove webpack stats

    orgads committed Feb 15, 2026
    Configuration menu
    Copy the full SHA
    2f1db76 View commit details
    Browse the repository at this point in the history
  18. 0.15.11

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