Skip to content

Release 17.7.0: add voice transcription#174

Merged
kerbearasaurus merged 5 commits into
mainfrom
fern-bot/2026-06-23_15-06-52_536
Jun 23, 2026
Merged

Release 17.7.0: add voice transcription#174
kerbearasaurus merged 5 commits into
mainfrom
fern-bot/2026-06-23_15-06-52_536

Conversation

@fern-api

@fern-api fern-api Bot commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

17.6.0 -> 17.7.0

Adds the Voice transcription SDK surface for POST /transcribe, including raw audio upload support and typed voice errors. Minor bump because the release is additive.

Added

  • PhenomlClient.voice().voice().transcribe(...) — new sync method that uploads raw audio bytes (WAV, FLAC, MP3, or OGG/WebM Opus) to POST /transcribe and returns a TranscribeResponse, supporting up to ~5 minutes of audio per request.
  • AsyncPhenomlClient.voice().voice().transcribe(...) — new async method for the same voice transcription endpoint.
  • TranscribeRequest — new request type carrying raw audio bytes plus an optional BCP-47 language list.
  • TranscribeResponse.getTranscript() — new response accessor exposing the full transcript returned by the voice service.
  • Voice service errors — new typed exceptions (BadRequestError, UnauthorizedError, PaymentRequiredError, ContentTooLargeError, BadGatewayError, ServiceUnavailableError, GatewayTimeoutError) thrown by the voice service.

Migration notes

No migration required; this release only adds the voice transcription surface.


Note

Low Risk
Additive, auto-generated client surface with no breaking changes to existing APIs; risk is limited to consumers adopting the new voice upload path and billing/auth behavior on the server.

Overview
SDK 17.7.0 (Fern regeneration from updated API spec) adds voice transcription and bumps package/version metadata (build.gradle, ClientOptions User-Agent, OpenAPI embed).

Callers get client.voice().voice().transcribe(...) on both PhenomlClient and AsyncPhenomlClient, backed by new VoiceClient / AsyncVoiceClient (plus raw variants). transcribe posts raw audio as application/octet-stream to POST /transcribe, with optional BCP-47 language query params via TranscribeRequest, and returns TranscribeResponse (getTranscript()).

Voice failures map to new typed exceptions (400, 401, 402, 413, 502, 503, 504). Changelog, reference.md, and code-examples.json document the new endpoint.

Reviewed by Cursor Bugbot for commit b09fed0. Bugbot is set up for automated code reviews on this repo. Configure here.

fern-api Bot and others added 5 commits June 23, 2026 15:05
@kerbearasaurus kerbearasaurus changed the title SDK regeneration Release 17.7.0: add voice transcription Jun 23, 2026

@cursor cursor 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.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit b09fed0. Configure here.

@kerbearasaurus kerbearasaurus merged commit 38ddf07 into main Jun 23, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant