Skip to content

v1.68.0

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Jun 14:43

New Features

  • 22b6da6 - sdk: add LLM provider test & list-models enablers (commit by @zdenekmusil-gd)
  • 0544cac - add support for IP allowlist policies (commit by @DmitriiNikitinGD)
  • 6ab0749 - eval: add gooddata-eval model-evaluation CLI (Phase 1 + Phase 2 + Langfuse) (commit by @zdenekmusil-gd)
  • c253bdf - eval: multi-model comparison, gd-eval models command, Langfuse enhancements (commit by @zdenekmusil-gd)
  • d48428a - eval: add dashboard_summary test kind via /summary endpoint
  • fe1ef7f - eval: robust summary scoring + multi-case example dataset
  • 360f274 - eval: add --concurrency flag for parallel item evaluation (commit by @zdenekmusil-gd)
  • d7f9d97 - eval: carry summary_input through the Langfuse dataset source
  • ed3303d - eval: set Langfuse trace version to the model id

Bug Fixes

  • 62bf443 - eval: resolve active LLM provider setting by type, not fixed id
  • a43d45b - eval: set provider_type in resolve_and_activate default path
  • a05b708 - eval: return SummaryInput from the Langfuse source helper
  • e06dfc9 - include user and usergroup (commit by @DmitriiNikitinGD)

Chores