File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33All notable changes to ArchiPy are documented in this changelog, organized by version.
44
5+ ## [ 3.11.1] - 2025-09-06
6+
7+ ### Added
8+
9+ #### Temporal Worker Management Enhancement
10+
11+ - ** Wait Until Stopped Method** - Added ` wait_until_stopped() ` method to Temporal WorkerHandle class
12+ - Enhanced worker lifecycle management with ability to wait for worker completion
13+ - Improved synchronization capabilities for worker shutdown scenarios
14+ - Better control over worker background task lifecycle in long-running applications
15+ - Enhanced debugging and monitoring capabilities for Temporal worker operations
16+
17+ ### Changed
18+
19+ #### CI/CD Infrastructure
20+
21+ - ** GitHub Actions Updates** - Updated Python setup action across all workflows for improved CI/CD reliability
22+ - Updated actions/setup-python from version 5 to 6 in all GitHub Actions workflows
23+ - Enhanced Python environment setup with latest action features and security improvements
24+ - Improved workflow performance and compatibility with latest GitHub Actions infrastructure
25+ - Updated workflows: deploy-docs.yml, lint.yml, publish.yml, and tests.yml
26+
27+ #### Documentation
28+
29+ - ** Documentation Build Fixes** - Resolved documentation generation and deployment issues
30+ - Fixed documentation builds for improved reliability and consistency
31+ - Enhanced documentation index organization and navigation
32+ - Improved documentation deployment pipeline stability
33+
534## [ 3.11.0] - 2025-09-04
635
736### Added
You can’t perform that action at this time.
0 commit comments