Skip to content

chore(deps): bump @azure/ai-voicelive from 1.0.0-beta.3 to 1.0.0 in /javascript/voice-live-quickstarts/AgentsNewQuickstart#242

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/javascript/voice-live-quickstarts/AgentsNewQuickstart/azure/ai-voicelive-1.0.0
Open

chore(deps): bump @azure/ai-voicelive from 1.0.0-beta.3 to 1.0.0 in /javascript/voice-live-quickstarts/AgentsNewQuickstart#242
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/javascript/voice-live-quickstarts/AgentsNewQuickstart/azure/ai-voicelive-1.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 22, 2026

Copy link
Copy Markdown
Contributor

Bumps @azure/ai-voicelive from 1.0.0-beta.3 to 1.0.0.

Changelog

Sourced from @​azure/ai-voicelive's changelog.

1.0.0 (2026-05-21)

General Availability release of @azure/ai-voicelive. This release upgrades the wire protocol to API version 2026-04-10 and consolidates the public API surface from beta.1 through beta.4 into a stable contract.

Features Added

  • Real-time speech-to-speech sessions over a persistent WebSocket connection (VoiceLiveClient, VoiceLiveSession).

  • Two session targets: model sessions and AI Foundry agent sessions (AgentSessionConfig, SessionTarget, isAgentSessionTarget, isModelSessionTarget).

  • Authentication via DefaultAzureCredential (Azure AD) and AzureKeyCredential.

  • Voice customization: OpenAI voices, Azure standard / custom / personal voices, voice style, pitch, rate, volume, custom lexicon and text-normalization URLs, locale and preferLocales.

  • Avatar support including configuration types, photo-avatar base modes, video parameters, ICE servers, scenes, backgrounds, and avatar output protocols.

  • Image content support via RequestImageContentPart and RequestImageContentPartDetail.

  • Model Context Protocol (MCP) integration: server connection, approval workflow, tool listing, and streaming MCP call execution with the full event handler set.

  • Reasoning effort configuration (ReasoningEffort, KnownReasoningEffort).

  • Interim response configuration (InterimResponseConfig, StaticInterimResponseConfig, LlmInterimResponseConfig, triggers, and types).

  • Response metadata for arbitrary key-value pairs on ResponseCreateParams and VoiceLiveResponse.

  • Distributed tracing via @azure/core-tracing. Spans cover the session lifecycle (connect, send, recv, close) following GenAI Semantic Conventions. See the Telemetry / Distributed Tracing section in the README and the samples/telemetry/ and samples/telemetry-browser/ samples.

  • Automatic proxy support via standard HTTPS_PROXY / HTTP_PROXY / NO_PROXY environment variables.

  • New types added in this GA release (API version 2026-04-10):

    • Voice: AzureAvatarVoiceSyncVoice.
    • Session output control: SessionIncludeOption, KnownSessionIncludeOption.
    • Output audio buffer control: ClientEventOutputAudioBufferClear, ServerEventOutputAudioBufferCleared.
    • Web search tool: ResponseWebSearchCallItem, ServerEventResponseWebSearchCallSearching, ServerEventResponseWebSearchCallInProgress, ServerEventResponseWebSearchCallCompleted, ActionSearch, ActionSearchSource, ActionOpenPage, ActionFind.
    • File search tool: ResponseFileSearchCallItem, FileSearchResult, ServerEventResponseFileSearchCallSearching, ServerEventResponseFileSearchCallInProgress, ServerEventResponseFileSearchCallCompleted.
    • Avatar speaking-state events: ServerEventSessionAvatarSwitchToSpeaking, ServerEventSessionAvatarSwitchToIdle, ServerEventResponseVideoDelta.
    • Word- and phrase-level transcription: TranscriptionPhrase, TranscriptionWord.
    • Annotated audio transcripts: ServerEventResponseAudioTranscriptAnnotationAdded.
    • Server-side warnings: ServerEventWarning, ServerEventWarningDetails.
  • Real-time speech-to-speech sessions over a persistent WebSocket connection (VoiceLiveClient, VoiceLiveSession).

  • Two session targets: model sessions and AI Foundry agent sessions (AgentSessionConfig, SessionTarget, isAgentSessionTarget, isModelSessionTarget).

  • Authentication via DefaultAzureCredential (Azure AD) and AzureKeyCredential.

  • Voice customization: OpenAI voices, Azure standard / custom / personal voices, voice style, pitch, rate, volume, custom lexicon and text-normalization URLs, locale and preferLocales.

  • Avatar support including configuration types, photo-avatar base modes, video parameters, ICE servers, scenes, backgrounds, and avatar output protocols.

  • Image content support via RequestImageContentPart and RequestImageContentPartDetail.

  • Model Context Protocol (MCP) integration: server connection, approval workflow, tool listing, and streaming MCP call execution with the full event handler set.

  • Reasoning effort configuration (ReasoningEffort, KnownReasoningEffort).

  • Interim response configuration (InterimResponseConfig, StaticInterimResponseConfig, LlmInterimResponseConfig, triggers, and types).

  • Response metadata for arbitrary key-value pairs on ResponseCreateParams and VoiceLiveResponse.

  • Distributed tracing via @azure/core-tracing. Spans cover the session lifecycle (connect, send, recv, close) following GenAI Semantic Conventions. See the Telemetry / Distributed Tracing section in the README and the samples/telemetry/ and samples/telemetry-browser/ samples.

  • Automatic proxy support via standard HTTPS_PROXY / HTTP_PROXY / NO_PROXY environment variables.

  • New types added in this GA release (API version 2026-04-10):

    • Voice: AzureAvatarVoiceSyncVoice.
    • Session output control: SessionIncludeOption, KnownSessionIncludeOption.
    • Output audio buffer control: ClientEventOutputAudioBufferClear, ServerEventOutputAudioBufferCleared.
    • Web search tool: ResponseWebSearchCallItem, ServerEventResponseWebSearchCallSearching, ServerEventResponseWebSearchCallInProgress, ServerEventResponseWebSearchCallCompleted, ActionSearch, ActionSearchSource, ActionOpenPage, ActionFind.
    • File search tool: ResponseFileSearchCallItem, FileSearchResult, ServerEventResponseFileSearchCallSearching, ServerEventResponseFileSearchCallInProgress, ServerEventResponseFileSearchCallCompleted.
    • Avatar speaking-state events: ServerEventSessionAvatarSwitchToSpeaking, ServerEventSessionAvatarSwitchToIdle, ServerEventResponseVideoDelta.
    • Word- and phrase-level transcription: TranscriptionPhrase, TranscriptionWord.
    • Annotated audio transcripts: ServerEventResponseAudioTranscriptAnnotationAdded.

