Migrating SDK versions
Migrate between Stratix SDK versions — breaking changes and replacement paths.
Last updated
Was this helpful?
Migrate between Stratix SDK versions — breaking changes and replacement paths.
The SDK follows semver. Breaking changes are major-version bumps. Within a major, additions only.
Additions:
client.judge_optimizations (GEPA) — new namespace
client.trace_evaluations.create(..., trace_set={...}) — new param
No breaking changes. Upgrade is drop-in.
Additions:
client.spaces — new namespace
Improved retry semantics
No breaking changes.
Production: pin exact version.
pip install layerlens --extra-index-url https://sdk.layerlens.ai/package==1.3.0Development: pin the minor.
Last updated
Was this helpful?
Was this helpful?
pip install "layerlens>=1.3.0,<1.4.0"