Skip to main content

v0.1.1 - Security & Performance Updates

· One min read
ArchiCore Team
Development Team

This release includes important security improvements and performance optimizations.

Security

  • PostgreSQL Integration - Replaced JSON file storage with PostgreSQL for improved security and reliability
  • Webhook Signature Verification - Added HMAC-SHA256 verification for GitHub webhooks
  • Rate Limiting - Implemented rate limiting with informative headers
  • Audit Logging - Added comprehensive audit logs for user actions
  • CORS Protection - Optional CORS whitelist for production environments

Performance

  • Redis Caching - Added Redis cache layer with in-memory fallback
  • Gzip Compression - Enabled response compression for faster load times
  • Connection Pooling - PostgreSQL connection pooling for better resource management

Improvements

  • Clean URL routes (/, /dashboard, /pricing, /auth)
  • Better error messages in CLI
  • Progress bar for batch operations
  • Jina API key rotation for embedding resilience

Bug Fixes

  • Fixed express.static conflict with routes
  • Fixed pricing page auth check for logged-in users
  • Fixed CLI commands (/metrics, /dead-code, /analyze, /rules)

View full documentation