Skip to content

Commit 668dbc0

Browse files
docs: update changelog for version 3.13.5
- Add comprehensive dependency updates (Pydantic, FastAPI, Ruff, etc.) - Document test environment Docker image updates - Include SQLAlchemy typing improvements from PR #85 - Add Temporal custom workflow ID support from PR #87 - Document CI/CD infrastructure updates from PR #88
1 parent 343653e commit 668dbc0

1 file changed

Lines changed: 55 additions & 0 deletions

File tree

docs/changelog.md

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

33
All notable changes to ArchiPy are documented in this changelog, organized by version.
44

5+
## [3.13.5] - 2025-10-08
6+
7+
### Changed
8+
9+
#### Dependency Updates
10+
11+
- **Comprehensive Dependency Synchronization** - Updated all dependencies to latest compatible versions for improved security and performance
12+
- Updated Pydantic from 2.11.10 to 2.12.0 for enhanced data validation and performance improvements
13+
- Updated Pydantic Core from 2.33.2 to 2.41.1 for improved core functionality and performance
14+
- Updated FastAPI from 0.118.0 to 0.118.1 for enhanced web framework capabilities and bug fixes
15+
- Updated Fakeredis from 2.31.3 to 2.32.0 for improved Redis mocking capabilities
16+
- Updated Ruff from 0.13.3 to 0.14.0 for enhanced linting capabilities and Python 3.13 support
17+
- Updated Testcontainers from 4.13.1 to 4.13.2 for improved container testing support
18+
19+
#### Test Environment Updates
20+
21+
- **Docker Image Updates** - Updated test container images for improved test reliability and compatibility
22+
- Updated Redis test image from 8.2.1-alpine to 8.2.2-alpine for enhanced stability
23+
- Updated Elasticsearch test image from 9.1.4 to 9.1.5 for improved search functionality
24+
25+
#### Type Safety Improvements
26+
27+
- **SQLAlchemy Adapter Typing** - Enhanced type safety in SQLAlchemy adapter base model
28+
- Improved generic type handling in SQLAlchemy adapter base classes
29+
- Enhanced type inference and IDE support for database operations
30+
- Better type safety for entity operations and query results
31+
32+
#### Temporal Workflow Enhancements
33+
34+
- **Custom Workflow ID Support** - Added support for custom workflow IDs in Temporal scheduled workflows
35+
- Enhanced Temporal workflow scheduling with configurable workflow IDs
36+
- Improved workflow identification and management capabilities
37+
- Better integration with existing workflow orchestration patterns
38+
39+
#### CI/CD Infrastructure
40+
41+
- **GitHub Actions Updates** - Updated UV setup action for improved CI/CD reliability
42+
- Updated astral-sh/setup-uv from version 6 to 7 across all workflows
43+
- Enhanced dependency management and build performance
44+
- Improved compatibility with latest UV features
45+
46+
### Performance
47+
48+
- **Optimized Dependency Resolution** - Improved dependency resolution and installation performance
49+
- Enhanced UV package manager integration with latest features
50+
- Improved lock file generation and dependency resolution speed
51+
- Better memory usage during dependency installation and updates
52+
53+
### Security
54+
55+
- **Enhanced Security Posture** - Multiple security updates across dependencies
56+
- Updated dependencies include latest security patches and vulnerability fixes
57+
- Improved overall application security through latest package versions
58+
- Enhanced cryptographic libraries and security-related packages
59+
560
## [3.13.4] - 2025-10-07
661

762
### Changed

0 commit comments

Comments
 (0)