# Changelog

## Score

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

## Lenses

- Code Health 74 (new)
- Architecture 81 (new)
- Maturity 13 → 39 (+25.9)
- Readiness 15 → 24 (+8.9)
- Security 100 → 42 (-58.2)
- Domain Modelling 58 (new)
- Event-Driven 82 (new)
- Accessibility 51 (new)
- Performance 70 (new)

## Resolved (5)

- Dependency hygiene not measured — no supported dependency manifest was read
- No automated tests
- Test reliability not included
- bus factor not measured — no commits were sampled
- single-commit history — no usable git history window to measure hotspots

## New (128)

- Bounded contexts not declared
- CommentedOutCode (AuditCenter/Program.cs)
- Coverage not measured
- Deprecated: Microsoft.AspNetCore.Http
- Deprecated: Microsoft.Extensions.PlatformAbstractions
- Duplicated block (7 lines × 2) (CustomerService/Data/MainDbContext.cs)
- High IaC: DS-0002 (AppGateway/Dockerfile)
- High IaC: DS-0002 (AuditCenter/Dockerfile)
- High IaC: DS-0002 (CustomerService/Dockerfile)
- High IaC: DS-0002 (HumanResources/Dockerfile)
- High IaC: DS-0002 (ProductCatalog/Dockerfile)
- High IaC: DS-0002 (SalePayment/Dockerfile)
- High IaC: DS-0002 (Shipping/Dockerfile)
- High IaC: DS-0015 (_build/debezium/Dockerfile)
- LLM evaluation failed
- LLM evaluation failed
- Low IaC: DS-0026 (AppGateway/Dockerfile)
- Low IaC: DS-0026 (AuditCenter/Dockerfile)
- Low IaC: DS-0026 (CustomerService/Dockerfile)
- Low IaC: DS-0026 (HumanResources/Dockerfile)
- …and 108 more

## API surface

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

## Added endpoints (14)

- DELETE /api/v1/products/{id}
- GET /
- GET /api/v1/categories
- GET /api/v1/order-state-machine
- GET /api/v1/product-view/{page}/{pageSize}
- GET /api/v1/products
- GET /api/v1/products/{id}
- GET /error
- POST /api/v1/order
- POST /api/v1/payment
- POST /api/v1/products
- POST /api/v1/shipment/{orderId}/delivery
- POST /api/v1/shipment/{orderId}/pick
- PUT /api/v1/products/{id}
