@@ -6,8 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 0.1.5] - 2025-11-09
10+
911### Added
1012
13+ - ** Workflow Lifecycle Management** - Complete control over running workflows:
14+ - ` cancel_workflow_run/3 ` - Cancel running workflows with optional reason
15+ - ` list_workflow_runs/2 ` - Query workflows with filtering and pagination
16+ - ` retry_failed_workflow/3 ` - Retry failed workflows from point of failure
17+ - ` pause_workflow_run/2 ` - Pause workflow execution (soft pause)
18+ - ` resume_workflow_run/2 ` - Resume paused workflows
19+ - All functions exposed via main ` Singularity.Workflow ` module
20+ - Oban integration completely hidden from users (internal implementation detail)
21+
1122- ** Comprehensive HTDAG/Orchestrator Documentation** - Previously undocumented goal-driven workflow features now fully documented:
1223 - ` docs/HTDAG_ORCHESTRATOR_GUIDE.md ` - Complete guide to goal decomposition, optimization, and notifications
1324 - Updated README.md with HTDAG features overview
@@ -16,10 +27,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1627
1728### Documentation
1829
19- - ` docs/HTDAG_ORCHESTRATOR_GUIDE.md ` - Complete HTDAG orchestration guide with examples
20- - Enhanced README.md with HTDAG feature descriptions
30+ - ` docs/API_REFERENCE.md ` - Comprehensive API reference with Phoenix integration
31+ - ` docs/HTDAG_ORCHESTRATOR_GUIDE.md ` - Complete HTDAG orchestration guide
32+ - Enhanced README.md with HTDAG features and lifecycle management
2133- Enhanced GETTING_STARTED.md with goal-driven workflow section
22- - Enhanced ARCHITECTURE.md with Layer 3 documentation
34+ - Enhanced ARCHITECTURE.md with complete system design
35+ - Updated main module documentation with lifecycle management examples
36+ - Cleaned up non-production documentation
2337
2438## [ 1.0.1] - 2025-10-27
2539
@@ -71,9 +85,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7185- ` GETTING_STARTED.md ` - Installation and first workflow tutorial
7286- ` docs/ARCHITECTURE.md ` - Technical deep dive into internal design
7387- ` CONTRIBUTING.md ` - Development guidelines and workflow
74- - ` docs/SINGULARITY_WORKFLOW_REFERENCE .md ` - Complete API reference
88+ - ` docs/API_REFERENCE .md ` - Complete API reference
7589- ` docs/DYNAMIC_WORKFLOWS_GUIDE.md ` - Advanced workflow patterns
76- - ` docs/SECURITY_AUDIT.md ` - Security analysis and best practices
90+ - Security best practices documented in SECURITY.md
7791
7892### Development Tools
7993
0 commit comments