Skip to content

feat(AzureSpeech): update Speech SDK to 1.51.0 - #1124

Merged
ArgoZhang merged 8 commits into
masterfrom
refactor-speech
Aug 30, 2026
Merged

feat(AzureSpeech): update Speech SDK to 1.51.0#1124
ArgoZhang merged 8 commits into
masterfrom
refactor-speech

Conversation

@ArgoZhang

Copy link
Copy Markdown
Member

Link issues

fixes #1123

Summary By Copilot

  • update the bundled Microsoft Cognitive Services Speech SDK from the existing browser artifact to 1.51.0
  • keep the official minified and development bundles synchronized and load the minified bundle at runtime
  • replace the private recognition result field privText with the public text API
  • bump BootstrapBlazor.AzureSpeech to version 10.0.2

Regression?

  • Yes
  • No

The Speech SDK APIs used by AzureSpeech retain compatible signatures in 1.51.0.

Risk

  • High
  • Medium
  • Low

The public .NET and JavaScript interop signatures are unchanged. The recognition result now uses the SDK's documented public property.

Verification

  • Manual (required)

  • Automated

  • built BootstrapBlazor.AzureSpeech for all target frameworks with no warnings or errors

  • checked the updated runtime and SDK bundles with Node.js syntax validation

  • confirmed both vendored bundles match the official npm package artifacts

Packaging changes reviewed?

  • Yes
  • No
  • N/A

☑️ Self Check before Merge

⚠️ Please check all items below before review. ⚠️

  • Doc is updated/provided or not needed
  • Demo is updated/provided or not needed
  • Merge the latest code from the main branch

@bb-auto bb-auto Bot added the enhancement New feature or request label Aug 30, 2026
@bb-auto bb-auto Bot added this to the v10.0.0 milestone Aug 30, 2026

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry @ArgoZhang, your pull request is larger than the review limit of 150,000 diff characters

@bb-auto bb-auto Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto approved by bb-auto

@ArgoZhang
ArgoZhang merged commit f8bbc7a into master Aug 30, 2026
3 checks passed
@ArgoZhang
ArgoZhang deleted the refactor-speech branch August 30, 2026 08:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(AzureSpeech): update Speech SDK to 1.51.0

1 participant