Skip to content

Releases: bolna-ai/bolna

v0.9.9

28 Oct 02:59

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.9.8...0.9.9

v0.9.8

03 Sep 14:12

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.9.7...0.9.8

v0.9.7

28 May 17:07

Choose a tag to compare

v0.9.6

24 Apr 14:39

Choose a tag to compare

  • dict support and multiple param type support for tooling (#157)
  • support for pre-tool custom message (#161)
  • Upgrading websockets version to 15.0.1 (#167)
  • Adding support for generate_precise_transcript for incorporating interruptions in transcripts (#170)
  • Saving tool history for extraction (#171)
  • Fix elevenlabs isFinal text chunker logic for non-alphanumeric edge cases (#172)
  • Improve gradual disconnect on hangup letting the agent complete before hanging up (#173)
  • Lots of bug fixes

v0.9.5

31 Mar 20:27

Choose a tag to compare

  • web-call support over websockets (#155, #156)
  • ElevenLabs TTS fix for isFinal (#142, #154)
  • Adding language-specific filler message for function calls (#151)
  • Updated OpenAI tooling capability (#137)
  • Support for Azure STT (#138)
  • Ingesting current time, timezone in agent context (#131)
  • Lots of bug fixes

v0.9.4

25 Feb 16:07

Choose a tag to compare

  • Bug fixes
  • Using mark events for audio acknowledgements
  • Improved support for elevenlabs latest models eleven_flash_v2_5
  • Custom LLMs support

v0.9.3

03 Jan 21:39

Choose a tag to compare

  • Standardization for audio formats in all Synthesizers
  • Bug fixes
  • Generate non-cached responses in semantic routes
  • Supporting mulaw format for elevenlabs

v0.9.2

17 Dec 14:33

Choose a tag to compare

  • Major bug fixes and improvements for async tasks
  • OpenAI Function tooling
  • Hangup using LLM-based prompts
  • Improvements for Cartesia TTS and Smallest TTS
  • Incorporate random uuid for run_ids
  • Adding dynamic context to logs

v0.9.1

17 Oct 14:42

Choose a tag to compare

  • Fixed typo for passing user provided synthesizer keys 90621fa

v0.9.0

16 Oct 16:17

Choose a tag to compare

  • Enabling elevenlabs streaming audio
  • Added support for Cartesia TTS
  • Added support for Smallest TTS
  • Audio format fixes and cleanup to remove unnecessary conversions
  • bug fixes