Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: iml1111/void

Tags

v1.1.0

Toggle v1.1.0's commit message
v1.1.0 - Domain Exception Architecture

- Refactored exceptions from service_layer to domain layer
- Pure Python domain exceptions (no HTTP coupling)
- Explicit HTTPException conversion in API routes
- Hexagonal Architecture compliance improvement

- Import path changed: `domain.exceptions` instead of `service_layer.exceptions`
- ServiceError removed, use DomainError as base class

v1.0.0

Toggle v1.0.0's commit message
Release v1.0.0: VOID - DDD + Hexagonal Architecture FastAPI Boilerplate