Commit graph

4 commits

Author SHA1 Message Date
f684ea1b4c bump version to 0.1.4 2025-09-10 20:04:19 +02:00
7a921dc791 Release v0.1.3: Add STARTTLS support for port 587 2025-09-10 16:46:12 +02:00
f5d9f359de Release v0.1.2: Complete API Gateway with Multi-Tenant Mail 2025-09-10 14:27:54 +02:00
7053af3c0d feat(core): implement file-based API versioning system (DAW/furt#83)
- Add VERSION file in repository root
- Add read_version() function with error handling
- Update /health endpoint to show file-based version
- Add version display during server startup
- Fallback to ?.?.? when VERSION file unreadable

Enables deployment tracking across dev/test/prod environments
2025-08-15 16:57:33 +02:00