Skip to content

Latest commit

 

History

History
314 lines (161 loc) · 25.7 KB

File metadata and controls

314 lines (161 loc) · 25.7 KB

Changelog

1.28.4 (2026-06-29)

Bug Fixes

  • security: patch Critical/High dependency vulnerabilities (#1597) (95048d0)

1.28.3 (2026-06-19)

Bug Fixes

  • DATAGO-139037: bump Python deps + image OS packages to clear vulnerability CVEs (#1587) (475ff56)
  • DATAGO-141037: re-validate SSRF guard on every connection in web_request (#1592) (40202f1)
  • security: upgrade turbo-stream to 3.0.0 (CVE-2026-3407) (#1595) (271646d)

1.28.2 (2026-06-04)

Bug Fixes

  • auth: skip sentinel claim values when extracting user identifier (#1584) (f4ffde6)

1.28.1 (2026-06-04)

Bug Fixes

  • DATAGO-138636: backfill agent id for chat sessions starting with artifact uploads (#1580) (4699068)
  • DATAGO-138846: bump pyjwt, react-router-dom, @remix-run/*, openssl to clear CVEs (#1583) (56c6f16)

1.28.0 (2026-06-02)

Features

  • Rename embedded chat surface route from /embed to /agent-mode (#1578) (91322d4)

1.27.1 (2026-06-02)

Bug Fixes

  • DATAGO-138153: removing speech settings from embedded view (#1576) (1690565)

1.27.0 (2026-06-02)

Features

  • DATAGO-138153: Adding embedded agent mode (#1574) (1adc5eb)

Bug Fixes

  • DATAGO-130049: workflow node agents hallucinate tool name instead of using inline artifact block (#1551) (38d337c)

1.26.1 (2026-05-25)

Bug Fixes

  • DATAGO-132491: bump mako to 1.3.12 for security vulnerabilities (#1554) (cc1a845)
  • DATAGO-134066: bump authlib to 1.6.12+ for CVE-2026-41425, CVE-2026-44681 (#1559) (ea29b0d)
  • DATAGO-135330: upgrade pip to 26.1+ for CVE-2026-6357, CVE-2026-3219 (#1562) (35ff2d1)
  • DATAGO-135331: bump npm to 11.15.0 for CVE-2026-42338, CVE-2026-45149 (#1561) (59768b9)
  • DATAGO-136672: bump python-liquid to 2.2.0 for CVE-2026-45017 (#1557) (35c0b14)
  • DATAGO-136970: bump ffmpeg to 7.1.4 for CVE-2026-40962 (#1556) (852d0e6)
  • DATAGO-137348: bump idna to 3.15 for CVE-2026-45409 (#1560) (d5a2c31)
  • DATAGO-137349: pin libcap2 to 1:2.75-10+deb13u1+b1 for CVE-2026-4878 (#1558) (3cb0c3c)

1.26.0 (2026-05-21)

Features

  • DATAGO-135978: Revert model configuration - optionally allow model setup in sam init --gui (#1532) (03c630a)

Bug Fixes

  • ci: bump libc6 pin to 2.41-12+deb13u3 to unblock Docker build (#1548) (b19a896)
  • DATAGO-134649: sort litellm fallback model list for OpenAI provider (#1541) (3118fa7)
  • DATAGO-136673: bump python-multipart, mako, solace-ai-connector for vuln fixes (#1549) (00f6a35)
  • DATAGO-136753: Missing RBAC handling and documentation on model config endpoints (#1540) (47ee6cf)
  • DATAGO-137421: WebUI slow due to S3 connection pool exhaustion on /api/v1/artifacts/all (#1550) (4c15cf3)

Documentation

  • DATAGO-136350: default EVAL_DATA_BUCKET_NAME so Quickstart K8s installs retain eval artifacts (#1531) (d2ff4f8)

1.25.1 (2026-05-13)

Bug Fixes

  • DATAGO-125452: cleanup cypress tests rc (#1478) (7bf6e07)
  • DATAGO-134384: Updated Scheduled Tasks based on UX feedback (#1481) (3cb34ff)
  • DATAGO-135912: - gitpython vulnerabilities : solace-agent-mesh:main (#1527) (06819b7)
  • DATAGO-136560: - [prod] investigatge solace-chat slowness (#1533) (79387a4)

1.25.0 (2026-05-11)

Features

  • DATAGO-130042: synthetic-monitor auth path for Datadog smoke tests (#1461) (9a76c0f)

Bug Fixes

  • DATAGO-129192: Fix broken link from a recent doc update (#1511) (f9eac54)
  • DATAGO-130050: GH1258 Workflow nodes silently fail with "mandatory result embed" error if artifact_management tool group is missing (#1362) (7a7a2b8)
  • DATAGO-134114: replace hardcoded max_llm_calls_per_task with constant and increase value to 30 (#1471) (5b94bee)
  • DATAGO-134599: Pre-filter empty sessions on /api/v1/artifacts/all (#1491) (79f848e)
  • DATAGO-135081: bump deps for critical/high vulnerability fixes (#1509) (598d049)
  • DATAGO-135081: update libpng16 version to 1.6.48-1+deb13u5 in Dockerfile (#1523) (6101c40)

Documentation

  • DATAGO-131495: add Offline Evaluations UI documentation (#1501) (4017879)
  • DATAGO-131495: fix broken links and leftover conflict marker in… (#1514) (9b6a9c3)
  • DATAGO-135351: updating doctor docs (#1515) (f53affd)
  • DATAGO-135351: updating error and log reference (#1516) (a4804c2)
  • DATAGO-135351: updating sam-doctor docs for UX review (#1522) (93267ef)

1.24.1 (2026-05-05)

Bug Fixes

  • DATAGO-132447: - Enable Support to Skip TLS verification for MCP tools/connectors (#1495) (e2adc1e)

1.24.0 (2026-05-05)

Features

  • DATAGO-134667: promote offline_evals to beta and default true (#1504) (d7050b0)

1.23.3 (2026-05-05)

Bug Fixes

  • DATAGO-134691: improving artifacts appearing deleted during creation (#1498) (ecfff47)

1.23.2 (2026-05-05)

Bug Fixes

  • DATAGO-134667: strip max_input_tokens from per-request override (#1499) (3f62e97)

1.23.1 (2026-05-04)

Bug Fixes

  • agent: lazy-init DynamicModelProvider for per-request model_override (#1496) (371d6e9)

1.23.0 (2026-04-30)

Features

  • DATAGO-134503: Experiment runs shows agent generated artifacts (#1489) (496e671)

Bug Fixes

  • DATAGO-130894: Update search input styling and positioning (#1483) (53fd48f)

Documentation

  • DATAGO-128303: observability | documentation (#1467) (31897dd)

1.22.1 (2026-04-30)

Bug Fixes

  • DATAGO-122712: Enhance mention detection and add tests for multi-word queries (#1484) (a02ef89)
  • DATAGO-134531: bump npm to 11.13.0 to fix brace-expansion CVE-<> (#1487) (6478aea)

1.22.0 (2026-04-30)

Features

  • DATAGO-133319: Support attaching existing artifacts to chat messages (#1429) (d84f8fb)

1.21.1 (2026-04-29)

Bug Fixes

  • DATAGO-134263: honour per-node timeout in workflow agent calls (#1476) (97dbb3f)
  • DATAGO-134293: Recent chats navigation randomly displays other users' chat history (#1477) (aa9d6ad)
  • DATAGO-134388: Implement immediate UI feedback for sent prompts (#1480) (cc348f0)

1.21.0 (2026-04-29)

Features

  • DATAGO-131493: User can run the experiment and view the result (#1473) (a42a3f5)

Bug Fixes

  • DATAGO-134139: stop cascading auth prompts in solace-chat's Atlassian heavy-query flow (#1474) (18e7386)

1.20.5 (2026-04-28)

Bug Fixes

  • DATAGO-133254: fixing minor UX issues. (#1445) (c322084)
  • DATAGO-134083: Fix cryptic code rendering for citations during response streaming in projects (#1468) (b75ead3)
  • DATAGO-134087: Audit and optimize Database indexing for performance (#1469) (d235de2)

1.20.4 (2026-04-28)

Bug Fixes

  • DATAGO-123668: Implement verification step in deep research process (#1307) (7b90384)
  • DATAGO-131321: expose useAllArtifacts (#1465) (7f47c93)
  • DATAGO-133564: Fix 'Stop' button cutoff in narrow chat window (#1455) (eb84685)
  • DATAGO-133950: forward unknown attrs through ADK's session-service wrappers (#1462) (8e0a5d4)
  • DATAGO-133967: SSE viz queue overflow under high-fan-out tasks — UI progress freezes/skips events (#1464) (4c8df84)

1.20.3 (2026-04-27)

Bug Fixes

  • DATAGO-133911: SSE event replay silently disabled — gateway logs "Database not configured" despite SQL session_service (#1458) (abb5c6c)
  • DATAGO-133916 : extract_content_from_artifact spends 10-14 min per call summarising 35-66KB JSON (#1460) (80ac170)

1.20.2 (2026-04-26)

Bug Fixes

  • DATAGO-133775: Fix authentication failure for scheduled SAM reports against Salesforce (#1456) (cd39424)

1.20.1 (2026-04-25)

Bug Fixes

  • DATAGO-131321: enhance visualizer step cards (#1452) (091f987)
  • DATAGO-131500: Resolve model override for agent's own model alias (#1438) (44e5dce)
  • DATAGO-133094: reducing status calls (#1442) (18ef571)
  • DATAGO-133559: Context usage indicator inflates after tasks with peer delegation (#1453) (9658450)

1.20.0 (2026-04-24)

Features

  • DATAGO-113923: real-time context usage indicator in chat with multiple metrics (#1236) (d2c25fc)

1.19.1 (2026-04-23)

Bug Fixes

  • DATAGO-131964: Investigate delay and visibility issues for scheduled tasks in recent chats (#1394) (79a2ae4)

Documentation

  • DATAGO-132664: Restructure Teams gateway setup with Microsoft guide references (#1437) (2487100)

1.19.0 (2026-04-21)

Features

  • DATAGO-132352: ensure trailing slashes on api_base are handled correctly (#1412) (4a6886d)

Bug Fixes

  • DATAGO-118906: Update installation documentation for SAM (#1416) (5494b53)
  • DATAGO-132190: add min-w-0 to main to prevent nav sidebar collapse (#1422) (9a2f130)
  • DATAGO-132190: exclude test-utils from tsconfig.lib.json (#1419) (2e8e93f)
  • DATAGO-132511: investigate intermittent hanging integration tests (#1417) (1b14bfe)
  • DATAGO-132719: Shared chat tool calls are empty and crash on clicks (#1425) (5fcddbb)

1.19.0 (2026-04-21)

Features

  • DATAGO-132352: ensure trailing slashes on api_base are handled correctly (#1412) (4a6886d)

Bug Fixes

  • DATAGO-118906: Update installation documentation for SAM (#1416) (5494b53)
  • DATAGO-132190: add min-w-0 to main to prevent nav sidebar collapse (#1422) (9a2f130)
  • DATAGO-132190: exclude test-utils from tsconfig.lib.json (#1419) (2e8e93f)
  • DATAGO-132333: bump solace-ai-connector to 3.3.10 (#1411) (3bff9f9)
  • DATAGO-132511: investigate intermittent hanging integration tests (#1417) (1b14bfe)
  • DATAGO-132719: Shared chat tool calls are empty and crash on clicks (#1425) (5fcddbb)