... (truncated)

Commits
  • 949387a [VoiceLive] Update typespec to point to main branch (#38634)
  • 80a67ee [ai-voicelive] Release inital GA version 1.0.0 (#38576)
  • 802e8ce [VoiceLive] Add support for built-in web search and file search tools (#38457)
  • c52874b [ai-voicelive] Add live tests pipeline (#38502)
  • 593cb65 [ai-voicelive] Set 1.0.0-beta.4 release date (#38442)
  • 9fef43b [VoiceLive] Add distributed tracing via @​azure/core-tracing (#38409)
  • 3de1abe Add imports field to all warp-built packages (#38391)
  • 0aa0f0f Add react-native devDependency to packages with RN targets (#38392)
  • 08fae51 chore: consolidate with @​azure/core-util APIs and simplify runtime checks (#3...
  • e8f0055 chore: Update registry for all package.json and adjust check rules (#38281)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@azure/ai-voicelive](https://github.com/Azure/azure-sdk-for-js/tree/HEAD/sdk/voicelive/ai-voicelive) from 1.0.0-beta.3 to 1.0.0.
- [Release notes](https://github.com/Azure/azure-sdk-for-js/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/voicelive/ai-voicelive/CHANGELOG.md)
- [Commits](https://github.com/Azure/azure-sdk-for-js/commits/@azure/ai-voicelive_1.0.0/sdk/voicelive/ai-voicelive)

---
updated-dependencies:
- dependency-name: "@azure/ai-voicelive"
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Dependency updates label May 22, 2026
@dependabot @github

dependabot Bot commented on behalf of github May 22, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: javascript. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants