- Releases
- Ironflow v0.33.1
Ironflow v0.33.1
The Python SDK is now installable from PyPI as ironflow-py.
v0.33.0 was tagged but never completed: the release pipeline failed to stamp the Python package version, so no wheel reached PyPI. v0.33.1 carries the same changes plus the pipeline fix. Use v0.33.1.
Features
Section titled “Features”- Publish the Python SDK to PyPI as
ironflow-py, via a public mirror repo and Trusted Publishing. The oldpip install ironflowinstruction pointed at an unrelated package; usepip install ironflow-py. Python ships on stable releases only — prereleases are skipped, because SemVer-mirror.Nsuffixes have no PEP 440 equivalent. (#1913)
- The release workflow now commits the Python SDK version bump. It was written to
sdk/python/pyproject.tomlbut never staged, so the tag carried the previous version and the PyPI publish refused it. (#1855)
Documentation
Section titled “Documentation”- New explainer on replay-vs-cursor resume semantics. (#1911)