|
2 | 2 |
|
3 | 3 | All notable changes to ArchiPy are documented in this changelog, organized by version. |
4 | 4 |
|
| 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 | + |
5 | 60 | ## [3.13.4] - 2025-10-07 |
6 | 61 |
|
7 | 62 | ### Changed |
|
0 commit comments