File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.1.7] - 2026-04-07
11+
12+ Patch release with an important checkpoint bugfix and logging refinement.
13+
14+ ### Fixed
15+ - Add ` _run_sync ` helper to support nested event loops in Jupyter/Colab environments using asyncio
16+ - Ensure deferred checkpoint includes successor tasks in execution queue (#46 )
17+
18+ ### Changed
19+ - Change warning logs to debug logs for ADK and Pydantic agent import errors
20+
1021## [ 0.1.6] - 2026-04-06
1122
1223Minor patch release with a corner-case bugfix only. No new features or breaking changes.
@@ -104,7 +115,8 @@ Minor patch release with a corner-case bugfix only. No new features or breaking
104115- Workflow visualization (ASCII, Mermaid, PNG)
105116- REST API for workflow management and feedback submission
106117
107- [ Unreleased ] : https://github.com/myui/graflow/compare/v0.1.6...HEAD
118+ [ Unreleased ] : https://github.com/myui/graflow/compare/v0.1.7...HEAD
119+ [ 0.1.7 ] : https://github.com/myui/graflow/compare/v0.1.6...v0.1.7
108120[ 0.1.6 ] : https://github.com/myui/graflow/compare/v0.1.5...v0.1.6
109121[ 0.1.5 ] : https://github.com/myui/graflow/compare/v0.1.4...v0.1.5
110122[ 0.1.4 ] : https://github.com/myui/graflow/compare/v0.1.3...v0.1.4
Original file line number Diff line number Diff line change 11[project ]
22name = " graflow"
3- version = " 0.1.6 "
3+ version = " 0.1.7 "
44description = " The orchestration engine for production-grade agentic workflows"
55readme = " README.md"
66requires-python = " >=3.10"
You can’t perform that action at this time.
0 commit comments