Skip to content

Commit ec6695e

Browse files
update changelogs
1 parent 6bfb70a commit ec6695e

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
@@ -4,6 +4,35 @@ All notable changes to ArchiPy are documented in this changelog, organized by ve
44

55

66

7+
8+
## [0.13.4] - 2025-04-15
9+
10+
### Added
11+
12+
#### FastAPI Integration
13+
- Implemented lifespan support for FastAPI applications
14+
- Enhanced application lifecycle management with proper startup and shutdown handlers
15+
16+
#### Database Configuration
17+
- Added automatic database URL generation with validation in SqlAlchemyConfig
18+
- Improved database connection configuration with enhanced error handling
19+
20+
### Code Quality
21+
- Integrated new features with comprehensive test coverage
22+
- Enhanced configuration validation and error reporting
23+
24+
### Changed
25+
26+
- Update changelogs
27+
28+
29+
### Fixed
30+
31+
#### Configs
32+
33+
- Run ruff format on config_template.py to resolve formatting issues
34+
- Replace AsyncContextManager with AbstractAsyncContextManager to fix UP035 lint error
35+
736
## [0.13.3] - 2025-04-15
837

938
### Added

0 commit comments

Comments
 (0)