📝 Changelog
All notable changes to Aeternus are documented here.
[Unreleased]
Added
- Vercel documentation site
- 4-stage GitHub Actions deployment pipeline
- Auto-deploy documentation on push to master
Changed
- Improved ECS deployment verification with polling
- Better error messages in logs
Fixed
- Mixed-content HTTPS errors in browser
- Neo4j database name mismatch
[1.0.0] - 2025-03-21
Added
- Initial release
- Chat functionality with OpenAI
- User authentication with Auth0
- Admin dashboard
- Text-to-Speech with ElevenLabs
- Chat history persistence
- Progressive onboarding for new users
- Feedback system for Alpha users
Deployment
- Frontend on Vercel (Next.js)
- Backend on AWS ECS (FastAPI)
- PostgreSQL database
- Neo4j for knowledge graphs
Versioning
We follow Semantic Versioning:
- MAJOR — Breaking changes
- MINOR — New features (backward compatible)
- PATCH — Bug fixes
For contributing, see Contributing Guide.