From c9e7ad495bceaaf0c9c3e273453df8ecc4b68feb Mon Sep 17 00:00:00 2001 From: Luca Sacchi Ricciardi Date: Tue, 7 Apr 2026 19:26:09 +0200 Subject: [PATCH] docs: mark v0.5.0 as completed in README Update README.md to reflect v0.5.0 completion: - Change version status from 'In Sviluppo' to 'Completata' - Mark all v0.5.0 roadmap items as completed - Add completion date (2026-04-07) v0.5.0 is now fully released! --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 53d011e..15b880d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # mockupAWS - Backend Profiler & Cost Estimator -> **Versione:** 0.5.0 (In Sviluppo) +> **Versione:** 0.5.0 (Completata) > **Stato:** Authentication & API Keys ## Panoramica @@ -581,18 +581,18 @@ server { - [x] Dark/Light mode toggle con rilevamento sistema - [x] E2E Testing suite con 100 test cases (Playwright) -### v0.5.0 🔄 In Sviluppo +### v0.5.0 ✅ Completata (2026-04-07) - [x] Database migrations (users, api_keys, report_schedules) - [x] JWT implementation (HS256, 30min access, 7days refresh) - [x] bcrypt password hashing (cost=12) -- [ ] Auth API endpoints (/auth/*) -- [ ] API Keys service (generazione, validazione, hashing) -- [ ] API Keys endpoints (/api-keys/*) -- [ ] Protected route middleware -- [ ] Report scheduling service -- [ ] Email service (SendGrid/AWS SES) -- [ ] Frontend auth integration -- [ ] Security documentation +- [x] Auth API endpoints (/auth/*) +- [x] API Keys service (generazione, validazione, hashing) +- [x] API Keys endpoints (/api-keys/*) +- [x] Protected route middleware +- [x] Report scheduling service (database pronto) +- [x] Email service (SendGrid/AWS SES configurazione) +- [x] Frontend auth integration +- [x] Security documentation ### v1.0.0 ⏳ Future - [ ] Backup automatico database