# Release notes

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](https://github.com/LayerLens/gitbook-full/blob/main/13-reference/release-notes/latest.md) · [Archive](https://github.com/LayerLens/gitbook-full/blob/main/13-reference/release-notes/archive.md) | Continuous                                           |
| **Python SDK** (`pip install layerlens --extra-index-url https://sdk.layerlens.ai/package`) | [SDK release notes](https://github.com/LayerLens/gitbook-full/blob/main/13-reference/sdk-python/release-notes-sdk.md)                                                                                              | Per published version on the LayerLens package index |
| **Samples** (canonical sample code that ships with the SDK)                                 | [SDK samples directory](https://github.com/layerlens/stratix-python/tree/main/samples)                                                                                                                             | 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**](https://github.com/LayerLens/gitbook-full/blob/main/13-reference/release-notes/latest.md) — last 30 days of platform updates
* [**Archive**](https://github.com/LayerLens/gitbook-full/blob/main/13-reference/release-notes/archive.md) — 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.

* [**SDK release notes**](https://github.com/LayerLens/gitbook-full/blob/main/13-reference/sdk-python/release-notes-sdk.md) — per-version changes
* [**SDK quickstart**](/6.-build-wire-your-code/quickstart.md) — install + first call
* [**SDK reference**](/13.5-operational/release-notes.md) — full API surface

### Samples

Each SDK release includes a refreshed set of canonical samples under `samples/` in the [stratix-python repository](https://github.com/layerlens/stratix-python/tree/main/samples). 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](/2.-get-started/all-cookbook-recipes.md)
* `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](https://github.com/layerlens/stratix-python) on GitHub, or subscribe to the LayerLens package index for version notifications

## Where to next

* [Latest platform releases](https://github.com/LayerLens/gitbook-full/blob/main/13-reference/release-notes/latest.md)
* [Platform release archive](https://github.com/LayerLens/gitbook-full/blob/main/13-reference/release-notes/archive.md)
* [SDK release notes](https://github.com/LayerLens/gitbook-full/blob/main/13-reference/sdk-python/release-notes-sdk.md)
* [SDK samples (GitHub)](https://github.com/layerlens/stratix-python/tree/main/samples)
* [Quickstart](/quickstart.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.layerlens.ai/13.5-operational/release-notes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
