Skip to content

agents: v0.1.2

Choose a tag to compare

@github-actions github-actions released this 04 Sep 11:33
0830c59

0.1.2 (2026-09-03)

Features

  • sdk: upgrade the underlying Agent transport from @deepgram/sdk 5.1 to 5.9 and align settings, binary-message, and request-ID handling with the current Agent v1 socket (#71) (5a63c41)
  • sdk: expose updateListen, injection behavior, conversation-history clearing, and typed ListenUpdated, LatencyReport, History, and FunctionCallResponse events (d08b6df)

Bug Fixes

  • sdk: serialize Blob audio, JSON messages, and synchronous socket failures so accepted messages are emitted in wire order before reconnect teardown (7f76952)
  • sdk: refresh credentials on each reconnect attempt, restore inline conversation and completed function-call context, and retain queued audio until the replacement connection receives SettingsApplied (d08b6df)
  • sdk: compact reconnect replay to the latest prompt, listen, speak, and think updates in last-set order, and reset the consecutive-attempt counter only after SettingsApplied (33d2480)