Skip to content

Releases: comet-ml/opik

v2.0.2

04 Dec 14:28
1015c8d

Choose a tag to compare

What's Changed

Full Changelog: 2.0.1...2.0.2

What's Changed

  • [OPIK-6019] [INFRA] refactor: centralize SDK CI version matrices into repo variables by @JetoPistola in #6329
  • [OPIK-6026] [BE] fix: StatsClient and BiEventListener allow events when analytics OR usage-report is enabled by @Nimrod007 in #6368
  • [NA] [BE] Update model prices file by @CometActions in #6369
  • [OPIK-6060] [FE] fix: link Agent Configuration empty state "View docs" to correct URL by @JetoPistola in #6367
  • [OPIK-5937] [SDK] feat: allow direct Prompt and ChatPrompt instantiation by @petrotiurin in #6317

Full Changelog: 2.0.1...2.0.2

v2.0.1

30 Nov 14:32
be1e164

Choose a tag to compare

What's Changed

Full Changelog: 2.0.0...2.0.1

What's Changed

  • [OPIK-5981] [SDK] fix: multiple test suite evaluation bugs and Python SDK misalignments by @itamargolan in #6313
  • [OPIK-5692] [BE][FE] feat: add agent config & runner analytics events by @nLamprok in #6338
  • [OPIK-5918] [FE] feat: add Ollie loading state for assistant sidebar by @awkoy in #6353
  • [NA] [FE] fix: replace AgentSpec wordmark with square icon by @awkoy in #6357
  • [OPIK-5821][TS SDK] Add nbSamples and pagination to EvaluationSuite.getItems() by @yaricom in #6355
  • [OPIK-6026] [BE] fix: make analytics and BI reporting async, exception-safe, and timeout-bounded by @andrescrz in #6362
  • [FE] fix: remove API key masking in Connect your repo code block by @jverre in #6363

Full Changelog: 2.0.0...2.0.1

v2.0.0

21 Nov 15:23
2c65041

Choose a tag to compare

What's Changed

  • [CM-8549] Major change: added error handling for chains and made raise_exception configuration False by default by @jynx10 in #90
  • [CM-8933] introduce empty flush method for the llm sdk by @alexkuzmik in #98
  • [NA] Bump version by @alexkuzmik in #99

Full Changelog: 1.6.0...2.0.0

What's Changed

  • [NA] [SDK] [DOCS] Update automatically OpenAPI spec and Fern code by @CometActions in #6345
  • [NA] [DOCS] Fix broken links in Opik University pages by @jverre in #6347
  • [NA] Release Opik 2.0 by @andrescrz in #6348
  • build(deps): bump org.redisson:redisson from 3.52.0 to 4.3.1 in /apps/opik-backend by @dependabot[bot] in #6201
  • [NA] [FE] Rename Agent sandbox to Agent playground and restructure sidebar by @jverre in #6340
  • [OPIK-5691] [BE][FE] feat: add eval suite analytics events by @nLamprok in #6326
  • [OPIK-5865][TS SDK] feat: Add toReportDict() / toDict() to EvaluationSuiteResult by @yaricom in #6325

Full Changelog: 1.11.14...2.0.0

1.11.14

17 Apr 08:19
f92c322

Choose a tag to compare

What's Changed

Full Changelog: 1.11.13...1.11.14

1.11.13

16 Apr 15:43
936ea6a

Choose a tag to compare

What's Changed

  • [OPIK-6013] [FE] fix: CSV upload overlay stuck when server-side processing enabled by @itamargolan in #6330
  • [OPIK-6031] [FE] fix: resize auto-resize textarea when tab becomes visible by @JetoPistola in #6334
  • [OPIK-5757] [FE][SDK] Link experiment configuration to agent config versions by @miguelgrc in #6302
  • [NA] [SDK] feat: update Sentry DSN and add error reporting for opik connect CLI by @alexkuzmik in #6335

Full Changelog: 1.11.12...1.11.13

1.11.12

16 Apr 12:59
c00d010

Choose a tag to compare

What's Changed

  • [NA] [SDK] fix: support openai-agents 0.14.0 TaskSpanData and TurnSpanData by @alexkuzmik in #6320
  • [OPIK-5983] [SDK] fix: TestSuite.items_count returns None instead of actual count by @alexkuzmik in #6315
  • [OPIK-5889] perf: Fixing sandbox to skip heavy opik imports by @ldaugusto in #6319
  • [OPIK-5982] [FE] fix: use textarea for multiline fields in agent config edit mode by @JetoPistola in #6327
  • [OPIK-5874] Bumping Optimizer SDK for GEPA fix by @ldaugusto in #6328

