Skip to content

Commit d2397a3

Browse files
committed
chore(main): release dograh 1.45.0
1 parent a937940 commit d2397a3

4 files changed

Lines changed: 36 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.44.0"
2+
".": "1.45.0"
33
}

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
11
# Changelog
22

3+
## 1.45.0 (2026-08-11)
4+
5+
<!-- Release notes generated using configuration in .github/release.yml at main -->
6+
7+
## What's Changed
8+
### Features
9+
* feat(telephony): capability-token auth for the media WebSocket (#598) by @AManjunath-Voxpro in https://github.com/dograh-hq/dograh/pull/599
10+
* feat: hydrate error events at error source and seam by @a6kme in https://github.com/dograh-hq/dograh/pull/618
11+
* feat(tools): support inline URL path parameters for custom HTTP tools by @arnofrxdd in https://github.com/dograh-hq/dograh/pull/617
12+
* feat: add nested JSON body template support for HTTP tools by @arnofrxdd in https://github.com/dograh-hq/dograh/pull/611
13+
* feat(files): add support for uploading Markdown (.md) documents by @AvinashShrivastav in https://github.com/dograh-hq/dograh/pull/630
14+
* feat(realtime): add temperature configuration for Gemini Live and Ope… by @AvinashShrivastav in https://github.com/dograh-hq/dograh/pull/629
15+
* feat: add pre all fetch condition by @chewwbaka in https://github.com/dograh-hq/dograh/pull/638
16+
* feat: make context mapping in transfer call generally available by @a6kme in https://github.com/dograh-hq/dograh/pull/647
17+
### Bug Fixes
18+
* fix: combine OSS run authorization requests by @a6kme in https://github.com/dograh-hq/dograh/pull/608
19+
* fix(telephony): carry the media-WS token in the path, not the query s… by @a6kme in https://github.com/dograh-hq/dograh/pull/610
20+
* fix(qa): forward configured base_url to QA analysis LLM (#527) by @amaanJvd in https://github.com/dograh-hq/dograh/pull/613
21+
* fix: hit webhook when text widget finishes by @a6kme in https://github.com/dograh-hq/dograh/pull/623
22+
* fix: disable ARI telephony config after repeated connection failures by @a6kme in https://github.com/dograh-hq/dograh/pull/625
23+
* fix(tracing): build project-scoped Langfuse trace URLs for v4 by @a6kme in https://github.com/dograh-hq/dograh/pull/628
24+
### Other Changes
25+
* Fix FORCE_TURN_RELAY leaking public candidates on CGNAT/private-range deployments by @rajdeep225 in https://github.com/dograh-hq/dograh/pull/620
26+
* Add noveum-trace integration for dograh by @shivamgcodes in https://github.com/dograh-hq/dograh/pull/571
27+
28+
## New Contributors
29+
* @AManjunath-Voxpro made their first contribution in https://github.com/dograh-hq/dograh/pull/599
30+
* @rajdeep225 made their first contribution in https://github.com/dograh-hq/dograh/pull/620
31+
* @shivamgcodes made their first contribution in https://github.com/dograh-hq/dograh/pull/571
32+
* @AvinashShrivastav made their first contribution in https://github.com/dograh-hq/dograh/pull/630
33+
34+
**Full Changelog**: https://github.com/dograh-hq/dograh/compare/dograh-v1.44.0...dograh-v1.45.0
35+
336
## 1.44.0 (2026-08-01)
437

538
<!-- Release notes generated using configuration in .github/release.yml at main -->

api/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
22
name = "dograh-api"
3-
version = "1.44.0"
3+
version = "1.45.0"
44
description = "Backend API for Dograh voice AI platform"
55
requires-python = ">=3.13,<3.14"

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ui",
3-
"version": "1.44.0",
3+
"version": "1.45.0",
44
"private": true,
55
"scripts": {
66
"dev": "cross-env NODE_OPTIONS=--enable-source-maps node scripts/dev-server.mjs",

0 commit comments

Comments
 (0)