Versioning
SDK versioning, compatibility, deprecation policy.
Last updated
Was this helpful?
SDK versioning, compatibility, deprecation policy.
The SDK follows semver. Current: 1.3.0.
Major — breaking API changes
Minor — additive changes
Patch — bug fixes
Deprecated symbols emit warnings for at least one minor version before removal. Always pin in production:
pip install layerlens --extra-index-url https://sdk.layerlens.ai/package==1.3.0Last updated
Was this helpful?
Was this helpful?