Full Changelog: 1.11.11...1.11.12

1.11.11

16 Apr 11:21
4bbd8cc

Choose a tag to compare

What's Changed

  • [OPIK-5980] [FE] feat: split Playground "Test on" into Dataset/Test Suite dropdown by @itamargolan in #6311
  • [DND-938][HELM] Expose resources on backend init containers by @jms200 in #6310
  • [OPIK-5998] [BE] Fix getDatasetByIdentifier not returning dataset_items_count by @thiagohora in #6321
  • [NA] [BE] fix: materialize missing skip indexes on authored_feedback_scores by @thiagohora in #6274
  • [NA] [FE] fix: improve empty state copy on AgentConfigurationPage by @petrotiurin in #6322
  • [NA] [SDK] [DOCS] Update automatically OpenAPI spec and Fern code by @CometActions in #6324
  • [OPIK-5846] [FE] feat: split add-to-dataset action and fix SDK code highlighting by @itamargolan in #6303
  • [OPIK-6008] [FE] fix: use dynamic project name in AgentConfigurationEmptyState by @JetoPistola in #6323

Full Changelog: 1.11.10...1.11.11

1.11.10

16 Apr 10:10
723f057

Choose a tag to compare

What's Changed

  • [OPIK-5947] [FE] fix: force iframe remount on assistant surface change by @andriidudar in #6314
  • [OPIK-5942] [FE] fix: carry dataset type through "Open in Playground" navigation by @JetoPistola in #6294
  • [NA] [BE][FE] chore: sync provider model definitions by @CometActions in #6312
  • [OPIK-5992] [FE] fix: use shared INSTALL_OPIK_SKILLS_COMMAND constant by @JetoPistola in #6318
  • [NA] [FE] Update workspace sidebar menu order and navigation by @jverre in #6306
  • [OPIK-5962] [FE] feat: add pairing status screen with honest V1/V2 routing by @awkoy in #6305
  • [OPIK-5913] [SDK] fix: remove project_name parameter from run_tests by @JetoPistola in #6316
  • [OPIK-5889] [SDK] feat: add lightweight _opik base package for fast metric imports by @alexkuzmik in #6292
  • [NA] [BE] fix: materialize missing skip indexes on spans by @thiagohora in #6273
  • [OPIK-5941] [SDK] fix: raise ConfigMismatch when prompt belongs to different project than config by @petrotiurin in #6296

Full Changelog: 1.11.9...1.11.10

1.11.9

16 Apr 07:39
8d7bd1f

Choose a tag to compare

What's Changed

Full Changelog: 1.11.8...1.11.9

1.11.8

15 Apr 16:53
5f30517

Choose a tag to compare

What's Changed

  • [NA] [TESTS] test: add thread ingestion load script for threads by @andrescrz in #6291
  • [OPIK-5743][FE]: view trace span improve; by @aadereiko in #6172
  • [OPIK-5907] [FE] fix: prevent home page blink on stats refetch by @andriidudar in #6293
  • [OPIK-5931] [FE] feat: rework agent configuration form expanded/collapsed state by @JetoPistola in #6290
  • [NA] [BE] fix: materialize missing skip indexes on traces by @thiagohora in #6272
  • [NA] [SDK] feat: auto syntax-check after file edits in bridge handlers by @Lothiraldan in #6191
  • [OPIK-5845] [BE] fix: fix dataset expansion for test suites and all LLM providers by @itamargolan in #6277
  • [OPIK-5772][FE]: remove prompts and update blueprints for v2; by @aadereiko in #6237
  • [OPIK-5746] [FE] feat: add "View trace" button and trace details panel to trace-scoped annotation queues by @fschlz in #6145
  • [NA] [SDK] [DOCS] Update automatically OpenAPI spec and Fern code by @CometActions in #6300
  • [OPIK-5817][OPIK-5820][OPIK-5824][OPIK-5825][OPIK-5826][TS SDK] TestSuite refactoring by @yaricom in #6260
  • [OPIK-5958] [FE] fix: rename step 3 from "Publish and deploy" to "Run your agent" by @petrotiurin in #6301
  • [OPIK-5852][TS SDK] Pass rate calculation should exclude items without assertions by @yaricom in #6297

Full Changelog: 1.11.7...1.11.8