Skip to content

Releases: HumeAI/hume-typescript-sdk

0.11.4

20 Jun 16:15
5894170

Choose a tag to compare

What's Changed

  • (fix) Parse environment without protocol @zachkrall in #428
    • Reverts an unintentional change in 0.11.0 that required you to pass https://api.hume.ai for environment when initializing HumeClient, rather than api.hume.ai.

Full Changelog: 0.11.3...0.11.4

0.11.3

18 Jun 19:54
d24f2a8

Choose a tag to compare

What's Changed

Full Changelog: 0.11.2...0.11.3

0.11.2

17 Jun 19:01
5b98191

Choose a tag to compare

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

06 Jun 20:08
e9e2f4b

Choose a tag to compare

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, TextInput and TtsInput types.

Full Changelog: 0.11.0...0.11.1

0.11.0

15 May 22:24
f4e1165

Choose a tag to compare

What's Changed

  • (feat) Introducing a new platform-agnostic, web-based EVIWebAudioPlayer by @zgreathouse in #351
  • (feat) Add .willReconnect to core.ReconnectingWebsocketError by @twitchard in #355
  • (break) ImproveReconnectingWebSocket implementation 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 fetchAccessToken by @twitchard in #364

Full Changelog: 0.10.3...0.11.0

0.10.3

18 Apr 17:29
23d9056

Choose a tag to compare

What's Changed

  • 🌿 Fern Regeneration -- April 18, 2025 by @fern-api in #342
    • Add strip_headers to 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.

Full Changelog: 0.10.2...0.10.3

0.10.2

18 Apr 00:37
49c283d

Choose a tag to compare

What's Changed

  • Add params to configure audio stream by @gregorybchris in #337
    • Enhances the getAudioStream helper to support individual settings for echoCancellation, noiseSuppression, and autoGainControl

Full Changelog: 0.10.1...0.10.2

0.10.1

18 Apr 00:27
a8ab39b

Choose a tag to compare

What's Changed

  • 🌿 Fern Regeneration -- April 17, 2025 by @fern-api in #336
    • Text-to-Speech (TTS):
      • Add instantMode to 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) and text (string) fields to the SnippetAudioChunk
    • Empathic Voice (EVI):
      • Refactored and renamed language model related types for improved clarity (e.g., ReturnLanguageModelModelResource is now LanguageModelType, PostedLanguageModelModelProvider is now ModelProviderEnum).
      • (fix) correct the claude-3-7-sonnet entry to claude-3-7-sonnet-latest in types and documentation examples.

Full Changelog: 0.10.0...0.10.1

0.10.0

07 Apr 23:20
caf7ae1

Choose a tag to compare

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.Page instead of bespoke page types.
      • HumeClient.empathicVoice.chatGroups.listChatGroups
      • HumeClient.empathicVoice.chatGroups.listChatGroupEvents
      • HumeClient.empathicVoice.configs.listConfigs
      • HumeClient.empathicVoice.configs.listConfigVersions
      • HumeClient.empathicVoice.customVoices.listCustomVoices
      • HumeClient.empathicVoice.tools.listToolVersions
      • HumeClient.tts.voices.list

Full Changelog: 0.9.18...0.10.0

0.9.18

07 Apr 17:53
58d340b

Choose a tag to compare

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