Skip to content

Commit a8167a0

Browse files
update changelogs
1 parent 351fe48 commit a8167a0

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

docs/changelog.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,35 @@
22

33
All 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

0 commit comments

Comments
 (0)