docs: update changelog for app factory and routes

This commit is contained in:
agatha 2026-03-14 16:12:48 -04:00
parent 2451f57ee1
commit 8532b9ca8d

View File

@ -20,4 +20,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Plugin system: Protocol contracts, registry with validation, event bus
- Plugin auto-discovery via importlib package scanning
- Built-in plugins: plaintext parser, TCP connect checker, SMTP notifier
- Plugin discovery integration tests
- Plugin discovery integration tests
- FastAPI app factory with lifespan (database, Redis, plugin discovery)
- Health check endpoint
- Proxy source CRUD routes (list, create, get, update, delete)
- FastAPI dependency providers for database session, Redis, and plugin registry
- Pydantic schemas for proxy domain