# Changelog

## Score

- CAI 28 → 42 (+13.7)
- Rubric changed (rubric-2026.08.18 → rubric-2026.08.19) — scores are not directly comparable.

## Lenses

- Code Health 84 (new)
- Architecture 84 (new)
- Maturity 13 → 52 (+38.5)
- Readiness 15 → 27 (+11.5)
- Security 100 → 44 (-56.4)

## Resolved (4)

- Dependency hygiene not measured — no supported dependency manifest was read
- bus factor not measured — no commits were sampled
- early-stage repository — too little history to judge knowledge freshness
- single-commit history — no usable git history window to measure hotspots

## New (46)

- Bounded contexts not declared
- Critical CVE: System.Text.Encodings.Web 4.5.0
- Deprecated: FluentValidation.AspNetCore
- Deprecated: Microsoft.AspNetCore.Http.Features
- Deprecated: Microsoft.AspNetCore.Identity
- Deprecated: Microsoft.AspNetCore.Mvc.Abstractions
- Deprecated: Microsoft.AspNetCore.Mvc.Core
- Further orphaned files (smaller)
- High CVE: AutoMapper 12.0.0
- High CVE: Microsoft.Extensions.Caching.Memory 6.0.1
- High CVE: Newtonsoft.Json 9.0.1
- High CVE: Npgsql 7.0.0
- High CVE: System.Text.Json 7.0.0
- Medium CVE: Microsoft.IdentityModel.JsonWebTokens 6.10.0
- Medium CVE: Swashbuckle.AspNetCore.SwaggerUI 6.2.3
- Medium CVE: System.IdentityModel.Tokens.Jwt 6.10.0
- Medium CVE: System.Security.Cryptography.Xml 4.5.0
- No ADRs found
- Off the main sequence: Domain
- Outdated: AutoMapper.Extensions.Microsoft.DependencyInjection
- …and 26 more

## API surface

- 15 added · 0 removed (a removed endpoint is potentially breaking)

## Added endpoints (15)

- DELETE /api/articles/delete/{Id}
- DELETE /api/authors/delete/{Id}
- DELETE /api/authors/deleteimage/{Id}
- GET /api/articles/getall
- GET /api/articles/getbyid/{Id}
- GET /api/authors/getall
- GET /api/authors/getbyid/{Id}
- POST /api/articles/add
- POST /api/auth
- POST /api/auth/login
- POST /api/authors/add
- POST /api/authors/uploadimage
- POST /api/users/create
- PUT /api/articles/update
- PUT /api/authors/update

## Architecture

- Containers 2 added · 0 removed · contexts 1 added · 0 removed · edges 0 added · 0 removed

## Added containers (2)

- database:Database
- web-api:Web.API

## Added bounded contexts (1)

- Domain
