0.7.3
π Release Statistics
- Total Commits: 18
- Files Changed: 325
- Insertions: 70,857+
- Deletions: 14-
β¨ Major Changes
π New Applications Added (3)
-
SafeLine - Web Application Firewall (WAF-CE)
- Complete Docker Compose setup with PostgreSQL backend
- Integrated security detection and proxy components
- Management interface with SSL/HTTPS support
- All supporting services: detector, tengine, luigi, fvm, chaos
-
Doris - Apache Doris data warehouse
- Docker Compose configuration for distributed analytics
- Complete deployment structure with configuration templates
-
MoltBot - AI-powered chatbot/assistant
- Full containerized deployment setup
- Environment configuration and deployment files
π Documentation & Infrastructure
- Added
docs/prd.md- Product Requirements Documentation - Updated
changelog_latest.mdwith comprehensive release notes - Added BMAD configuration files and workflow templates for development automation
- New agent configurations for architects, developers, product managers, etc.
- Testing architecture knowledge base with comprehensive test patterns
π Application Updates
-
SafeLine: Multiple updates and refinements
-
Doris: Initial setup and configuration
- Docker Compose template implementation
- Environment and volume configuration
π οΈ Technical Improvements
- Implemented BMAD (Business Model & Architecture Design) framework integration
- Enhanced application template structure
- Improved application project scaffolding workflow
- Updated
.gitignorefor better repository management
π¦ Configuration Updates
All new applications include:
- Complete
.envenvironment variable configuration - Docker Compose deployment files
- Notes.md documentation
- CHANGELOG.md
- variables.json metadata
- src/ directory with configuration templates
π― Focus Areas
- Security: Added SafeLine WAF for web application security
- Analytics: Added Doris data warehouse platform
- AI/Automation: Added MoltBot conversational AI
- Development Process: Integrated BMAD framework for structured development workflows
π Key Notes
- All new applications follow the Websoft9 standardized Docker Compose structure
- Comprehensive environment variable management for easy configuration
- Built-in health checks and logging configuration for all services
- PostgreSQL backend support for stateful services
- Ready for immediate deployment via
docker compose up -d