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/botbuilder-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.21.1
Choose a base ref
...
head repository: microsoft/botbuilder-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.22.1
Choose a head ref
  • 18 commits
  • 76 files changed
  • 10 contributors

Commits on Nov 14, 2023

  1. fix: #4566 Teams config fetch typings (#4567)

    * Fix Teams config fetch typings
    
    * Update Bot Framework schema
    
    * Compat
    
    ---------
    
    Co-authored-by: Corina Gum <>
    Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
    corinagum and Tracy Boehrer authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    e0e656b View commit details
    Browse the repository at this point in the history
  2. fix: #4566 Refactor Teams config fetch & submit typings (#4570)

    * Cleanup types for Teams config fetch & submit
    
    * Compat update
    
    * botbuilder test:compat
    
    ---------
    
    Co-authored-by: Corina Gum <>
    Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
    corinagum and Tracy Boehrer authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    60824fe View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. feat: httpRequest to add HEAD method (#4574)

    * httpRequest to add HEAD method
    
    * 4574 - feat HEAD request resolving feedback and running test actions
    torresbj authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    435bcf6 View commit details
    Browse the repository at this point in the history
  2. chore: corrected typo in README.md (#4571)

    Corrected typo, `steo` should be `step` within README documentation.
    Cyberlane authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    59b52cd View commit details
    Browse the repository at this point in the history
  3. fix: [#4568] scoreThreshold no longer works in 4.17.0 and later (#4575)

    * Restore score threshold filter in QnAMaker results
    
    * Add missing dot in comment.
    ceciliaavila authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    363e0c9 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. feat: Extraction of thumbprint value through the certificate (#4580)

    * extract thumbprint from cert value
    
    * fix documentation
    
    * keep previous constructor with new structure
    
    * include validation to avoid undefined.trim()
    JhontSouth authored and Tracy Boehrer committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    44a1c9f View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. fix: [#4470] Migrate off @azure/ms-rest-js (#4578)

    * update yarn lock without ms-rest-js
    
    * remove ms-rest-js in botbuilder
    
    * remove ms-rest-js in botframework-connector
    
    * update botbuilder package.json
    
    * update package json
    
    * update with lint format
    
    * update packages
    
    * update botbuilder api signature
    
    * update yarn.lock
    JhontSouth authored and Tracy Boehrer committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    2bedf24 View commit details
    Browse the repository at this point in the history
  2. update axios and replace it in bf-connector (#4591)

    # Conflicts:
    #	libraries/botframework-connector/package.json
    JhontSouth authored and Tracy Boehrer committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    d9b26a9 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. include http method in fetch request (#4593)

    JhontSouth authored and Tracy Boehrer committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    9e74976 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. fix: USGovSingleTenant OAuthEndpoint (#4588)

    * fix usgov single tenant
    
    * fix js lint
    fangyangci authored and Tracy Boehrer committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    aa83fbe View commit details
    Browse the repository at this point in the history
  2. feat: Add ASE channel validation. (#4589)

    * aseChannelValidation
    
    * fix usgov single tenant
    
    * fix js lint
    
    * fix js lint
    fangyangci authored and Tracy Boehrer committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    21e7caa View commit details
    Browse the repository at this point in the history
  3. update mocha package to avoid vulnerability with nanoid (#4603)

    JhontSouth authored and Tracy Boehrer committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    18edf17 View commit details
    Browse the repository at this point in the history
  4. fix: add content type header (#4587)

    XVincentX authored and Tracy Boehrer committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    f597523 View commit details
    Browse the repository at this point in the history
  5. fix: [#4544] JwtTokenExtractor.getIdentity:err! FetchError: request to

    …https://login.botframework.com/v1/.well-known/openidconfiguration (#4583)
    
    * Provide proxy setting to openIdMetadata
    
    * Replace @azure/ms-rest-js with @azure/core-http
    
    * Add missing agent settings in getKeys call
    ceciliaavila authored and Tracy Boehrer committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    1f74561 View commit details
    Browse the repository at this point in the history
  6. feat: Add isVisible property to AceData (#4606)

    * Add isVisible property to AceData
    
    * extra comment
    
    * updated md
    
    ---------
    
    Co-authored-by: aterentiev <aterentiev@microsoft.com_odspmdb>
    2 people authored and Tracy Boehrer committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    a0bd4bd View commit details
    Browse the repository at this point in the history
  7. fix: Remove old @microsoft/recognizers-text-number version with posti…

    …nstall scripts (#4608)
    
    * add recognizers-text-number resolution
    
    * add scripts to remove old version of recognizers-text-number
    
    * remove rimraf package
    JhontSouth authored and Tracy Boehrer committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    e9c44b9 View commit details
    Browse the repository at this point in the history
  8. fix: [#4582] UserAssignedIdentity(WorkloadIdentity) auth fails with '…

    …scope https://api.botframework.com is not valid' (#4607)
    
    * Add scope post-fix in managedIdentityAuthenticator.
    
    * Fix unit test
    ceciliaavila authored and Tracy Boehrer committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    f09c538 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. use npm to run postinstall scripts (#4611)

    JhontSouth authored and Tracy Boehrer committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    581156b View commit details
    Browse the repository at this point in the history
Loading