For the complete documentation index, see llms.txt. This page is also available as Markdown.

Release notes

Stratix release notes — platform, SDK, dashboard, and samples.

Stratix releases ship across three artifacts. Each has its own changelog so you can subscribe to the surface you care about.

Artifact
Where to read
Cadence

Platform (catalog, evaluation engine, judge engine, trace pipeline, Premium dashboard)

Latest releases · Archive

Continuous

Python SDK (pip install layerlens --extra-index-url https://sdk.layerlens.ai/package)

SDK release notes

Per published version on the LayerLens package index

Samples (canonical sample code that ships with the SDK)

SDK samples directory

Updated alongside the SDK

What ships in each

Platform releases

Platform releases cover changes visible across all customer surfaces: new evaluation features, new judge / scorer kinds, dashboard improvements, billing / ECU changes, integrations.

  • Latest releases — last 30 days of platform updates

  • Archive — older releases by month

SDK releases

The Python SDK at layerlens on the LayerLens package index ships independently from the platform. Each SDK release adds resource handlers, refines retry/timeout semantics, expands the auto-instrumentation adapter surface, or adds samples.

Samples

Each SDK release includes a refreshed set of canonical samples under samples/ in the stratix-python repository. Samples are first-class — every recipe, tutorial, and reference page links into them.

Key sample directories:

  • samples/core/ — minimal end-to-end (quickstart, run-evaluation, compare-evaluations, async-workflow, paginated-results)

  • samples/integrations/ — auto-instrumentation samples (openai_traced.py, anthropic_traced.py, langchain_instrumented.py)

  • samples/instrument/ — manual instrumentation primitives for pipelines without a dedicated adapter

  • samples/cookbook/ — recipe-aligned samples that pair with cookbook recipes

  • samples/cicd/ — drop-in CI/CD workflow files (e.g., github_actions_gate.yml)

Subscribing

  • Platform — RSS at the Latest releases page, optionally piped to Slack via Settings → Notifications

  • SDK — watch the stratix-python repository on GitHub, or subscribe to the LayerLens package index for version notifications

Where to next

Last updated

Was this helpful?