Skip to content

Tags: bolna-ai/bolna

Tags

0.10.90

Toggle 0.10.90's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Webhook/trim transfer helpers (#782)

* pre-call webhook: drop transfer-routing helpers (_resolve_custom_tool_url + call-context injection)

* resolved ruff

* added the webhook params

* added the endpoint to send webhook

* added 300 ms sleep to give time to fire the webhook

* bump: version 0.10.83

* bump: version 0.10.90

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

0.10.89

Toggle 0.10.89's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: send GET function-call URLs verbatim instead of re-encoding para…

…ms (#780)

* fix: send GET function-call URLs verbatim instead of decoding params

The earlier normalize/unquote step still let aiohttp/yarl re-quote the URL, decoding a
pre-encoded value's %3F/%3A/%2F into a literal ?/:/. A nested callback URL such as an
Ozonetel appURL then loses its query string at the first literal '?', so the receiver
gets a truncated URL and the IVR transfer never fires.

Build the GET URL as one pre-encoded string and send it with encoded=True so the base
URL goes out verbatim; append param values percent-encoded once.

* bump: version 0.10.87

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>

0.10.88

Toggle 0.10.88's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
added the auido window end capture (#792)

* added the auido window end capture

* added the timestamp for audio flux

* bump: version 0.10.88

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

0.10.87

Toggle 0.10.87's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: reliable ElevenLabs end-of-stream via close_context (#790)

* fix: reliable ElevenLabs end-of-stream via close_context

* style: ruff format function_calling_helpers.py

* bump: version 0.10.87

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

0.10.86

Toggle 0.10.86's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: prevent UnboundLocalError in trigger_api for unsupported method/…

…content-type (#788)

0.10.85

Toggle 0.10.85's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: scope ElevenLabs synthesizer frames by context_id to stop barge-…

…in audio leak (#784)

* fix: scope ElevenLabs synthesizer frames by context_id to stop barge-in audio leak

* fix: reset turn state on ElevenLabs barge-in so post-interruption audio keeps its sequence

* fix: reset turn state on Cartesia barge-in so post-interruption audio keeps its sequence

* fix: reuse one ElevenLabs context across turns, rotate only on interruption to avoid 5-context-cap drops

* style: ruff format constants.py (latest ruff multi-line set rule)

* bump: version 0.10.85

* print final URL

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Prateek Sachan <ps@prateeksachan.com>

0.10.84

Toggle 0.10.84's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Revert "split and check for literals and placeholders" (#787)

* Revert "split and check for literals and placeholders (#786)"

This reverts commit 190fd60.

* bump: version 0.10.84

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

0.10.83

Toggle 0.10.83's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
split and check for literals and placeholders (#786)

* split and check for literals and placeholders

* bump: version 0.10.83

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

0.10.82

Toggle 0.10.82's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Revert "Added custom task webhook support" (#785)

* Revert "Added custom task webhook support (#775)"

This reverts commit faa4741.

* bump: version 0.10.82

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

0.10.81

Toggle 0.10.81's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added custom task webhook support (#775)

* Added custom task webhook support

* ruff fixed

* aded the build context in custom

* Added default /process transfer

* fixed test case

* resolved comments

* added to s3

* bump: version 0.10.81

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>