mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-07-22 11:51:04 +02:00
chore(main): release dograh 1.43.0
This commit is contained in:
parent
2f7b47a1b4
commit
320148026a
4 changed files with 26 additions and 3 deletions
|
|
@ -1,3 +1,3 @@
|
||||||
{
|
{
|
||||||
".": "1.42.0"
|
".": "1.43.0"
|
||||||
}
|
}
|
||||||
23
CHANGELOG.md
23
CHANGELOG.md
|
|
@ -1,5 +1,28 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 1.43.0 (2026-07-18)
|
||||||
|
|
||||||
|
<!-- Release notes generated using configuration in .github/release.yml at main -->
|
||||||
|
|
||||||
|
## What's Changed
|
||||||
|
### Features
|
||||||
|
* feat: add tool test panel for HTTP API tools by @rushilbh27 in https://github.com/dograh-hq/dograh/pull/547
|
||||||
|
* feat(openai-realtime): allow pinning input transcription language by @jvcss in https://github.com/dograh-hq/dograh/pull/557
|
||||||
|
### Bug Fixes
|
||||||
|
* fix(web): honor X-Forwarded-Proto in uvicorn so request.url is https behind a reverse proxy by @prabhatlepton in https://github.com/dograh-hq/dograh/pull/515
|
||||||
|
* fix: clear both cookie jars during superadmin impersonation by @a6kme in https://github.com/dograh-hq/dograh/pull/558
|
||||||
|
* fix: add Transcription Turn Start for non external STTs by @a6kme in https://github.com/dograh-hq/dograh/pull/559
|
||||||
|
* fix(api): validate pagination bounds on run-list endpoints (#553) by @amaanJvd in https://github.com/dograh-hq/dograh/pull/554
|
||||||
|
* fix(ui): restore committed states in workflow undo/redo by @AliFozooni in https://github.com/dograh-hq/dograh/pull/550
|
||||||
|
### Other Changes
|
||||||
|
* Add support for Cloudonix parameters in WebSocket start event by @greenfieldtech-nirs in https://github.com/dograh-hq/dograh/pull/549
|
||||||
|
|
||||||
|
## New Contributors
|
||||||
|
* @jvcss made their first contribution in https://github.com/dograh-hq/dograh/pull/557
|
||||||
|
* @AliFozooni made their first contribution in https://github.com/dograh-hq/dograh/pull/550
|
||||||
|
|
||||||
|
**Full Changelog**: https://github.com/dograh-hq/dograh/compare/dograh-v1.42.0...dograh-v1.43.0
|
||||||
|
|
||||||
## 1.42.0 (2026-07-15)
|
## 1.42.0 (2026-07-15)
|
||||||
|
|
||||||
<!-- Release notes generated using configuration in .github/release.yml at main -->
|
<!-- Release notes generated using configuration in .github/release.yml at main -->
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
[project]
|
[project]
|
||||||
name = "dograh-api"
|
name = "dograh-api"
|
||||||
version = "1.42.0"
|
version = "1.43.0"
|
||||||
description = "Backend API for Dograh voice AI platform"
|
description = "Backend API for Dograh voice AI platform"
|
||||||
requires-python = ">=3.13,<3.14"
|
requires-python = ">=3.13,<3.14"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "ui",
|
"name": "ui",
|
||||||
"version": "1.42.0",
|
"version": "1.43.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "cross-env NODE_OPTIONS=--enable-source-maps next dev --turbopack",
|
"dev": "cross-env NODE_OPTIONS=--enable-source-maps next dev --turbopack",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue