Releases: HumeAI/hume-typescript-sdk
Releases · HumeAI/hume-typescript-sdk
0.13.3
What's Changed
- (fix) #493: Apply voiceId query param if present in ConnectArgs (@zgreathouse)
Full Changelog: 0.13.2...0.13.3
0.13.2
What's Changed
- #492: Fern Generation (@app/fern-api)
- (fix) appropriate type for
ReturnConfig.voice - (fix) removed enum member
OCTAVE_COMBINEDfromVoiceProvider-- this enum member is internal and its behavior is not stable; - (fix) restored incomplete
SnippetAudioChunktype
- (fix) appropriate type for
Full Changelog: 0.13.1...0.13.2
0.13.1
What's Changed
- #490: Fern Generation (@app/fern-api)
- #491: Add voice id (@twitchard)
Full Changelog: 0.13.0...0.13.1
0.13.0
What's Changed
-
#483, #484, #485: Fern Generation (@app/fern-api)
- (feat) EVI: Add support for
gpt-5,gpt-5-miniandgpt-5-nanosupplemental LLMs. - (fix, break) TTS: Flatten
synthesize_jsonto acceptPostedTtsdirectly instead ofSynthesizeJsonRequest, for consistency. - (break) EVI: remove support for
"editable"context type. Editable context is not supported by EVI 3. Use persistent context instead. - (fix) Remove unintentionally added
custom_language_model_supports_tool_use...method and related types.
- (feat) EVI: Add support for
-
#488: bump minor (@twitchard)
Full Changelog: 0.12.2...0.13.0
0.12.2
What's Changed
- 🌿 Fern Regeneration -- August 5, 2025 by @fern-api[bot] in #474 and #475
- Language Model Expansion: Added support for new language models across multiple providers, including
gpt-oss-120b,gpt-4.1,qwen-3-235b-a22b,gemini-2.5-flash,moonshotai/kimi-k2-instruct - Enhanced Chat Events: Expanded
ReturnChatEventTypewith 5 additional event types. - Contains the results of updating the Fern generator to 1.9.0 and enabling formDataSupport: Node18. This should remove the form-data dependency which should make compatibility with React Native easier / require fewer polyfills, although it breaks compatibility with Node versions before 18. It also makes our file upload APIs more flexible in input.
- Language Model Expansion: Added support for new language models across multiple providers, including
Full Changelog: 0.12.1...0.12.2
0.12.1
0.12.0
What's Changed
- (EVI 3 release) by @fern-api[bot] in #453
- break: EVI2
hume.empathicVoice.customVoiceswas removed - use EVI3 andhume.tts.voicesinstead. - Add support for
AssistantProsodymessages. For EVI3 chats, expression measures will no longer be contained directly on assistant messages, subscribe to theassistant_prosodymessage type instead. - don't throw error for unrecognized message type by @yinishi in #447
- break: EVI2
Full Changelog: 0.11.4...0.12.0
0.11.5-beta.0
Full Changelog: 0.11.4...0.11.5-beta.0
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