v0.4.4
ogx-ai/ogxv0.4.4Jan 30, 2026by cdoern
AI Summary
Maintenance release backporting critical fixes from v0.5.0 including session polling improvements, release branch CI workflow, and packaging fixes.
Key Highlights
- Enabled session polling during streaming responses
- Added scheduled CI workflow for release branches
- Fixed llama-stack-api packaging
- Unified PyPI/npm release workflow with dry-run support
- Installed setuptools-scm in CI
- Override version from release tag for all packages
Full Release Notes
## What's Changed * fix: Enable session polling during streaming responses (backport #4738) by @mergify[bot] in https://github.com/llamastack/llama-stack/pull/4756 * feat: add scheduled CI workflow for release branches (backport #4510) by @mergify[bot] in https://github.com/llamastack/llama-stack/pull/4769 * fix: make release-branch-scheduled-ci compatible with older branches (backport #4753) by @mergify[bot] in https://github.com/llamastack/llama-stack/pull/4767 * fix: pass branch explicitly to install-llama-stack-client action (backport #4759) by @mergify[bot] in https://github.com/llamastack/llama-stack/pull/4763 * fix: llama-stack-api packaging by @cdoern in https://github.com/llamastack/llama-stack/pull/4777 * feat(ci): unify PyPI/npm release workflow with dry-run support (backport #4774) by @mergify[bot] in https://github.com/llamastack/llama-stack/pull/4785 * fix: install setuptools-scm in CI (backport #4782) by @mergify[bot] in https://github.com/llamastack/llama-stack/pull/4786 * build: bump llama-stack-client to 0.4.4 for release by @cdoern in https://github.com/llamastack/llama-stack/pull/4787 * fix: override version from release tag for all packages (backport #4788) by @mergify[bot] in https://github.com/llamastack/llama-stack/pull/4789 **Full Changelog**: https://github.com/llamastack/llama-stack/compare/v0.4.3...v0.4.4