Releases: HumeAI/hume-typescript-sdk
Releases · HumeAI/hume-typescript-sdk
0.11.4
What's Changed
- (fix) Parse
environmentwithout protocol @zachkrall in #428- Reverts an unintentional change in 0.11.0 that required you to pass
https://api.hume.aiforenvironmentwhen initializingHumeClient, rather thanapi.hume.ai.
- Reverts an unintentional change in 0.11.0 that required you to pass
Full Changelog: 0.11.3...0.11.4
0.11.3
What's Changed
- 🌿 Fern Regeneration -- June 18, 2025 by @fern-api in #422
- Fern generator upgrade: upgrades to
1.6.0https://buildwithfern.com/learn/sdks/introduction/changelog/ts#160. Allows custom headers to be set on the root client.
- Fern generator upgrade: upgrades to
Full Changelog: 0.11.2...0.11.3
0.11.2
What's Changed
- 🌿 Fern Regenerations: #411, #412, and #416
- This release contains changes from updating our Fern Typescript generator from 0.49.7 to 0.51.7. See the Fern Changelog for more details.
- API addition: support defining nudges in your Evi config, to help Evi naturally fill the silence during inactivity.
- API addition: TTS responses now contain transcribed_text on Snippet when instant_mode is not enabled.
- Add X-Hume-... headers for versioning by @twitchard in #326
Full Changelog: 0.11.1...0.11.2
0.11.1
What's Changed
- 🌿 Fern Regeneration -- June 4, 2025 by @fern-api in #391
- fix: fixed a bug where auto-pagination skipped from page 0 to page 2.
- fix: removed unreferenced
FunctionCallResponseInput,PostedPromptSpec,TextInputandTtsInputtypes.
Full Changelog: 0.11.0...0.11.1
0.11.0
What's Changed
- (feat) Introducing a new platform-agnostic, web-based
EVIWebAudioPlayerby @zgreathouse in #351 - (feat) Add
.willReconnecttocore.ReconnectingWebsocketErrorby @twitchard in #355 - (break) Improve
ReconnectingWebSocketimplementation to harden error handling and reconnection logic by @zgreathouse in #358 - (feat) Support
ws://protocol by @twitchard in #360 - (break) Don't swallow errors in
fetchAccessTokenby @twitchard in #364
Full Changelog: 0.10.3...0.11.0
0.10.3
What's Changed
- 🌿 Fern Regeneration -- April 18, 2025 by @fern-api in #342
- Add
strip_headersto TTS streaming JSON apis, as a convenience when you want to play back audio as a single continued audio file vs a series of standalone audio files.
- Add
Full Changelog: 0.10.2...0.10.3
0.10.2
What's Changed
- Add params to configure audio stream by @gregorybchris in #337
- Enhances the
getAudioStreamhelper to support individual settings forechoCancellation,noiseSuppression, andautoGainControl
- Enhances the
Full Changelog: 0.10.1...0.10.2
0.10.1
What's Changed
- 🌿 Fern Regeneration -- April 17, 2025 by @fern-api in #336
- Text-to-Speech (TTS):
- Add
instantModeto TTS requests (PostedTts) to enable ultra-low latency streaming. When enabled, this provides ultra-low latency streaming suitable for real-time applications. Note: Requires a predefined voice, is only available for streaming, and incurs a 10% higher cost. - Added
snippetId(string) andtext(string) fields to theSnippetAudioChunk
- Add
- Empathic Voice (EVI):
- Refactored and renamed language model related types for improved clarity (e.g.,
ReturnLanguageModelModelResourceis nowLanguageModelType,PostedLanguageModelModelProvideris nowModelProviderEnum). - (fix) correct the
claude-3-7-sonnetentry toclaude-3-7-sonnet-latestin types and documentation examples.
- Refactored and renamed language model related types for improved clarity (e.g.,
- Text-to-Speech (TTS):
Full Changelog: 0.10.0...0.10.1
0.10.0
What's Changed
- 🌿 Fern Regeneration -- April 7, 2025 by @fern-api in #323
- (break, fix) - Autopagination is now supported across all list API. The following methods now return a
core.Pageinstead of bespoke page types.HumeClient.empathicVoice.chatGroups.listChatGroupsHumeClient.empathicVoice.chatGroups.listChatGroupEventsHumeClient.empathicVoice.configs.listConfigsHumeClient.empathicVoice.configs.listConfigVersionsHumeClient.empathicVoice.customVoices.listCustomVoicesHumeClient.empathicVoice.tools.listToolVersionsHumeClient.tts.voices.list
- (break, fix) - Autopagination is now supported across all list API. The following methods now return a
Full Changelog: 0.9.18...0.10.0
0.9.18
What's Changed
- 🌿 Fern Regeneration -- April 5, 2025 by @fern-api in #317
- This release corresponds to updating our Fern SDK generator from 0.39.7 -> 0.49.7. See changes here. Relevant changes include improved retry logic, more descriptive errors, and improved ecosystem compatibility.
Full Changelog: 0.9.17...0.9.18