Skip to content

[VoiceLive] Release initial GA version 1.0.0#49206

Open
xitzhang wants to merge 10 commits into
mainfrom
xitzhang/release1.0.0
Open

[VoiceLive] Release initial GA version 1.0.0#49206
xitzhang wants to merge 10 commits into
mainfrom
xitzhang/release1.0.0

Conversation

@xitzhang
Copy link
Copy Markdown
Member

@xitzhang xitzhang commented May 18, 2026

Description

Release initial GA version 1.0.0

All SDK Contribution checklist:

  • The pull request does not introduce [breaking changes]
  • CHANGELOG is updated for new features, bug fixes or other significant changes.
  • I have read the contribution guidelines.

General Guidelines and Best Practices

  • Title of the pull request is clear and informative.
  • There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, see this page.

Testing Guidelines

  • Pull request includes test coverage for the included changes.

Copilot AI review requested due to automatic review settings May 18, 2026 20:06
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR prepares the VoiceLive Java client library changelog for the initial 1.0.0 GA release.

Changes:

  • Updates the 1.0.0 changelog heading from “Unreleased” to a dated release entry.

Xiting Zhang and others added 9 commits May 18, 2026 14:49
…rialized audio sends

- Switch voice to AzureStandardVoice("en-US-AvaNeural") in MCPSample, VoiceAssistantSample, FunctionCallingSample (replaces OpenAIVoice ALLOY).
- Pin Whisper transcription language with setLanguage("en") to stop cross-language mis-detection.
- Block on the AudioCapture thread instead of fire-and-forget subscribe to sendInputAudio, preventing WebSocket send-sink FAIL_OVERFLOW.
- Add "Always respond in English" to assistant instructions.
- Add NEAR_FIELD AudioNoiseReduction to MCPSample for parity with VoiceAssistantSample.
- Drop unused OpenAIVoice/OpenAIVoiceName imports.
…sed truncateConversation, trim service versions to GA

- ClientEvent -> SessionClientEvent and SessionUpdate -> SessionServerEvent (client/server symmetry)
- MCP* -> Mcp* Pascal-case across model types
- truncateConversation(String,int,int) -> truncateConversation(String,int,Duration); preserved 2-arg overload
- Remove sendInputAudio(byte[]) in favor of BinaryData overload
- AgentSessionConfig.toQueryParameters() moved internal
- AnimationOptions: setOutputs->setOutputTypes; setAnimation->setAnimationOptions
- LogProbProperties: getLogprob->getLogProb; getLogprobs->getLogProbs
- VoiceLiveServiceVersion: keep only GA versions V2025_10_01 and V2026_04_10 (latest)
- Restored no-arg startSession() overload
- Update README, CHANGELOG, samples, and tests to match
- Fix checkstyle unused imports in AgentSessionConfigTest
Linux CI compilation failed because the file names on disk were still MCP* (Windows treats them as same path). Properly rename via git mv to Mcp* / McpSample.java to match the public class declarations.
… FS)

Rename MCP* -> Mcp* via git mv so the on-disk file names match the public class declarations; previously the merge brought renamed paths from main but local working tree retained MCP* casing, which broke Linux CI compilation.
Per reviewer feedback: callers with raw bytes can wrap with BinaryData.fromBytes(byte[]). Javadoc updated to mention this.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants