Skip to content

v1.73.0

Choose a tag to compare

@github-actions github-actions released this 20 Aug 13:58
· 92 commits to master since this release

New Features

  • cbd27a1 - add new granularities (commit by @okrcmaGD)
  • 91a45e3 - add new granularities to gooddata-dbt and gooddata-pipelines (commit by @okrcmaGD)
  • 8f83a9e - gooddata-eval: add KDA-skill agentic evaluator (commit by @FrankHuynh)
  • 4585e38 - gooddata-eval: support targeting a specific AI Hub agent (commit by @Tomkess)
  • f92bc13 - gooddata-eval: capture agent reasoning steps in ChatResult (commit by @Tomkess)
  • 7d4496f - gooddata-eval: capture reasoning_steps through the agentic-CLI path (commit by @Tomkess)
  • 2b1e3ad - gooddata-eval: capture conversation_id/response_id through the agentic-CLI path (commit by @Tomkess)
  • 07d4a96 - gooddata-eval: report compared filters in visualization evaluation detail (commit by @Tomkess)

Bug Fixes

  • a84b842 - gooddata-eval: stop alert sim-user drifting trigger and filters (commit by @myhoai)
  • 6dd0601 - adapt gooddata-sdk to regenerated api-client (commit by @okrcmaGD)
  • 931817c - gooddata-eval: retry KDA on any non-triggering response, drop text classification (commit by @FrankHuynh)
  • 208f2e0 - gooddata-eval: set temperature=0 for all simulated users (commit by @myhoai)
  • 626ff3f - eval: stop guessing whether the agent asked a question (commit by @myhoai)
  • 4e1cbda - gooddata-eval: stop the metric-skill simulated user from dropping MAQL clauses (commit by @Tomkess)
  • fd49225 - satisfy ruff format/lint on CI (commit by @Tomkess)
  • abe062e - gooddata-eval: check internal_recipients in alert recipients comparison (commit by @Tomkess)
  • ba7bd07 - gooddata-eval: escape email before interpolating into RSQL filter (commit by @Tomkess)
  • 94dddaa - gooddata-eval: make MAQL comparison case-insensitive for keywords (commit by @Tomkess)
  • b946807 - gooddata-eval: avoid sharing mutable filter lists across missing-viz results (commit by @Tomkess)

Performance Improvements

  • f896ed9 - gooddata-eval: resolve internal recipient emails in one bulk request (commit by @Tomkess)

Refactors

Tests

  • ecf8718 - gooddata-eval: assert exact MAQL string appears in simulated-user prompt (commit by @Tomkess)
  • f2764ac - cover agent_id threading for every agentic test kind (commit by @Tomkess)
  • fca3fe1 - pass mock sdk in external-recipients fast-path test (commit by @Tomkess)
  • d8d656a - gooddata-eval: cover multi-run reasoning_steps retention (commit by @Tomkess)

Chores