Tags

Tags give the ability to mark specific points in history as being important
  • v2.10.0

    BlackCoffee v2.10.0 - Route Statistics System
    
    Lanzamiento de sistema completo de estadísticas de rutas:
    
    - RouteStatsManager para capturar métricas por endpoint
    - 4 nuevos endpoints administrativos (CON AUTH)
    - Medición de RPS, response time, request count
    - Integración con hook after_route_handler del core
    - Documentación completa en CHANGELOG y README
    - UI actualizada en index.html y architecture.html
    
    Métricas disponibles:
    - count: Total de requests por ruta
    - rps: Requests por segundo (ventana 1 min)
    - avgMs: Tiempo promedio de respuesta
    - totalMs: Tiempo total acumulado
    - lastAccess/createdAt: Timestamps
  • v2.7.0

    BlackCoffee v2.7.0 - Isolated Helpers Release
    
    FEATURES:
    🔧 Isolated Helpers for Database & Queue access via IPC
    📦 Read-only management (no create/delete pools/queues from isolated apps)
    ⚡ Full SQL support (SELECT, INSERT, UPDATE, DELETE, transactions)
    🔒 Process isolation with child_process.fork()
    
    IMPROVEMENTS:
    🐛 Fix SQLiteAdapter empty params error
    📋 Add listJobs() and getJob() to all queue drivers
    🔄 Reorder server initialization for proper dependency loading
    
    DOCUMENTATION:
    📚 Complete architecture diagram
    📖 Process isolation guide
    📝 Full API documentation
    
    TESTING:
    ✅ All Database Helper operations verified
    ✅ All Queue Helper operations verified
    ✅ Blocked operations correctly prevented
    
    FILES CHANGED: 25 files, +3739 lines, -102 lines
  • v1.2.3

    BlackCoffee v1.2.3 - Base Stable Release
    
    Release Date: 2026-02-16
    
    Stable base release with WAF, Init Flow, controllers, and complete documentation.
    See RELEASE-v1.2.3.md for full details.
    
    Repository: https://gitlab.com/bytedogssyndicate1/bc2
    Author: Benjamin Sanchez Cardenas
    License: Apache-2.0