PyLet v0.5.0
Installation
pip install pylet==0.5.0Changes
- Ready for v0.5.0 release (b77574f)
- chore: clean up dev files (f2bf6e3)
- chore: udpate examples (16c110c)
- chore: add development tooling (ruff, mypy, pre-commit) (5a370f0)
- style: apply ruff formatting and type annotation modernization (13f2184)
- docs: update CHANGELOG wording (93cf425)
- docs: add contributing guidelines and architecture docs (8b97481)
- style: apply ruff formatting and type annotation modernization (25a722f)
- chore: add development tooling (ruff, mypy, pre-commit) (2055820)
- chore: add dev dependencies (pytest, black, ruff) (40a5fe2)
- style: apply black and ruff formatting (2a5afc3)
- feat(api)!: remove replica support [PYL-001] (bf685f3)
- feat: derive instance port range from worker HTTP port (f66eda7)
- docs: align API reference with implementation (aa6d54e)
- fix: store and use worker HTTP port for log retrieval (34309df)
- fix: ensure worker exits properly on Ctrl+C signal (ab9f141)
- docs: update API and CLI references with new features (c697899)
- fix: align auto-generated instance name with original behavior (2a4be10)
- feat: add graceful shutdown for workers with head node notification (055076c)
- feat: add replica support and configurable ports (22a00a9)
- feat: add delete option to instance.cancel() (59f4252)
- feat: add worker deletion functionality (OFFLINE only) (0813619)
- docs: add deletion API and CLI documentation (729e849)
- feat: add instance deletion functionality (7d711c5)
Full Changelog: v0.4.0...v0.5.0